Pario TechnoBlob
About Posts

Posts

Comma separated list of system processes Run this command from a console window ps axo "
May 7, 2007 12:51PM
Liste opp alle prosesser som kjører på systemet, uten duplikater

ps ahx --format=%c | sort -u

May 7, 2007 12:50PM
Stille systemklokke

date --set='+2 minutes' # date --set='+2 hours'

May 7, 2007 12:50PM
Find duplicate usernames in /etc/passwd

cat /etc/passwd | awk -F: '{print $1}' | sort | uniq -c | grep -v 1 # cat /etc/shadow | awk -F: '{print $1}' | sort | uniq -c | grep -v 1 # awk -F: '{ print $1, $5}'...

May 7, 2007 12:49PM
«« « 1 2 3  …  97 98 99  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom