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…
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…
Neofetch is a a command line utility writen in bash to get system information. Neofetch will display operating system, desktop environtment, software and hardware of the system with a beautiful way. Neofetch can be configured to display exactly what we…
Zsh or Z Shell is an extended version of Bourne Again Shell (bash) and designed for interactive use, although it is also a powerful scripting language. Many of features from other shell were incorporated into zsh and many new features…