Posts

Showing posts with the label bash

我的emacs

Image
This is my /usr/bin/emacs #!/bin/sh emacs.emacs-23.0.0 --enable-font-backend -fn "Consolas-12" "$@"

screen之detach/reattach的一个应用

如果因为某个原因,X需要重起 那么可以先detach 然后X重新启动后,或者可以干脆直接在console里,再reattach 刚刚想到,有点莫名的兴奋,:-D detach是C-a C-d reattach是screen -r 然后按tab即可补齐。前提自然是要启用 bash-completion 。 如果不了解screen,可以看看GWN里的 报道 。一定要试一下!