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
5 easy & useful ways to check Linux kernel version
In this tutorial I will share multiple commands and methods you can use to check the Linux kernel version. The recommended method would be uname which works …
4 useful methods to automate ssh login with password in Linux
How to automate SSH login with password? How to pass password to scp command used in bash script ? How to perform SSH login with password instead of using …
4 practical examples with bash increment variable
How to increment variable in bash shell script? How to add 1 to a variable for every for loop? How to increment counter in bash? How to perform bash variable …
Beginners guide to use script arguments in bash with examples
How to pass and store arguments to shell script? How to parse input arguments inside shell script? How to pass arguments to a function inside shell script in …
Bash string concatenate possible? [SOLVED]
How to concatenate strings with underscore, newline, whitespace or any other character in bash? How to append substrings in a string in bash or shell script? …
How to properly remove old kernels RHEL/CentOS 8
You can now use dnf command to remove old kernels from RHEL/CentOS 8 Linux. package-cleanup doesn't work any more. Use oldinstallonly with installonly_limit
Bash getopts Tutorial: Syntax, Examples, Options & Error Handling
Learn bash getopts with syntax, examples, and a quick cheat sheet. Understand OPTARG, OPTIND, leading colon behavior, missing argument errors, and differences …
.bashrc vs .bash_profile [Which one to use?]
All rc files are for all shell invocations while the profiles are strictly for interactive shells. when you login via SSH, or via duplicate console, or via …
Bash check File Exists with Best Practices [5 Methods]
In this tutorial I have consolidated a list of file test operators which can be used to check different types of files. Bash Check file exists, is a symbolic …
How to access VirtualBox shared folder at startup with systemd in Linux
How to mount Oracle VirtualBox shared folder using systemd unit file at system startup? How to execute a script during reboot on the shared folder from Vbox …
How to start systemd service after NFS mount in Linux
How to execute a script after a network file system is mounted? How to start a systemd service only after NFS share is mounted and available in Linux
5 simple steps to create shared folder Oracle VirtualBox
How to create shared folder using Oracle VirtualBox with Linux Operating System? Can I share a folder from Windows host to Linux OS inside Oracle Virtual Box?
5 easy steps change grub2 background image splash screen
Steps to change grub2 background image in Linux. The steps are valid for both legacy and UEFI BIOS. Use any JPE/JPEG or PNG image to set your own boot loader …
Step-by-Step: Upgrade multiple HPE VC firmware with SUM
Step by step guide to upgrade multiple HPE VC firmware (Virtual Connect) using Smart Update Manager. Perform parallel upgrade of the VC using SUM.
Solved: Device in bay #X power delayed until VC profile is applied
Steps to overcome Device in bay #X power delayed until VC profile is applied issue on HPE Onboard Administrator and Virtual Connect
