2008/6/15 上午 07:17:53
Ubuntu 安裝
0. 改變成 3D 效果
--> 桌面背景 --> 3D 效果
1. 軟體更新, 及
到 http://lazybuntu.openfoundry.org/ 下載最新的懶人包
--> 應用程式-->添加/刪除
2. Joe 安裝
--> sudo apt-get install joe
--> sudo joe /etc/joe/joerc 將 asis 改成 enable
3. SSH 安裝
--> sudo apt-get install ssh
--> sudo /etc/init.d/ssh start
--> sudo joe /etc/ssh/sshd_config
把 Permit RootLoing yes 改成 no
4. 語系變更 (增加 Big5)
cd /var/lib/locales/supported.d/
--> sudo joe zh (增加 zh_TW.BIG5 BIG5)
--> sudo locale-gen
5. NFS Server 安裝
--> sudo apt-get install nfs-common
--> sudo apt-get install nfs-kernel-server
--> sudo /etc/init.d/nfs-kernel-server start (啟動)
6. DHCP /DNS Server 安裝
--> sudo apt-get install dhcp3-server (Config 在 /etc/dhcp3)
--> sudo /etc/init.d/dhcp3-server start (啟動)
--> sudo apt-get install bind9 (/etc/bind/named.conf)
(啟動 sysv-rc-conf bind on)
7. 安裝 G++ (C compiler)
--> sudo aptitude install g++
8. 安裝 mail system
--> sudo apt-get install mutt
--> sudo apt-get install postfix
(若要修改設定, 請看 /etc/postfix/main.cf
並執行
sudo dpkg-reconfigure --priority=low postfix
寄信測試: echo "test content" | mutt -s "test subject" myname@example.com.tw
)
9 安裝套件
1. Ncurses
2. sudo apt-get install dialog
3. sudo apt-get install ncftp
4. sudo apt-get install minicom
5. sudo apt-get install tin
6. sudo apt-get install lynx
7. sudo apt-get install secpanel
8. ELM
9. sudo apt-get install vim
10. CDK
11. sudo apt-get install sysv-rc-conf
12. sudo apt-get install samba (Config: /etc/samba/smb.conf)
13. sudo apt-get install ntp
14. sudo apt-get install strace
10 HTTPD (含 Java)
見 Apache 文件
11. 程式語言
sudo aptitude install glade-gnome-3
sudo apt-get update
sudo apt-get install anjuta automake autogen autoconf
sudo apt-get install gnome-core-devel
sudo apt-get install libglib2.0-doc libgtk2.0-doc
sudo apt-get install devhelp
sudo apt-get install glade-gnome glade-common glade-doc
sudo apt-get build-dep gcc
sudo apt-get install kdevelop
sudo apt-get install php5-cli
sudo apt-get install postgresql
sudo apt-get install libreadline5-dev zlib1g-dev
sudo apt-get install mysql-server
sudo apt-get install ruby rdoc irb libyaml-ruby libzlib-ruby ri ruby1.8-dev
12. Ruby
cd rubygems-0.9.0
sudo ruby setup.rb
sudo gem update --system
cd ..
rm -fr rubygems*
sudo gem install rails --include-dependencies
sudo gem install mongrel --include-dependencies
13. Embedded
1. minicom
2. genromfs
14. Skype
1. sudo vim /etc/apt/sources.list
加入此行 deb http://download.skype.com/linux/repos/debian/ stable non-free
2. sudo apt-get update
3. sudo apt-get install skype
15. 檔案總管
sudo nautilus (桌面捷徑)
16 Windows Tools
sudo apt-get install cabextract
sudo apt-get install msttcorefonts
0. 改變成 3D 效果
--> 桌面背景 --> 3D 效果
1. 軟體更新, 及
到 http://lazybuntu.openfoundry.org/ 下載最新的懶人包
--> 應用程式-->添加/刪除
2. Joe 安裝
--> sudo apt-get install joe
--> sudo joe /etc/joe/joerc 將 asis 改成 enable
3. SSH 安裝
--> sudo apt-get install ssh
--> sudo /etc/init.d/ssh start
--> sudo joe /etc/ssh/sshd_config
把 Permit RootLoing yes 改成 no
4. 語系變更 (增加 Big5)
cd /var/lib/locales/supported.d/
--> sudo joe zh (增加 zh_TW.BIG5 BIG5)
--> sudo locale-gen
5. NFS Server 安裝
--> sudo apt-get install nfs-common
--> sudo apt-get install nfs-kernel-server
--> sudo /etc/init.d/nfs-kernel-server start (啟動)
6. DHCP /DNS Server 安裝
--> sudo apt-get install dhcp3-server (Config 在 /etc/dhcp3)
--> sudo /etc/init.d/dhcp3-server start (啟動)
--> sudo apt-get install bind9 (/etc/bind/named.conf)
(啟動 sysv-rc-conf bind on)
7. 安裝 G++ (C compiler)
--> sudo aptitude install g++
8. 安裝 mail system
--> sudo apt-get install mutt
--> sudo apt-get install postfix
(若要修改設定, 請看 /etc/postfix/main.cf
並執行
sudo dpkg-reconfigure --priority=low postfix
寄信測試: echo "test content" | mutt -s "test subject" myname@example.com.tw
)
9 安裝套件
1. Ncurses
2. sudo apt-get install dialog
3. sudo apt-get install ncftp
4. sudo apt-get install minicom
5. sudo apt-get install tin
6. sudo apt-get install lynx
7. sudo apt-get install secpanel
8. ELM
9. sudo apt-get install vim
10. CDK
11. sudo apt-get install sysv-rc-conf
12. sudo apt-get install samba (Config: /etc/samba/smb.conf)
13. sudo apt-get install ntp
14. sudo apt-get install strace
10 HTTPD (含 Java)
見 Apache 文件
11. 程式語言
sudo aptitude install glade-gnome-3
sudo apt-get update
sudo apt-get install anjuta automake autogen autoconf
sudo apt-get install gnome-core-devel
sudo apt-get install libglib2.0-doc libgtk2.0-doc
sudo apt-get install devhelp
sudo apt-get install glade-gnome glade-common glade-doc
sudo apt-get build-dep gcc
sudo apt-get install kdevelop
sudo apt-get install php5-cli
sudo apt-get install postgresql
sudo apt-get install libreadline5-dev zlib1g-dev
sudo apt-get install mysql-server
sudo apt-get install ruby rdoc irb libyaml-ruby libzlib-ruby ri ruby1.8-dev
12. Ruby
cd rubygems-0.9.0
sudo ruby setup.rb
sudo gem update --system
cd ..
rm -fr rubygems*
sudo gem install rails --include-dependencies
sudo gem install mongrel --include-dependencies
13. Embedded
1. minicom
2. genromfs
14. Skype
1. sudo vim /etc/apt/sources.list
加入此行 deb http://download.skype.com/linux/repos/debian/ stable non-free
2. sudo apt-get update
3. sudo apt-get install skype
15. 檔案總管
sudo nautilus (桌面捷徑)
16 Windows Tools
sudo apt-get install cabextract
sudo apt-get install msttcorefonts
沒有留言:
張貼留言