Blog

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

DATEADD SQL Function Tutorial [Practical Examples]

DATEADD SQL date function that is used for manipulating DateTime datatype values, DATEADD function is used to add or subtract the specific numerical value to a …

By falgunithakker · 8 min read · databases

How to PROPERLY test port connectivity in Linux

Multiple methods and commands to test port connectivity between Linux server and client with examples. Check availability of multiple ports in Linux for …

By admin · 6 min read · linux

Install Kali Linux on Android [100% Working]

Step by step instructions to install kali linux on android with screenshots. Even though we have successfully installed a full-featured Kali Linux on Android …

By admin · 9 min read · security

Getting started with Terraform - Tutorial

Step by step instructions to install terraform on Ubuntu. Deploy AWS EC2 Instance (Infrastructure) using terraform with screenshots and code examples.

By admin · 13 min read · linux

Nested dictionary in Python [Practical Examples]

how to create nested dictionary in Python through various methods. We also discuss how to remove or add a new element to the nested dictionary.

By bashiralam · 10 min read · programming

Python round up practical examples [5 Methods]

Python round up methods, math.ceil() method, floor division method, simple arithmetic method, and nampy.ceil() method to round up a number in Python.

By bashiralam · 13 min read · programming

SQL Not Equal Tutorial [Practical Examples]

SQL Not Equal is a comparison operator used to compare two not null operand values or an expression, if the left operand value is not equal to the right operand …

By falgunithakker · 7 min read · databases