#linux
Read more stories on Hashnode
Articles with this tag
Introduction The dd command is an extremely powerful Linux utility. It is commonly referred to as the "disk destroyer", “data definition”, “disk...
Containers provide a convenient way to deploy and run applications within their own isolated environment, eliminating the need to create separate...
Introduction This hands-on tutorial on creating your own firewall rules is in continuation of my previous blog. So if you haven't already read that,...
Take a step forward from the easy setup(Minikube) to a quicker setup(MicroK8s) · What is MicroK8s? MicroK8s is a lightweight Kubernetes distribution that...
Developers are some or the other way using Package Managers. Let's find out "How?" in this article. · What is a Package? Before actually learning about...
In Linux command line, the grep command is a powerful tool for searching text within files. In this article, I will go over 12 examples of grep...