配置——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
  • 安裝沒有密碼,重新設置
    https://blog.csdn.net/qq_38737992/article/details/81090373
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章