安裝開發用Debian,需要用到的軟體清單

近日公司Server的Debian重灌了,因此把需要用到的(開發用)軟體清單列表如下,
有需要的可以參考一下:


先編輯 /etc/apt/source.list
將下列這行註解或移除
deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 CD Binary-1 20100131-18:53]/ lenny main
系統才不會去光碟中找套件,而改用網路上的mirror sever。
(其中Lenny是Debian 5系列的名字,如果是其它版,會是別的名字)


apt-get install cvs
apt-get install ssh
apt-get install samba
apt-get install nfs-kernel-server //not need
apt-get install sudo
apt-get install subversion --svn
apt-get install build-essential
apt-get install flex
apt-get install bison
apt-get install zlib1g-dev
apt-get install bzip2
apt-get install vim
apt-get install libncurses5-dev ----for build "menuconfig"
apt-get -y install kdevelop ----for develop tool
change sh link
     ln -s bash sh ----default sh is dash in Debian
     ln -s /usr/bin/make gmake
apt-get install gettext
apt-get install sharutils


Update 2012.08.11:
近日在網路上看到一篇不錯的 Debian 安裝文章,提供給大家做參考
http://dominic16y.world.edoors.com/CwETYfuucGqw


Update 2012.10.12
補上修改 samba config

1. 先修改 samba password
su
smbpasswd <username>


2. 再修改 smb.conf
/etc/samba/smb.conf

read only = no
create mask = 0775
directory mask = 0775


3. 最後重開 sambe
/etc/init.d/samba restart


留言

這個網誌中的熱門文章

How to use ebtables: ebtable 的小筆記

解決 VirtualBox 無法開啟 NS_ERROR_FAILURE (0x80004005)