for i in $(ps -ef | grep tinyproxy | cut -d' ' -f5); do $(kill $i); donewill kill all pids of tinyproxy
Mittwoch, 20. Juli 2011
kill all pids of programm
kill some processes
for i in $(seq 4082 4090); do $(kill $i); donekills from pid 4082 to 4090
Montag, 18. Juli 2011
git server
http://progit.org/book/de/ch4-8.html
http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/
http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/
Samstag, 11. Juni 2011
apache dump loaded modules
apache2ctl -t -D DUMP_MODULES
Freitag, 10. Juni 2011
bash history-search-backward
recht praktisch..
zur ~/.bashrc hinzufügen:
bind '"\e[A"':history-search-backward bind '"\e[B"':history-search-forward
Sonntag, 29. Mai 2011
add-apt-repository fehlt (solved)
aptitude install python-software-properties
Samstag, 28. Mai 2011
adding jdk /etc/profiles or ~/.bashrc
export JAVA_HOME=/opt/jdk/jdk1.6.0_25
export PATH=$JAVA_HOME/bin:$PATH
export PATH=$JAVA_HOME/bin:$PATH
Abonnieren
Posts (Atom)