Shell provides an interface between the user and the kernel and executes programs called commands.
Different shells:
- sh => Bourne shell
- ksh => korn shell Read more…
Shell provides an interface between the user and the kernel and executes programs called commands.
Different shells:
echo "Hello world"
We are going to learn: Read more…
hyprctl clients
Read more…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 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…