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
  • Cloud: AWS, Azure, OpenStack, and hybrid cloud administration
  • 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

2342 articles

Blog illustration with latest articles, tutorials, guides, and how-to content across Linux and DevOps topics
tools

How to add Games to Discord?

Learn how to add games to discord or check discord game activity on desktop app or mobile application on android and ISO both.

Mark Arvin Tychingco6 min read
tools

How to check Discord Gift Inventory?

Step by step instructions to check discord gift inventory

Mark Arvin Tychingco5 min read
tools

How to set up Jockie Music Bot Discord? [SOLVED]

Discord's entertaining and interesting bots are one of its best features. Bots are programs that can do a variety of tasks in Discord, such as playing games

Mark Arvin Tychingco5 min read
tools

How to turn OFF Discord Notification Sound? [SOLVED]

Learn how to properly turn OFF discord notification sound with step by step instructions.

Mark Arvin Tychingco4 min read
security

How to setup http/https proxy with special characters in password

How to export the variable "http_proxy" or "https_proxy" when there are special characters in username or password in Linux?

Deepak Prasad3 min read
devops

Automating Video Rendering with Music Visualizer APIs

Automating video rendering has become a practical necessity for platforms that generate repeated or large-scale media outputs. Music visualizers—dynamic

Deepak Prasad4 min read
system-administration

4 ways to SSH & SCP via proxy (jump) server in Linux

You can use either ProxyCommand or ProxyJump with ssh and scp respectively to connect target host or transfer files through any jump host with examples.

Deepak Prasad4 min read
devops

Benefits and Limitations of Free VPNs on Linux: Are They Worth Using?

Linux is widely regarded as one of the most secure, flexible, and transparent operating systems, which is why developers, administrators, and privacy-focused

Deepak Prasad3 min read
devops

Install Kubernetes on Ubuntu 24.10 [Step-by-Step]

In this tutorial we will share step by step instructions to install Kubernetes on Ubuntu 24.10 using containerd container runtime and Calico CNI. We will be

Deepak Prasad10 min read
devops

Modernizing IT Infrastructure for Better Performance and Scalability

In today's digital world, updating IT infrastructure is crucial for maintaining a competitive edge. Cloud-based solutions offer businesses the chance to

Deepak Prasad6 min read
devops

How Cloud Innovation Is Reshaping Compliance and Data Sovereignty

Compliance and data sovereignty have become defining issues for cloud adoption. Governments are setting strict boundaries on where sensitive information can

Deepak Prasad5 min read
devops

Top 5 Web Scraping Proxies: Best Picks for Data Collection

Any data collection setup starts with web scraping proxies. Without being restricted or blocked, they enable you to gather a huge amount of data from

Deepak Prasad4 min read
storage

How to Encrypt New Hard Disk (Partition) using LUKS in Linux

How to encrypt hard disk using LUKS in Linux. LUKS is the Linux encryption layer to secure hard disk. Using cryptsetup luksopen to encrypt partition in Linux

Deepak Prasad12 min read
devops

Best Node.js Development Companies to Partner With

Discover the best Node.js development companies to partner with. Explore top firms known for delivering scalable, high-performance, and reliable Node.js solutions for your business needs.

Deepak Prasad7 min read
devops

17 Essential Digital Marketing Tools for 2025

Find the best digital marketing tools 2025. 17 essentials for data, design, and growth. Expert picks. Start improving your strategy today.

Deepak Prasad5 min read
devops

Data Privacy for Businesses Storing Client Data in the Cloud

Cloud storage is now indispensable for contemporary business functions. It enables companies to store large amounts of data, reduces IT maintenance costs, and

Deepak Prasad6 min read
storage

How to auto mount and unlock LUKS Encrypted Partitions at Boot using crypttab

Steps to auto mount LUKS device using key with passphrase in fstab and crypttab in Linux. Boot LUKS encrypted partition without password using luks passphrase

Deepak Prasad10 min read
devops

Beginners guide to learn Kubernetes Architecture

Kubernetes Cluster Architecture contains a controller (master) and worker node. There are three main components in the Kubernetes Cluster i.e. Nodes, Pods and Containers.

Deepak Prasad10 min read
security

Setup Lab Environment for CompTIA PenTest+ Exam (PT0-002)

In this tutorial we will be setting up the Lab Environment which we will use through out the course of CompTIA PenTest+ Tutorial.

Deepak Prasad7 min read
linux

SSH into VirtualBox VM

2 different methods to ssh into virtualbox vm using bridged adapter or NAT with prot forwarding

Deepak Prasad12 min read
system-administration

Secure OpenLDAP with TLS, MTLS, STARTTLS in Ubuntu

Configure OpenLDAP with TLS certificates on Ubuntu . Secure LDAP connections with TLS/SSL. Create our own CA and sign our certificate to use it with LDAP.

Deepak Prasad12 min read
security

Setup & verify Mutual TLS Authentication (MTLS) with OpenSSL

With mutual TLS authentication (MTLS), not only does the service side prove its identity by exposing a certificate, but also the clients prove their identity to the servers by exposing a client-side certificate.

Deepak Prasad15 min read
system-administration

Create Central Authentication Server with OpenLDAP and NSLCD in Ubuntu

In this tutorial we will cover the steps to install and configure OpenLDAP from scratch and then use the OpenLDAP server as a central authentication server

Deepak Prasad10 min read
security

OpenSSL: Generate ECC Certificates for Apache Server

Elliptic Curve Cryptography (ECC) is an encryption technique that provides public-key encryption similar to RSA. We can generate ECC certificates using openssl and install it on Apache server for verification

Deepak Prasad9 min read
cloud

Complete AWS S3 Bucket Tutorial

Step by Step tutorial on AWS S3 Buckets and create one. We will also explore S3 versioning and S3 encryption and in the last, we will generate an AWS S3 Bucket policy and apply it to our S3 Bucket.

Mahnoor Malik9 min read
cloud

Configure S3 bucket as Terraform backend [Step-by-Step]

Step y step instructions to use AWS S3 bucket as terraform backend. Create AWS S3 Bucket along with DynamoDB table to store the terraform backend content on AWS>

Mahnoor Malik5 min read
cloud

How to host static website on S3

STep by Step instructions to host static website on S3 using CORS. Use a custom domain name name to host your static website using CNNAME DNS Record

Mahnoor Malik5 min read
cloud

AWS RDS Tutorial with Hands On

In this tutorial, we will learn about AWS RDS i.e Relational Database Service and then walk through the step-by-step process of creating an Amazon RDS DB instance.

Mahnoor Malik7 min read
cloud

AWS CLI Explained with Practical Examples

we learned about AWS CLI. First, we learned that how we can set up AWS CLI on our PC. After that, we walked through the process of creation of EC2 instance and S3 Bucket using AWS CLI and played around with a few of the …

Mahnoor Malik7 min read
cloud

Create S3 Static Website using Custom Domain [Step-by-Step]

Step by step instructions to create S3 static website using custom domain and SSL from AWS Certificate Manager.

Mahnoor Malik8 min read