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
Recover Lost Files PartedMagic [100% Working]
Parted Magic is a commercial Slackware-based Linux distribution that comes with partitioning and data recovery tools. The distribution's name is derived from
How to enable UTF-8 in Linux? [SOLVED]
If you are working on Linux operating system, you should use these converters. If you have received a warning/error regarding UTF-8, read this post. In this
HackerRank Solution: Python sWAP cASE [3 Methods]
You are given a string and your task is to swap cases. In other words, convert all lowercase letters to uppercase letters and vice versa.
HackerRank Solution: String Split and Join [3 Methods]
In Python, a string can be split on a delimiter.
HackerRank Solution: Python What's your name? [3 Methods]
In this tutorial we are going to explore different methods to solve the hacker rank problem what's your name in Python
HackerRank Solution: Python Lists [Basic Data Types]
This tutorial covers solutions for Python Lists question from Hacker Rank using if statements, map and len() method Using the split() function
HackerRank Solution: Python Mutations [4 Methods]
There are 4 possible methdos to solve python mutations from hacker rank using a while loop, One-line solution, Using list comprehension, Using for loop
Master Docker and Golang Usage with Best Practices
Unlock the potential of containerization in your development workflow with our powerful Docker and Golang tutorials. Elevate your coding expertise, conquer …
Create pyplot figure with matplotlib [In-Depth Tutorial]
matplotlib.pyplot is a sub-library of Python's matplotlib library that provides convenient ways to create static, animated, and interactive visualizations in
How to archive username in Java? [SOLVED]
To "archive the username" in Java means to store the username for later access and retrieval. This may mean storing the username in a variable, class field,
How to reset index in a pandas DataFrame? [SOLVED]
The reset_index() function in pandas is a tool for resetting the index of a DataFrame to a default integer index, which is 0, 1, 2, ..., n (where n is the
The Dynamic Duo: Golang Arrays and Structs [Tutorial]
Discover the ins and outs of Golang arrays and structs with this comprehensive guide. Master the essentials and advanced topics like nested arrays and pointers …
How to make circular color gradient in Python? [SOLVED]
A color gradient is a way to smoothly transition between two or more colors. A circular gradient is a type of color gradient that transitions in a circular
How to run shell commands in Python? [SOLVED]
There are different modules available which can be used to execute or call shell commands inside Python program.
How to combine two column matrices in Python? [SOLVED]
There are several methods available such as np.hstack(), np.vstack(), np.concatenate(), np.column_stack(), np.row_stack() and np.block().
