"alias" command in Linux
The alias command is one of many commands referred to as Bash Built-In commands, meaning it is inherent to the bash shell and does not rely on an external program.
The alias command is one of many commands referred to as Bash Built-In commands, meaning it is inherent to the bash shell and does not rely on an external program.
quotacheck command audits and corrects quota information by building a table of current disk usage and comparing it to …
In this post, we will discuss the AWS IAM feature. We will cover some of the basic features that IAM provides and dene …
Let us talk about something on security hardening in Linux. the first topic that comes to mind is Disk encryption. The …
In this guide, we will be working on How you can Create and Deploy Pod Definitions in a Kubernetes cluster and run …
Process Priorities When scheduling processes, the kernel effectively gives every process a handful of counters. Every …
The Preboot Execution Environment (PXE) is an industry-standard client/server interface that allows networked computers …
Apache HTTPD is one of the most used web servers on the internet. A web server is a daemon that speaks the http(s) …
SSH (Secure SHELL) is an open-source and most trusted network protocol that is used to login to remote servers for the …
In this post, we will discuss how do we configure the PXE server to install SuSE Linux Enterprise server OS into …
Here is a quick reference guide on configuring an apache webserver based YUM repository server in CentOS/RHEL 7. …