想要把開關機畫面更換,位置在/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,只要再改回來即可。
2015年2月26日
開機選單調整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
2015年2月1日
下載youtube影片擴充套件
記錄一下,firefox擴充套件:下載youtube影片
下載網站:
https://addons.mozilla.org/zh-TW/firefox/addon/youtube-video-and-audio-dow/?src=api
下載網站:
https://addons.mozilla.org/zh-TW/firefox/addon/youtube-video-and-audio-dow/?src=api
訂閱:
文章 (Atom)