Dolphin is a lightweight file manager that included in the KDE application bundle. Despite a lightweight program, Dolphin offers rich features that will help you to organize files such as: Navigation (or breadcrumb) bar for URLs, allowing you to quickly…
Nginx is a powerful web server, a reverse proxy server software that powered millions of websites. This lightweight software enables you to serve web pages with minimum resources. Nginx also supports external modules or custom modules to be added and…
Once upon a time, my computer was broken. The GRUB was fine but unable to load the kernel, I couldn’t remember exactly, but it was sort of kernel panic. After a spell of frustration, finally, I found a way to…
SWAP is a space in hard disk that allocated as virtual memory to help physical memory ( RAM ). Your kernel removes the least used memory pages in RAM to the SWAP space when the RAM space is full. SWAP…
Resizing the /tmp folder sometimes is a thing that needs to be done in a particular situation. For instance when you run applications that require more space to process in the temporary folder or when Not enough space on /tmp…
SDDM is a display manager for X11 and Wayland windowing system, which provides us a login screen and helps us to launch a desktop environment such as KDE, LXQt, LXDE, and others. SDDM or Simple Desktop Display Manager was written…