Deepak Prasad

Deepak Prasad

R&D Engineer

at · 1018 articles published

Founder of GoLinuxCloud with over a decade of expertise in Linux, Python, Go, Laravel, DevOps, Kubernetes, Git, Shell scripting, OpenShift, AWS, Networking, and Security. With extensive experience, he excels across development, DevOps, networking, and security, delivering robust and efficient solutions for diverse projects.

Areas of expertise

Certifications & credentials

  • Red Hat Certified System Administrator in Red Hat OpenStackID: 180-246-001
  • Certified Kubernetes Application Developer (CKAD)
  • Red Hat Certified Specialist in Ansible Automation
  • Go: Data Structures, Algorithms and Design Patterns With Go

Articles by Deepak Prasad

How to PROPERLY Rename Column in Pandas

In this tutorial we will learn use pandas dataframe.rename() and other methods to rename column in a List, CSV files, Dictionaries or any other type of object …

16 min readdatabases

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.

4 min readprogramming

How to declare global variables in Python

How can we define global variables in Python. What is the difference between local vs global variables. What are namespaces, scope and functions in Python …

6 min readprogramming

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 …

13 min readprogramming

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 …

8 min readprogramming

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 …

8 min readsecurity

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 …

8 min readsystem-administration

Bash if else usage guide for absolute beginners

Beginners tutorial to learn bash if else statement in Linux and Unix. Nested if statement, Bash if multiple condition, if elif else statement with shell script …

13 min readprogramming

Bash Function Usage Guide for Absolute Beginners

How to define bash function, pass command line arguments to a function and store it as variable or array, Use return value to return different exit codes from …

14 min readprogramming

Bash while loop usage with examples for beginners

Absolute beginners guide to learn bash while loop with shell script examples. Use while true loop with break and continue statement, nested while loop, while …

13 min readprogramming

Bash For Loop usage guide for absolute beginners

For loop in bash is used to iterate a certain command or task for a definite or infinite range. You can also use this in C programmer style, combine with …

10 min readprogramming

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 …

7 min readsystem-administration