ubuntu的一些配置

一、常用的一些技巧

  1. 一些基础操作:
    https://blog.csdn.net/sz793919425/article/details/81706392
    https://www.jianshu.com/p/14acb5638df8
  2. java配置:
    https://blog.csdn.net/smile_from_2015/article/details/80056297
  3. 界面美化:
    https://blog.csdn.net/czhzasui/article/details/80221016
  4. eclipse没有菜单项:
    https://blog.csdn.net/FreelingJun/article/details/81098106
  5. 搜狗输入法:
    https://jingyan.baidu.com/article/a3aad71aa1abe7b1fa009641.html
  6. 16.04 GPU环境配置:
  7. 关于cuda的一些东西:
    https://blog.csdn.net/wf19930209/article/details/81879514

二、桌面图标

[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse
Exec=/opt/eclipse-installer/eclipse-inst
Icon=/opt/eclipse-installer/icon.xpm
Terminal=false
StartupNotify=true
Type=Application
Categories=Application;Development;

三、其他环境配置

  1. jdk安装(注意版本):
    sudo apt-get install openjdk-11-jdk
  2. Android的一些包下载平台
    点击这里
  • NDK各个版本下载: https://www.jianshu.com/p/c5b59cbe65f7
    • ndk_r9d(March2014)
      Windows32-bit :http://dl.google.com/android/ndk/android-ndk-r9d-windows-x86.zip
      Windows64-bit :http://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip
      MacOS X 32-bit :http://dl.google.com/android/ndk/android-ndk-r9d-darwin-x86.tar.bz2
      MacOS X 64-bit :http://dl.google.com/android/ndk/android-ndk-r9d-darwin-x86_64.tar.bz2
      Linux32-bit (x86) :http://dl.google.com/android/ndk/android-ndk-r9d-linux-x86.tar.bz2
      Linux64-bit (x86) :http://dl.google.com/android/ndk/android-ndk-r9d-linux-x86_64.tar.bz2
  1. 与服务器远程连接文件传输工具:
    sudo apt-get install filezilla
  2. mysql 安装及注意事项
  • 安装
sudo apt-get install mysql-server
sudo apt-get isntall mysql-client
sudo apt-get install libmysqlclient-dev
  • 验证
sudo netstat -tap | grep mysql
原创文章 9 获赞 6 访问量 4548

猜你喜欢

转载自blog.csdn.net/qq_38870935/article/details/103755116