Understanding Directory Permissions on Linux
This blog post is for those who understand how file permissions work but are looking for an explanation on how file permissions behave when they are applied to directories.
Read More
This blog post is for those who understand how file permissions work but are looking for an explanation on how file permissions behave when they are applied to directories.
Read More
While most people draw diagrams in Xfig (or GIMP) and include them in LaTeX, they can be drawn directly in LaTeX (using tikz package).
A major advantage of doing that is animation (\pause) is possible when using these diagrams in presentations(based on beamer)
Following is an example demonstrating that (code released under BSD license)
Read More
So, you believe there are bugs in your C/C++ code or you have encountered SEGFAULT while executing your code. What will you do?
This article is about Approach 2
Read More
This is meant to be a small guide (though not exhaustive) for students beginning to program on Linux system. Particularly for those, who have done extensive C/C++ programming in Windows, using the Borland/Turbo interface or the Visual C++ interface, and are greatly intimidated by the Linux platform.
Read More
A small list of GCC Hacks