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

2232 articles

How to append string in Python

Python append string using different operators and functions such as str.join, + operator, += and format strings. Concatenate strings to one another.

By Deepak Prasad · 4 min read · programming

Your Friendly Guide to Type Checking in Python

Discover the transformative power of Type Checking in Python and enhance your coding precision. Explore essential strategies, avoid common mistakes, and unlock …

By Deepak Prasad · 13 min read · programming

Print variable in Python like a PRO [7 Methods]

In this tutorial we will learn how to print variable in python using different methods. Use plus to concatenate strings and print them, use format strings to …

By Deepak Prasad · 8 min read · programming

How to disable SELinux (with and without reboot)

What is SELinux and how can i disable SElinux permanently with or without reboot. Change SELinux mode runtime using setenforce. Enable permissive mode for …

By Deepak Prasad · 8 min read · security

Found a swap file by the name .XXX.swp

What is .swp file? Why this file is created? How to get rid of Found a swap file by the name warning? Another program may be editing the same file. An edit …

By Deepak Prasad · 8 min read · system-administration

Beginners guide to use ssh config file with examples

beginners guide to learn and use ssh config file with example to define different SSH client arguments, There are different configuration files which can be …

By Deepak Prasad · 7 min read · security

10 examples to generate SSH key in Linux (ssh-keygen)

Use ssh-keygen to generate SSH key to use public key based authentication in Linux. Create key pair with custom filename, change passphrase of existing private …

By Deepak Prasad · 7 min read · cheatsheet

SOLVED: SSH fails with postponed publickey error

[Solved} Steps to debug and fix postponed publickey error leading to SSH connection failure. You may also get ROOT LOGIN REFUSED, Failed pubkey, permission …

By Deepak Prasad · 7 min read · system-administration