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
- System Administration: User management, services, and system-level tasks
- Tools: Useful tools and utilities for productivity
- Cheat Sheet: Quick reference guides for commands and tools
- Interview Questions: Common interview questions with answers
2076 articles
Bash while loop usage with examples for beginners
Absolute beginners guide to learn bash while loop with shell script examples. Use while true loop with break and continue statement, nested while loop, while …
Bash For Loop usage guide for absolute beginners
For loop in bash is used to iterate a certain command or task for a definite or infinite range. You can also use this in C programmer style, combine with …
SOLVED: SSH fails with postponed publickey error
[Solved} Steps to debug and fix postponed publickey error leading to SSH connection failure. You may also get ROOT LOGIN REFUSED, Failed pubkey, permission …
How to PROPERLY Compare Numbers or Integers in Bash
Examples to compare numbers and integers using bash shell script. You can compare variable with numbers using different methods in Linux and Unix shell
Dashed Filename in Linux: What It Means and How to Fix It
How to create, read, modify, find and remove dashed filename and directories in Linux. Open and access files & directories starting with (dash) and double dash …
How to transfer files over SSH with SSHFS in Linux & Windows
Step-by-Step Tutorial to transfer files over SSH using SSHFS between two Linux servers or Linux and WIndows server. Copy files between linux and windows using …
What is tar --strip-components & zip --junk-paths with examples in Linux
How to use tar --strip-components and zip --junk-paths with examples to strip absolute path in Linux and Unix. Force unzip / zip not to create a subdirectory
Step-by-Step: YUM install specific version of Package
How to yum install specific version of rpm in Linux. yum show installed packages, yum search package, install specific version of rpm with yum or dnf. yum …
Bash Split String into Array (With Delimiters, Newlines & Examples)
Bash tutorial to split string into arrays using read -ra, IFS delimiters, and mapfile. Covers multi-line input and common mistakes.
5 simple methods to test ssh connection in Linux & Unix
Multiple commands to test ssh connection in Linux and Unix. How to test and check SSH connections with and without shell script examples. Check 22 port status.
How to disable ICMP timestamp responses in Linux
Iptables rule to disable ICMP timestamp responses in Linux. Block ICMP timestamp request (13) and ICMP timestamp reply (14). Verify using hping3 or nping
How to cleanup Failed Actions from pcs status of cluster
Cleanup failed actions messages in pacemaker cluster. Cleanup failed resource actions and failed fencing actions in pcs status output or HA Cluster
Setup KVM DRBD Cluster File System Pacemaker CentOS 8
Step-by-Step tutorial to configure DRBD CLuster File System with clone using Pacemaker 2.0 on KVM Virtual Machines with RHEL/CentOS 8 Linux. Verify DRBD …
DRBD Tutorial | Setup Linux Disk Replication | CentOS 8
Step-by-Step DRBD Tutorial to install and configure DRBD Storage device on CentOS 8. Perform Linux disk replication runtime. How to perform DRBD configuration
What is fencing | Setup KVM cluster fencing RHEL CentOS 8
Step-by-Step Tutorial to configure cluster fencing, stonith device in RHEL and CentOS 8 Linux. Use fence_xvm to fence KVM HA Cluster nodes. Setup pacemaker …
