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

Java Variables Examples [Different Variable Types]

The most popular types of Java variables are Instance, Local and Static variables. We learned about the declaration, initialization, and syntax of variables.

By Bashir Alam · 10 min read · programming

Java Multiline Comments [Methods & Examples]

In this tutorial, we learned about Java multiline comments, single line and inline comments. We covered different types of comments that we supported by java …

By Bashir Alam · 10 min read · programming

Install Java on Linux, Windows and MAC

Step by Step instructions to install JAVA on Linux, WIndows and MAC OS with and without GUI. Set proper PATH or HOME variables to use JAVA

By Bashir Alam · 8 min read · programming

Renew self-signed certificate OpenSSL

Step by Step instructions to renew self-signed certificate using OpenSSL command. Export CSR using expired certificate and using existing private key we can …

By Deepak Prasad · 6 min read · security

Renew SSL/TLS certificate OpenSSL

Step by Step instructions to renew SSL or TLS certificate (server/client) using OpenSSL command. Retain all SAN fields with X.509 extensions during renewal of …

By Deepak Prasad · 16 min read · security

Install LEMP Stack on Rocky Linux 8

Step by Step instructions to install LEMP stands on Rocky Linux 8. LEMP stands for Linux, Nginx (Pronounced as Engine-X), MySQL/MariaDB, and PHP. This is a …

By Deepak Prasad · 9 min read · linux

Different ways to call a function in Python

We can access the features and functionality of a function by just calling it. In this tutorial, we will learn about how the python call function works

By Bashir Alam · 9 min read · programming

Install LAMP Stack on Rocky Linux 8

Step by Step instructions to install LAMP Stack on Rocky Linux 8. Install and configure Linux, Apache, MariaDB and PHP

By Deepak Prasad · 7 min read · linux

Python strip() function Explained [Easy Examples]

The python strip method is used to remove characters from the beginning and ending of the string. Python also supports only removing string characters from the …

By Bashir Alam · 8 min read · programming