Real-Time Operating System – RTOS, is an operating system designed for real-time applications. RTOS operating systems are designed to serve...
The Kerberos protocol was designed at the MIT (Massachusetts Institute of Technology) at the Athena project around 1984. The purpose...
Everybody gets to that moment when they need more space on the hard drive. You often just ask yourself: Where...
I started looking for a replacement solution for Evernote that can store local notes or a personal web server. And...
KVM (Kernel-based Virtual Machine) is the native Virtualization System from RedHat; is a hypervisor built directly into the Linux kernel....
Think of Helm as a package manager: pacman in Arch Linux, apt-get in Ubuntu or yum/dnf in Red Hat/Fedora. Helm...
Minikube runs a Kubernetes cluster with a single node inside a virtual machine on the personal computer. Therefore, there is...
Kubernetes is an open source tool for managing and orchestrating docker containers in a cluster of servers. Kubernetes (abbreviated k8s)...
One of the most used commands in Linux is cp (abbreviated from copy). The cp command copies a file. Its...
Command mv (short of move) is used both to move files and folders from one place to the other, and...
The ls command (list) displays the file names in a directory. The syntax of the ls command is simple: ls...
The easiest way to delete a group in Linux is using the groupdel command. The basic syntax is: groupdel group_name...