This “how-to” covers programming and debugging on linux without the use of an IDE and mainly using the console.
Writing programs on Linux can seem daunting at first, especially if your just using a simple editor like nano and manually compiling files (like how i started off doing).
But there are many things that can help and make things far more productive. Continue reading