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
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 remove symlinks with practical examples.

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, POST requests, authentication, and common troubleshooting use …

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, preserve permissions, work with initramfs, and compare cpio with tar.

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, and CPU information, plus troubleshooting for permission errors …

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, verbose output, and best practices.

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 screen sessions with practical shortcuts.

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 scripting use cases.

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 mistakes, and restore permissions safely.

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 best practices.

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 inspect attributes.

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, error handling, and a quick reference cheat sheet.

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, remove, and apply ACLs recursively on files and directories, and …

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, whitespace detection, and concatenating multiple files.

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 clear, practical examples.

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 managing packages on Debian-based systems.

Rohan Timalsina8 min read
cheatsheet

bzip2 Command in Linux: Complete Guide with Examples & Best Practices

Learn the bzip2 command in Linux with practical examples. Compress and extract files and directories, verify integrity, optimize performance, and compare bzip2 with gzip and xz.

Rohan Timalsina6 min read
cheatsheet

adduser Command in Linux: Syntax, Options & Practical Examples (Ubuntu/Debian)

Learn the adduser command in Linux with syntax, options, and 15 practical examples. Create users, system users, groups, set UID, GID, GECOS, shells, and home directories on Ubuntu and Debian systems.

Rohan Timalsina5 min read
security

How to Install .deb Files in Kali Linux (4 Easy & Safe Methods)

Learn how to install .deb files in Kali Linux using dpkg, apt, and gdebi. Step- by-step commands, dependency fixes, and best practices.

Deepak Prasad4 min read
programming

Long.MAX_VALUE & Long.MIN_VALUE in Java (Exact Values + Examples)

Learn the exact value of Long.MAX_VALUE and Long.MIN_VALUE in Java, why overflow happens, and how to safely handle large numbers with clear examples.

Deepak Prasad4 min read
linux

zsh: command not found: pip – Fix with pip3 & PATH in 2 Minutes

We explore the different root cause for getting zsh: command not found: pip error in Linux and how to fix those errors.

Omer Cakmak3 min read
linux

Dashed Filename in Linux: What It Means and How to Fix It

How to create, read, modify, find and remove dashed filename and directories in Linux. Open and access files & directories starting with (dash) and double dash (--)

Deepak Prasad11 min read
devops

git remote add Explained (With Examples, Mistakes & Fixes)

Git remote add is a git command that enables developers to work on a central remote repo by creating remote duplicates. Remote add command serves as a means through which collaborators for a project can independently …

Deepak Prasad5 min read
linux

Set up proxy using http_proxy & https_proxy environment variable in Linux?

How to set up proxy on Linux using http_proxy and https_proxy environment variable. Export the variables or set using /etc/environment and /etc/profile.d script

Deepak Prasad6 min read
networking

[SOLVED] Find Duplicate IP Address with Wireshark

Find duplicate ip address, how to detect duplicate ip address with arping, detecting duplicate ip addresses using arp, linux detect duplicate ip address wireshark

Celal Dogan6 min read
tools

Set Up Reaction Roles using Carl Bot

Step by Step instructions to setup carl bot reaction roles with examples.

Mark Arvin Tychingco6 min read
tools

Set up a Discord Poll Bot - EasyPoll

Step by step instructions to setup discord poll bot i.e. easypoll with examples and commands.

Mark Arvin Tychingco6 min read
tools

What is Discord and what is it used for? [SOLVED]

Understand what is discord in laymen terms. Discord is used for different types of voice, text and video chat. It is also used for streaming games, videos etc

Mark Arvin Tychingco7 min read
tools

How To Generate Discord Invite Links? [SOLVED]

Discord is a popular chat client that allows gamers of all kinds to communicate and collaborate. It is a popular chat app that lets users connect with friends

Mark Arvin Tychingco6 min read
tools

How to check Audit Logs on Discord?

Step by step instructions to check audit logs on Discord to troubleshoot any kind of issues.

Mark Arvin Tychingco5 min read