
May
03
Bash echo color cheat sheet
Published 17:05 May 03, 2018 by @ezra.
#UNIX/Linux# You can make your BASH script more pretty, by colorizing its output.
Use ANSI escape sequences to s...
Jul
05
Linux Distributions Family Tree
Published 11:07 Jul 05, 2017 by @ezra.
#UNIX/Linux# Here is a family tree of Linux Distributions:
...

Feb
22
What if 'kill -9' does not work?
Published 22:02 Feb 22, 2012 by @ezra.
#UNIX/Linux# I have a process I can't kill with kill -9 <pid>. What's the problem in such a case, especiall...