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

2239 articles

How to manually expire any certificate OpenSSL

Step by Step instructions to manually expire any certificate using openssl. Different commands and methods to generate an expired certificate

By Deepak Prasad · 8 min read · security

Generate duplicate certificates OpenSSL CA [Same CN]

Step by step instructions to generate duplicate certificates with OpenSSL CA using the same CSR with same Subject (Common Name) in all the certificates

By Deepak Prasad · 9 min read · security

Master Python Shelve Module: Unlock Hidden Potential

Discover the ins and outs of Python Shelve, the powerful yet simple data persistence solution. Whether you're a beginner or an experienced developer, our …

By Deepak Prasad · 10 min read · programming

How to Create Dropdown List in SoftMaker PlanMaker

In this tutorial we will be covering different methods to create dropdown list in SoftMaker PlanMaker. Now this article assumes that you already have

By Omer Cakmak · 3 min read · linux

How to Install Laravel on Ubuntu

This tutorial will guide you through complete steps to install Laravel on Ubuntu, covering web server setup with Apache, PHP and its extensions, database …

By Steve Alila · 7 min read · programming

Laravel Group Routes And Array Parameters Explained

Laravel route group array parameters provide a convenient way for developers to organize and define their route groups in a structured manner. By grouping

By Steve Alila · 14 min read · programming

Laravel Eloquent WhereHas [In-Depth Tutorial]

Eloquent WhereHas is a powerful feature of Laravel's ORM (Object-Relational Mapping) tool. It allows developers to query related models and retrieve data from

By Steve Alila · 16 min read · programming

Learn Laravel Migrations [In-Depth Tutorial]

This tutorial will guide you through Laravel Migration, covering setup, creating and running migrations, managing columns and tables, advanced features like …

By Steve Alila · 10 min read · programming