Shell Scripting

Shell provides an interface between the user and the kernel and executes programs called commands.

Different shells:

Linux stuffs

echo "Hello world"

We are going to learn: Read more…

Hyprland windows rule v2 using class

To set the window rule v2, we can use class, to get the class of applications that are running we can use:

hyprctl clients
Read more…

Fix `archlinux-tweak-tool` launch error `polkit`

The error is because the polkit authentication agent helper is not running.

The GUI window which asks for password

We can use any polkit helper like polkit-gnome or any other Read more…

Docker

Docker is an open-source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. Containers simplify the delivery of distributed applications and have become increasingly popular as organizations shift to cloud-native development and hybrid multi-cloud environments. Read more…