Category: Program

How To Run .appimage Package on Ubuntu

AppImage is a universal software package format for all GNU/Linux distros. This format made your software “installation” extremely easier: to run GIMP for example, you just need to download one file in .appimage format, run it by few clicks, and GIMP is running. You don’t need …

Install vnStat PHP on Ubuntu Desktop for Beginners

vnStat PHP is a nice bandwidth monitoring tool with web interface based on vnStat console. vnStat PHP can show you visual graph and table of hourly, daily, and monthly bandwidth usage. It can monitor any network interface you use (WLAN, LAN, etc.). It doesn’t need MySQL …

How to debug C programs in Linux using gdb

How to debug C programs in Linux using gdb Regardless of how experienced a coder you are, any software you develop can’t be completely free of bugs. So, identifying bugs and fixing them is one of the most important tasks in the software development cycle. While …