最新作品,使用lamobo m1做 dns dhcp server,已中文化,安裝webmin bind9 dhcp 。開機約15秒。
2015年3月18日
2015年3月17日
lamobo m1 lubuntu調校
下載img後解壓縮
使用dd來把img寫入CF卡
dd if=img檔案 of=/dev/sdb(CF卡的代號)
使用gparted把磁區擴大,並建立swap分割區(有這個系統穩定多了)
中文化
$ sudo locale-gen zh_TW.UTF-8
$ sudo update-locale LANG=zh_TW.UTF-8
$ sudo update-locale LANGUAGE=zh_TW.UTF-8
$ cp /etc/default/locale $HOME/.pam_environment
安裝中文字型
sudo apt-get install ttf-wqy-zenhei
安裝fcitx中文輸入法
apt-get install fcitx-chewing fcitx-table-cangjie3 (或5)
使用dd來把img寫入CF卡
dd if=img檔案 of=/dev/sdb(CF卡的代號)
使用gparted把磁區擴大,並建立swap分割區(有這個系統穩定多了)
中文化
$ sudo locale-gen zh_TW.UTF-8
$ sudo update-locale LANG=zh_TW.UTF-8
$ sudo update-locale LANGUAGE=zh_TW.UTF-8
$ cp /etc/default/locale $HOME/.pam_environment
安裝中文字型
sudo apt-get install ttf-wqy-zenhei
安裝fcitx中文輸入法
apt-get install fcitx-chewing fcitx-table-cangjie3 (或5)
2015年2月26日
改變開關機畫面
想要把開關機畫面更換,位置在/lib/plymouth/themes/ubuntu-logo資料夾,
想要換成新北市的畫面,請在終端機中,輸入下列指令
sudo -s
cd /lib/plymouth/themes
mv ubuntu-logo ubuntu-logo-bak
wget ftp://163.20.108.1/open/ubuntu-logo.zip
unzip ubuntu-logo.zip
rm ubuntu-logo.zip
這樣開關機畫面就換成新北市教育作業系統的畫面了。
萬一不滿意, 這指令mv ubuntu-logo ubuntu-logo-bak,告訴你我把原始的資料夾名稱改名成ubuntu-logo-bak,只要再改回來即可。
想要換成新北市的畫面,請在終端機中,輸入下列指令
sudo -s
cd /lib/plymouth/themes
mv ubuntu-logo ubuntu-logo-bak
wget ftp://163.20.108.1/open/ubuntu-logo.zip
unzip ubuntu-logo.zip
rm ubuntu-logo.zip
這樣開關機畫面就換成新北市教育作業系統的畫面了。
萬一不滿意, 這指令mv ubuntu-logo ubuntu-logo-bak,告訴你我把原始的資料夾名稱改名成ubuntu-logo-bak,只要再改回來即可。
開機選單調整grub-customizer
想調整開機選單的人可以把grub--customizer裝起來,安裝方式:開啟終端機
sudo -s
sudo -s
add-apt-repository ppa:danielrichter2007/grub-customizer
apt-get update
sudo apt-get install grub-customizer
啟動方式:
在dash中輸入grub就會有圖示出來
傳統啟動:
啟動後會把開機選單讀出,即可用圖形界面調整:
2015年2月23日
線上流程圖
記錄一下:
Draw.io 中文線上製作流程圖首選!專業水準完全免費
http://www.playpcesor.com/2015/02/drawio.htmlhttps://www.draw.io/
2015年2月15日
interface ipv6設定
記錄一下:
vim /etc/network/interface
auto eth0
iface eth0 inet static
address 163.20.108.215
netmask 255.255.255.0
gateway 163.20.108.254
dns-nameservers 163.20.108.1 203.72.153.6 168.95.1.1
iface eth0 inet6 static
address 2001:288:2263::215
netmask 48
gateway 2001:288:2263:5::FF
vim /etc/network/interface
auto eth0
iface eth0 inet static
address 163.20.108.215
netmask 255.255.255.0
gateway 163.20.108.254
dns-nameservers 163.20.108.1 203.72.153.6 168.95.1.1
iface eth0 inet6 static
address 2001:288:2263::215
netmask 48
gateway 2001:288:2263:5::FF
2015年2月9日
變更藍芽設定arduino
- 上arduino課時需要改藍芽不然一堆藍芽名稱一樣密碼一樣
- AT:測試,回應「OK」
- AT+VERSION:回應靭體的版本。
- AT+NAMExyz:將裝置名稱改為「xyz」。
- AT+PIN1234:將連線密碼換為「1234」。
- AT+BAUD4:將 baud rate 換為 9600。
- AT+BAUD5:將 baud rate 換為 19200
- AT+BAUD6:將 baud rate 換為 38400
- AT+BAUD7:將 baud rate 換為 57600
訂閱:
文章 (Atom)