Tomact+mysql+navicat...以及一些遇到的小bug和優化的問題集

刪除libreoffice
sudo apt-get remove libreoffice-common
刪除Amazon的鏈接
sudo apt-get remove unity-webapps-common
刪掉基本不用的自帶軟件(用的時候再裝也來得及)
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
安裝Vim
sudo apt-get install vim
設置時間使用UTC
sudo vim /etc/default/rcS
安裝WPS Office
sudo apt-get install wps-office
安裝Sublime Text 3
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text
安裝git和vpnc
sudo apt-get install vpnc git
安裝openssh-server
sudo apt-get install openssh-server


安裝有道詞典:
下載鏈接:http://pan.baidu.com/s/1jGFyCUM 密碼:iqyf
下載後直接雙擊


問題:android studio 下載sdk時
Unable to run mksdcard SDK tool.
解決方法:
sudo apt-get install lib32z1 lib32ncurses5 lib32stdc++6


安裝mysql
sudo apt-get install mysql-server(用戶密碼自己設。。。)
檢查是否裝好
ps -aux|grep mysql
成功則顯示
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN


下載navicat,搜liux版的然後提取運行 :./start_navicat
打開navicat的方法:
在/下載/navicat_for_mysql中運行:
./start_navicat


安裝tomact7
sudo apt-get install tomcat7
sudo apt-get install tomcat7-docs
sudo apt-get install tomcat7-admin
配置文件在/etc/tomcat7/下(web.xml)
webapp在/var/lib/tomcat7/webapps下
啓動
sudo service tomcat7 startup
關閉
sudo service tomcat7 stop
如何關聯到eclipse或myeclipse和windows下是一樣的,這裏就不再贅述了


創建快捷方式(適合自己安裝的軟件)
sudo apt-get install –no-install-recommends gnome-panel
gnome-desktop-item-edit ~/ –create-new
執行完後在home文件夾下就可以看到你剛剛創建的快捷方式了,然後把他託到桌面上就ok了

發佈了40 篇原創文章 · 獲贊 3 · 訪問量 1萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章