2018年12月10日 星期一

  • ubuntu 16.04下設定中文輸入
  • REF: http://tzutalin.blogspot.com/2017/07/install-chewing-on-ubuntu-1604.html

2018年12月9日 星期日

  •  ubuntu改錯設定檔無法登入?
    •  recovery mode修改
      • ubuntu recovery mode修改檔案,檔案卻是readonly?
      • mount -o remount,rw / 
      • REF: https://askubuntu.com/questions/947238/make-recovery-mode-write-to-files-when-file-system-is-read-only
    • live CD
      • REF: https://unix.stackexchange.com/questions/78433/how-to-edit-file-from-grub-prompt-in-rhel6
  • How to return from grub prompt to the grub menu?
    • grub command
      • normal
    • REF:  https://askubuntu.com/questions/381613/how-to-return-from-grub-prompt-to-the-grub-menu

2018年9月25日 星期二

DKMS

how do i install the DKMS package?
 
sudo apt-get install dkms

2018年9月19日 星期三

在ubuntu使用man page來查詢linux kernel function

使用系統版本:
  •  cat /etc/issue
    • Ubuntu 16.04.5 LTS \n \l
  • uname -a
    • 4.15.0-33-generic
嘗試了沒成功:

問題:
想直接用man page查詢linux kernel function.

 安裝方式:
測試:
  • man 9 kmalloc