Post by tag: linux

Get absolute link on nix/linux
2015/03/04 unix linux command-line
$ cat script.sh #!/usr/bin/env bash THIS_FILE=$(readline -e $) THIS_DIR=$(dirname $THIS_FILE) echo $THIS_DIR source

Kill defunct process on nix/linux
2015/01/13 linux command-line
$ ps aux | grep name $ pstree -sp $ ps -ef –forest kill the parent

Paksa user untuk logout (GNU/Linux)
2015/01/13 linux command-line
Untuk memaksa user yang sedang logout di mesin Unix atau Gnu/Linux bisa menggunakan perintah pkill, berikut contohnya: # pkill -KILL -u username Perintah diatas akan memaksa user dengan login name …

Add shortcut with lxde or openbox
2015/01/13 linux lxde openbox
Edit file $HOME/.config/openbox/lxde-rc.xml and then add your shortcut in. Example Set Control+Winkey+F12 as shortcut for vim <keybind key="C-W-F12"> <action …