0%

How to Enable exFAT in Ubuntu

1
sudo apt-get install exfat-fuse exfat-utils

Install Emacs on Linux Mint (or any debian-like Linux)

Get and add APT key:

1
wget -q -O - http://emacs.naquadah.org/key.gpg | sudo apt-key add -

Add repo to your APT:

1
2
3
apt sources
deb http://emacs.naquadah.org/ stable/
deb-src http://emacs.naquadah.org/ stable/

Update and install Emacs-snapshot

1
2
apt update
apt install emacs-snapshot

Reference:
http://emacs.naquadah.org/

“readline” library for Linux

“readline” library relies on the /etc/inputrc or ~/.inputrc

如果有再玩 bbs 就會知道 control code, 透過 control code 來告訴系統, 如何正確翻譯這些碼.

Reference:
http://yeti.selfip.net/cms/index.php/post/2013/06/21/The-%E2%80%9Cbash%E2%80%9D-shell-in-TinyCore-Linux-outputs-a-%E2%80%9C~%E2%80%9D-when-I-hit-the-Delete,-Home,-or-End-key