Retro Thinkpad Survey
For those of you who haven’t already heard: Lenovo launched a survey to recreate a Thinkpad like in the good old days, when design followed function and not the other way around.
For those of you who haven’t already heard: Lenovo launched a survey to recreate a Thinkpad like in the good old days, when design followed function and not the other way around.
Guten Tag {var_s_fullname}, mehr als 70 Euro pro Monat muss eine Krankenversicherung...
When I want to find out specific process information, I usually use ps aux | grep PATTERN. There are several drawbacks, but the most annoying one for me are the missing coloumn headlines. Therefore, I made this little alias and put it into my global bash.bashrc file:
alias psgrep=’ps u | head -n 1; ps aux | grep -v grep | grep’
This enables a psgrep command which can be used like grep (since that is exactly what it is).
Maybe some of you know an even better way? Cheerio!
Recent Comments