因為工作需要,在ubuntu12.04上架乙個tftp伺服器。下面是步驟
apt-get install tftp-hpa tftpd-hpa
control the server
service tftpd-hpa restart
configuration
create the directory:
mkdir -p /home/tftp
chown tftp:tftp /home/tftp
chmod 755 /home/tftp
modify the configuration: /etc/default/tftpd-hpa
tftp_directory="/home/tftp"
Ubuntu 12 04 架設samba共享服務
1 安裝samba sudo apt get install samba smbfs 2 修改配置 cd etc samba sudo mv smb.conf sudo vi smb.conf global workgroup workgroup server string myserver net...
ubuntu12 04 顯示卡 散熱
acer筆記本上面安裝了ubuntu12.04,進入系統過散熱就特別大,顯示卡是ati的,是雙顯示卡,沒有對應的驅動管理,所以發熱很大。網上很多資料說,可以使用命令 禁用獨顯 sudo su echo igd sys kernel debug vgaswitcheroo switch 切換至集顯 e...
ubuntu 12 04 亂碼問題
參考 1.gedit 亂碼 gsettings set org.gnome.gedit.preferences.encodings auto detected gb18030 gb2312 gbk utf 8 big5 current utf 16 gsettings set org.gnome.g...