Source code
View xml files like a pro
2019/08/05
Viewing XML files can be daunting with tracking mentally where the tag starts and where it ends. So, I ended up with the following alias to help me view xml files
procinfo and procinfo-ng : Get system information from /proc.
2012/08/10
Install procinfo or procinfo-ng. The procinfo contains three programs : /usr/bin/lsdev /usr/bin/procinfo /usr/bin/socklist and procinfo-ng contains :: /usr/bin/procinfo-ng The description for both of …
colorgcc – Color your compiler output on Fedora
2012/07/11
Lets start with installing colorgcc : sudo yum install colorgcc Now once that is done, you will need to ensure that the call to g++, gcc and others that you want to use, you will need to create a link …
/bash debugger
2011/02/27
In this section we’ll develop a very basic debugger for bash.[10] Most debuggers have numerous sophisticated features that help a programmer in dissecting a program, but just about all of them include …