Latest Articles
Browse the latest tutorials, guides, and practical examples across Linux, DevOps, security, databases, and programming on GoLinuxCloud.
Explore the latest tutorials and guides across Linux, DevOps, programming, and more.
You can also browse content by category below:
- Linux: Commands, administration, troubleshooting, and system operations
- DevOps: CI/CD, Kubernetes, containers, and automation
- Programming: Coding tutorials, scripting, and development concepts
- Security: Ethical hacking, system security, and best practices
- Databases: MySQL, MariaDB, PostgreSQL, and database management
- Networking: Network setup, troubleshooting, and protocols
- Storage: Disk management, file systems, and storage solutions
- Tools: Useful tools and utilities for productivity
2233 articles
Create Azure AD User [3 Methods With Examples]
3 different methods to create azure AD user with Azure Portal GUI, Azure CLI programmatically. Create Azure AD tenant with examples.
Azure Active Directory Basics Explained
Azure Active Directory is the IAM service for the Azure cloud. Different AD features are IAM Platform, Identity Security, Collaboration and Development, …
Check Kubernetes Cluster Version
In this tutorial I will share multiple methods and commands to check Kubernetes Cluster Version in a Kubernetes Cluster.
DNF Command Cheat Sheet in Linux (With Practical Examples)
A complete DNF command cheat sheet for Linux with practical examples. Learn how to use dnf to install, update, remove packages, manage repositories, work with …
Kubernetes Privileged Pod Practical Examples
Step by Step instructions to create Kubernetes privileged pod and Kubernetes non-privileged pod with Linux capabilities examples
SQL WITH Clause Explained
The SQL WITH clause allows you to give the name to the output of referenced in subsequent queries, this process is interchangeably called as common table …
Capture ssh & sshd strace logs
Step by Step instructions to capture SSH and SSHD strace logs with DEBUG and VERBOSE. Add timestamps to SSH and SSHD debug and strace logs
Add timestamp to SSH verbose logs [STDOUT & Log File]
Execute SSH and add timestamp to SSH verbose logs. Store the verbose logs into a log file and add timestamp prefix to each entry of log file with while loop
Add timestamp to SSHD DEBUG logs
Add timestamp to SSHD DEBUG logs using while loop. Prepend timestamp to STDOUT and log file for DEBUG logs
Concat SQL Function Explained [Practical Examples]
Concat SQL function is used to concatenate strings. difference between SQL concat and SQL concat_ws.
Java Regular Expression (RegEx) Explained [Easy Examples]
A Java regular expression is a special sequence of characters that helps us to match or find other strings or sets of strings, using a specified syntax held in …
25+ yum command examples in Linux [Cheat Sheet]
yum command in linux is a package manager used with CentOS, RHEL, Rocky, Fedora distribution. It is used to install, update, upgrade, remove or modify packages
Java date & time Format Explained [10+ Examples]
Java provides the Date class available in java.util package, this class encapsulates the current date and time.
How to install Zabbix on Rocky Linux 8
Step by step instructions to install and configure zabbix on rocky Linux 8
Git Push Force Explained: --force vs --force-with-lease [Examples]
Learn how to use git push force safely. Understand git push --force vs --force-with-lease, force push to a remote branch, origin master, and after rebase or …
