If we want to add more features to zsh, one thing we need is to install is a zsh framework. There are many frameworks for zsh. One of the most popular is oh-my-zsh, a framework created by Robby Russel. Oh-my-zsh…
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…
Latest stable version of Linux Kernel, Linux Kernel 5.5 has been released and announced by Linus Torvalds. Some main features that added to the Linux kernel: Support for raspberry 4 Temperature info for NVMe SSD Several improvements for ext4 btrfs…
Linus Torvalds, the Linux father, has announced the release of Linux Kernel 5.4. He said in the Linux Kernel Mailing List that “Not a lot happened this last week, which is just how I like it.”. Linux Kernel 5.4 main features:…
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…
Yesterday, Linus Torvalds just marked the release of the stable version of Linux Kernel. This release was delayed after the rc8 (Linus usually release the stable kernel after the rc7) due to system call issue by an unrelated ext4 commit.…
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…