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
How to Remove or Uninstall a Go Package (go get, Go Modules, Tools)
Learn how to remove or uninstall a Go package added with go get or go install. This guide explains how to remove Go module dependencies from go.mod, uninstall …
Golang vs Rust | Which language to choose in
Comparing different aspects of golang with rust programming language
How to remove obsolete packages in Ubuntu? [SOLVED]
Learn how to safely remove obsolete packages in Ubuntu with examples
How to install zlib on Ubuntu?[100% Working]
Different methods to install zlib on Ubuntu with step by step instructions.
Remove unused packages in Ubuntu? [4 Methods]
Learn different methods to remove unused packages from Ubuntu
How to install Node.js on Ubuntu from tar.xz? [SOLVED]
Step by step instructions to install Node.js in Ubuntu from tar.xz file
How to install gpart on Ubuntu? [SOLVED]
Step by Step instructions to install gpart on Ubuntu with examples
How to install jq on Ubuntu? [100% Working]
Step by step instructions to install JQ in Ubuntu either manually or from repository
How to install iTunes on Ubuntu? [100% Working]
There are 2 different methods to install itunes on ubuntu using wine and playonlinux
DevSecOps vs DevOps - Explaining the Difference
Although DevOps has been serving a phenomenal role in development processes for many years, it's been lacking one small aspect - security. Therefore DevSecOps
How to run memtest on Ubuntu? [SOLVED]
Memtester is a memory testing program designed to stress test and test the system's random access memory for errors by writing test patterns to most memory
How to print object in JavaScript? [SOLVED]
Everything in JavaScript is an object. So simply, in order to print objects in JavaScript, you will need to use the console.log() method. This method takes an
Golang slice append return value? [SOLVED]
In the previous chapter, we discuss how to use append function in Golang. append is a built-in function which appends elements to the end of a slice. If it
Python isupper() Method [with Examples]
python isupper shows whether a string of characters contains only capital letters or not. If at least one character is lowercase, it returns FALSE.
Extending Dictionary in Python [SOLVED]
A dictionary is a changeable, unordered Python container used to hold mappings between distinct keys and values. Curly brackets () are used for dictionaries,
