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

2257 articles

cheatsheet

grep Recursive Search in Linux (Examples, Include/Exclude, Multiple Patterns)

Learn how to perform grep recursive search in Linux with practical examples. This guide covers recursive grep commands, searching directories and …

Deepak Prasad10 min read
cheatsheet

find Command in Linux: Complete Cheat Sheet with 25+ Examples

Learn how to use the find command in Linux with this complete cheat sheet. This guide covers find command syntax, commonly used flags, and practical …

Rohan Timalsina11 min read
cheatsheet

elinks Command in Linux: Browse Websites and Extract Text from HTML

Learn how to use the elinks command in Linux to browse websites from the terminal and extract text from HTML pages. This practical cheat sheet covers …

Rohan Timalsina12 min read
cheatsheet

firewalld Cheat Sheet: firewall-cmd Rules, Commands and Examples

Learn the most important firewalld commands using this firewall-cmd cheat sheet. This guide covers common firewalld rules, listing firewall rules, managing …

Deepak Prasad15 min read
cheatsheet

finger Command in Linux (User Information Lookup) [Cheat Sheet]

Learn how to use the finger command in Linux to display user account information such as login name, terminal, idle time, home directory, and shell. This …

Rohan Timalsina11 min read
cheatsheet

journalctl Command in Linux: View, Filter, and Troubleshoot System Logs

Learn how to use the journalctl command in Linux to view, filter, and troubleshoot systemd logs. This practical cheat sheet covers journalctl examples for …

Rohan Timalsina16 min read
cheatsheet

dumpe2fs Command in Linux (ext4 Superblock & Recovery Guide)

Learn how to use the dumpe2fs command in Linux to inspect ext2, ext3, and ext4 superblock information, view backup superblocks, check inode and block …

Rohan Timalsina7 min read
cheatsheet

dpkg Command in Linux: Practical Examples & Complete Cheat Sheet

Learn how to use the dpkg command in Linux with practical examples. This cheat sheet covers installing and removing .deb packages, fixing broken packages, …

Rohan Timalsina9 min read
programming

Best IDE for Golang: VS Code, GoLand, Neovim, Zed, and More

Compare the best IDEs and editors for Go development: VS Code, GoLand, Neovim, Zed, LiteIDE, Sublime Text, and Emacs—use cases, trade-offs, setup …

Tuan Nguyen12 min read
system-administration

Install and Configure OpenLDAP on Rocky Linux 9 (cn=config Guide)

Step-by-step guide to install and configure OpenLDAP on Rocky Linux 9 using the cn=config backend and ldapmodify. Includes schema loading and user/group …

Deepak Prasad4 min read
cheatsheet

csplit and split Command Examples in Linux (Cheat Sheet)

Learn how to split files in Linux using csplit and split commands. Covers pattern-based splitting, size-based splitting, prefixes, suffixes, and how to …

Deepak Prasad5 min read
cheatsheet

cut Command in Linux: Practical Examples & Cheat Sheet

Learn how to use the cut command in Linux with clear, practical examples. This guide covers selecting bytes, characters, and fields, working with …

Rohan Timalsina6 min read
cheatsheet

DNF Command Cheat Sheet in Linux (With Practical Examples)

A complete DNF command cheat sheet for Linux with practical examples. Learn how to use dnf to install, update, remove packages, manage repositories, work …

Rohan Timalsina6 min read
cheatsheet

crontab Command in Linux: Practical Examples & Cheat Sheet

Learn how to use the crontab command in Linux with practical examples. Understand cron syntax, scheduling formats, special time strings, managing user …

Rohan Timalsina5 min read
cheatsheet

How to Create Symbolic Links in Linux (Soft & Hard Links Explained)

Learn how to create symbolic links in Linux using the ln command. Understand soft links vs hard links, when to use each, and how to verify, find, and …

Deepak Prasad7 min read
cheatsheet

