by Sarker | Jan 13, 2023 | Linux
Introduction Gedit is a text editing program which is specifically made to be used in the GNOME Desktop Environment. You might be questioning the need to design text editors for specific environments. To be very honest, it actually looks good given that the editor...
by Sarker | Jan 12, 2023 | Linux
Introduction If you don’t know what Linux is to this day, your life has been a lie (no, seriously). If your closest friend came about to tell you it’s an Operating System, slap him (or maybe don’t, you might regret it). Linux originally has been a...
by Sarker | Jan 5, 2023 | Git, Linux
Introduction Alpine is a very lightweight Linux distribution, which uses the musl library for running C applications, instead of the standard libc library. This causes it to lack support for C++ applications out of the box. Nevertheless, the small footprints of Alpine...
by Sarker | Dec 6, 2022 | Linux
Introduction Servers often require to be stopped for maintenance, and started again as soon as it’s done. To do this, you’d probably require some command in the terminal through which you’re managing the server. If your server of choice is...
by Sarker | Dec 5, 2022 | Linux
Introduction There are times when you create some heavy programs in your computer with capable programming languages like C and C++, you should be no stranger to the never-dying Memory leakage issue. It is something every beginner has to get on a tough time with. But...