2017年7月21日 星期五

Autologin to getty and show Chinese

Ubuntu 12.04

Auto login to getty

1. sudo vim /etc/init/tty1.conf
2. exec /sbin/getty -8 38400 tty1
   to
   exec /sbin/getty --autologin userName -8 38400 tty1
ref : Here

利用 fbterm 在 ctrl + alt + f1 下可以顯示中文字
1. 安裝 fbterm  (sudo aptitude install fbterm)
2. usermod -G video qixinbo
   or
   sudo vim /etc/group
        video:x:44:username
3. $ fbterm
   or
   $ fbterm -- /path/command.sh
這樣就會跳到fbterm內了,然後就可以看到中文了 (沒特別指定就能看到big5)
ref :
1. Here
2. start2523專欄

其它ref:
1. 開機後自動執行程式
2. sudo 免輸入密碼 (Ubuntu)

沒有留言:

張貼留言