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
Git Fetch Explained (What Does git fetch Do + Fetch vs Pull with Examples)
Learn what git fetch does with simple examples. Understand git fetch vs pull, how git fetch works, when to use it, and how to safely download remote changes …
The Ultimate Python Cheat Sheet for *args and **kwargs
A python kwargs is a dictionary of keyword arguments. we put two ** before kwargs which allows us to pass any number of keyword arguments. Python *args can be …
Python User Input Advanced Guide [In-Depth Tutorial]
Use python input() function to ask user for input in Python. Collect integer or floating number or string as input. COllect multiple inputs in single line
Dual boot Ubuntu with Kali Linux [Step-by-Step]
Step by step instructions to dual boot Ubuntu with Kali Linux. Choose default boot menu.
50+ .gitignore Examples (Ignore Files, Folders & Patterns in Git)
Learn how to use .gitignore with practical examples. This guide covers gitignore syntax, patterns, ignoring files and folders, wildcard matching, excluding …
Python ceil() function Explained [Easy Examples]
the python ceil() function is a mathematical function that returns integer value greater than then argument
SQL SUBSTRING Function Explained [Beginners]
SQL mainly provides three truncate functions which are working with string. SQL Substring Function, SQL Left Function, SQL Right Function
Python super() function explained [Easy Examples]
The Python super() function can only be used inside the child class to call the constructor and any other parent class method. We can use the supper() function …
Python startswith() method explained [Easy Examples]
The Python startswith() method returns True if the string starts with the specified value, otherwise False. If we will not specify the starting position of the …
Set Static IP in Rocky Linux [6 Different Methods]
6 different methods to configure and set static IP Address in Rocky Linux. Use nmtui, nmcli, ifcfg, ip and ifconfig utility to configure static IP address
Numpy random Examples | rand() | randint() function
The Numpy random method in Python helps us to create random numbers. You can use random.rand(), random.randint(), random.uniform() function to generate random …
Install Apache from Source Code Rocky Linux [Step-by-Step]
Step by Step instructions to install and configure apache from source code in Rocky Linux 8
Git Revert Command Explained (9 Practical Examples)
Learn how to use the git revert command with practical examples. This tutorial explains git revert syntax, reverting specific commits, multiple commits, merge …
Python any() function Examples [Beginners]
Python any() function is a built-in function that works very similarly to OR logic gate. Learn how any() function works by taking examples of lists, tuples, …
Python delete file Examples [4 Different Ways]
How to python delete file with examples. How to python remove file with examples. Check file exists before deleting in Python
