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
  • Tools: Useful tools and utilities for productivity

2233 articles

Python round up practical examples

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 Bashir Alam · 13 min read · programming

SQL Not Equal Tutorial

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 Falguni Thakker · 7 min read · databases

Install MongoDB on AlmaLinux 8 [Step-by-Step]

Step by Step instructions to install mongodb on AlmaLinux 8. Access mongodb shell, create admin user, establish a connection with mongodb server using a …

By Deepak Prasad · 5 min read · linux

Python set difference() Tutorial [Practical Examples]

The difference between the two sets in Python is equal to the difference between the number of elements in two sets. The Python set difference function returns …

By Bashir Alam · 9 min read · programming

Python Constructor: __init__ Method Explained

Learn Python constructors using the __init__ method with examples for self, parameters, default values, validation, copying mutable arguments, object creation, …

By Bashir Alam · 10 min read · programming

SQL If Statement Tutorial [Practical Examples]

practical examples to use sql if statement explained. Use multiple if conditions, sql if else condition, sql nested if else condition with examples

By Falguni Thakker · 8 min read · databases

Steps to embed payload in PDF [100% Working]

step by step instructions to embed payload in pdf to attack a windows system. Get backdoor access to windows system by exploiting a pdf file

By Kennedy Muthii · 6 min read · security

Azure Site to Site VPN Connection

Step by step instructions to configure Azure site to site VPN connection with screenshots.

By Sahil Hulage · 6 min read · devops

20 sar command examples in Linux [Cheat Sheet]

Complete cheat sheet with examples to use use sar command to view reports about CPU utilization, memory utilization, I/O usage, swapping statistics, filesystems …

By Rohan Timalsina · 10 min read · cheatsheet