curl Command in Linux: Practical Examples & Cheat Sheet

Learn how to use the curl command in Linux with clear, practical examples. This cheat sheet covers downloading files, HTTP headers, silent mode, redirects, …

Rohan Timalsina7 min read
cheatsheet

cpio Command in Linux: Practical Examples & Cheat Sheet

Learn the cpio command in Linux with clear, practical examples. Understand copy- in, copy-out, and pass-through modes, create and extract archives, …

Rohan Timalsina7 min read
cheatsheet

dmidecode Command in Linux: BIOS, Serial, Memory & CPU (Cheat Sheet)

Learn dmidecode with practical examples to read SMBIOS/DMI data in Linux. Get BIOS version, system manufacturer, serial number, UUID, memory slot details, …

Rohan Timalsina7 min read
cheatsheet

chown Command in Linux: Change File & Directory Ownership (Cheat Sheet)

Learn how to use the chown command in Linux to change file and directory ownership safely. Covers recursive chown, symbolic links, --from, --reference, …

Rohan Timalsina6 min read
cheatsheet

How to Use Screen in Linux [List, Attach, Detach, Close]

Learn how to use the screen command in Linux to manage persistent terminal sessions. Includes examples to list, attach, detach, rename, log, and close …

Omer Cakmak7 min read
cheatsheet

cmp Command in Linux: Compare Files Byte by Byte (Examples & Cheat Sheet)

Learn how to use the cmp command in Linux to compare files byte by byte. Includes practical examples, options like -l, -b, -s, exit codes, and real-world …

Rohan Timalsina6 min read
cheatsheet

How to Use chmod Recursive (-R) in Linux

Learn how to use chmod recursive (-R) in Linux with clear examples. Change permissions for all files or directories using 755 or 777, avoid common …

Deepak Prasad6 min read
cheatsheet

chage Command in Linux: Password Expiry, Aging, and Account Policies

Learn how to use the chage command in Linux to manage password expiry, account aging, inactivity locks, and user expiration with practical examples and …

Rohan Timalsina7 min read
cheatsheet

chattr Command in Linux: Change File Attributes Using Immutable and Append-Only Flags

Learn the chattr command in Linux with 11 practical examples. Understand file attributes, immutable files, append-only mode, and how to use lsattr to …

Rohan Timalsina9 min read
cheatsheet

chgrp Command in Linux Explained: Change Group Ownership with Examples

Learn how to use the chgrp command in Linux to change group ownership of files and directories. Includes recursive usage, sudo examples, symbolic links, …

Rohan Timalsina6 min read
cheatsheet

Linux ACL Explained: setfacl vs chacl With Practical Examples

Learn Linux Access Control Lists (ACL) with clear explanations and practical examples. Understand when to use setfacl vs chacl, how to inspect, change, …

Rohan Timalsina12 min read
cheatsheet

cat Command in Linux: Syntax, Examples & Cheat Sheet (Beginner Friendly)

Learn the cat command in Linux with simple, practical examples. This beginner- friendly cheat sheet covers syntax, file creation, appending, line numbers, …

Deepak Prasad8 min read
cheatsheet

AWK Command in Linux: Complete Guide with Practical Examples

Learn the AWK command in Linux with practical examples. Covers syntax, patterns, columns, BEGIN/END blocks, loops, scripts, and real-world use cases.

Deepak Prasad17 min read
cheatsheet

apt-cache Command in Linux (Ubuntu/Debian): Search, Policy & Dependencies

Learn how to use the apt-cache command in Ubuntu and Debian to search packages, inspect package policy, analyze dependencies, and debug APT issues with …

Rohan Timalsina4 min read
cheatsheet

apt Command in Linux: Complete Guide with Examples & Cheat Sheet

Learn the apt command in Linux with 15 practical examples. This APT commands cheat sheet covers installing, removing, updating, upgrading, searching, and …

Rohan Timalsina7 min read