1. 安裝apache伺服器:$ sudo apt-get install apache2
2. 測試apache伺服器:http://localhost || 顯示it works
3. 安裝php:$ sudo apt-get install libapache2-mod-php5 php5
4. 測試php是否正常執行:在/var/www下建立測試檔案test.php
$ cd /var/www
$ vim test.php
5. 安裝mysql:$ apt-get install mysql-server mysql-client
6. 安裝phpmyadmin-mysql管理器:$ apt-get install phpmyadmin
7. 安裝rdesktop: $ sudo apt-get install rdesktop
使用: $ rdesktop ip -f(全屏)
退出全屏:ctrl + alt + enter
10. ubuntu 安裝sublime-text
$ add-apt-repository ppa:webupd8team/sublime-text-2
$ apt-get update
$ apt-get install sublime-text
11. ubuntu安裝wine: $ sudo apt-get install wine
安裝: $ sudo dpkg -i wineqq.....
14.04強制安裝ia32-libs:
新增軟體源:
$ sudo su
$ cd /etc/apt/sources.list.d
$ echo "deb raring main restricted universe multiverse" > ia32-libs-raring.list
$ apt-get update
$ apt-get install ia32-libs
刪除軟體源:
$ rm ia32-libs-raring.list
$ apt-get update
12.檢視流量的小工具:nethogs
$ apt-get install nethogs
13.ubuntu下**伺服器:squid
$ apt-get install squid
Ubuntu 14 04 系統安裝
1.選擇系統語言 2.安裝環境,足夠的磁碟空間,電腦接入電源,已經連線網際網路 ps a.網際網路可以不連線,連線網際網路會自動更新,影響安裝速度 b.想要加快安裝速度,可以不選兩個選項 c.更新和第三方軟體都是需要的,所以建議保持網路連線,勾選選項。3.安裝型別,有資料最好自己分割槽,選擇 其他選...
Ubuntu14 04系統hostapd編譯及使用
本文主要介紹在ubuntu14.04系統環境中編譯hostapd,以及其使用。我的需求是在linux上建立wifi熱點,最早接觸的是ap hostapd這個指令碼,然後參考網路文章安裝hostapd以及dnsmasq。對於ap hostpad的使用,網路已經有大量文章,筆者也就不再寫了。不過由於ho...
Ubuntu14 04系統hostapd編譯及使用
本文主要介紹在ubuntu14.04系統環境中編譯hostapd,以及其使用。我的需求是在linux上建立wifi熱點,最早接觸的是ap hostapd這個指令碼,然後參考網路文章安裝hostapd以及dnsmasq。對於ap hostpad的使用,網路已經有大量文章,筆者也就不再寫了。不過由於ho...