Author

Deepak Prasad

Deepak Prasad

R&D Engineer

at · 1129 articles published

Founder of GoLinuxCloud with more than 15 years 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
Author profile illustration for Deepak Prasad — technical writer at GoLinuxCloud

Articles by Deepak Prasad

devops

Essential and Useful docker logs command Tips Revealed

docker logs -f or --follow is used to monitor the logs of container with dynamic update. docker logs --tail is used to additionally limit the number of lines to view from the logs.

Deepak Prasad7 min read
linux

Top 15 tools to monitor disk IO performance with examples

Top and best tools to check and monitor disk IO performance with disk IO statistics and disk stats with examples. Linux disk usage with iostat, vmstat

Deepak Prasad17 min read
linux

Execute multiple commands over SSH Linux

Discover how to execute multiple commands over SSH with various methods like semicolon-separated commands, double ampersand-separated commands, and more, to efficiently manage remote systems and streamline your workflow

Deepak Prasad7 min read
storage

How to encrypt root partition and entire file system using LUKS in Linux

Steps to encrypt root partition and entire filesystem using LUKS in Linux. Encrypt volume group and physical volume with cryptsetup CentOS/RHEL 7/8 Migrate Data

Deepak Prasad6 min read
linux

How to install Zabbix on Rocky Linux 8

Step by step instructions to install and configure zabbix on rocky Linux 8

Deepak Prasad7 min read
programming

Deploy flask with gunicorn and nginx (Step-by-Step)

We will use gunicorn as a WSGI server to communicate with our flask app, and Nginx as a proxy server between the gunicorn server and the client.

Deepak Prasad12 min read
programming

Mastering Python Nested Dictionary [Basics to Advanced]

In this python programming tutorial we learned how to use python nested dictionary for difference scenarios with examples

Deepak Prasad12 min read
programming

9 Important differences between Integer and Int in Java

The knowledge of difference between Integer and int in java is very important for a developer to know so that he can use both int and Integer classes properly and avoid auto-boxing whenever possible.

Deepak Prasad15 min read
devops

Detailed overview on Kubernetes API Server

In Kubernetes, all communications and operations between the control plane components and external clients, such as kubectl, are translated into RESTful API calls that are handled by the API server

Deepak Prasad12 min read
databases

How to export Python Data Frame to SQL File? [SOLVED]

Learn the step-by-step guide on how to export Python Data Frame to SQL file. From establishing a database connection to handling data types and performance, our comprehensive article covers it all. Perfect for Python and …

Deepak Prasad10 min read
security

WPScan: WordPress Vulnerability Scanner Guide

WPScan is a WordPress vulnerability scanner, a penetration testing tool used to scan for vulnerabilities on WordPress-powered websites.

Deepak Prasad6 min read
devops

Kubernetes Authentication & Authorization (Workflow)

Kubernetes Authentication and authorization play a very vital role in securing applications. These two terms are often used interchangeably but are very

Deepak Prasad7 min read
devops

Beginners guide on Kubernetes Pods with examples

Kubernetes Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. It is a co-located group of containers and represents the basic building block in Kubernetes.

Deepak Prasad15 min read
cloud

Steps to Install and configure Controller Node in OpenStack – Part 2

Part 2 of step by step guide to install and configure controller node in openstack. To configure controller node in openstack we will configure glance, nova

Deepak Prasad20 min read
devops

How to configure or build ceph storage cluster in Openstack ( CentOS 7 )

Step by step guide to build ceph storage cluster in Openstack CentOS 7 Linux on virtual machine. Confiure OSD, mon using ceph-deploy tool for ceph cluster

Deepak Prasad12 min read
linux

Dual boot Windows 10 and Linux [Step-by-Step]

Step by step instructions to dual boot windows 10 and kali linux with screenshots. Install and run both Windows 10 and Kali Linux side by side

Deepak Prasad8 min read
linux

5 tools to create bootable usb from iso linux command line and gui

Learn to create bootable usb from iso linux command line. dd iso to usb burn iso to usb linux ubuntu debian. how to make bootable pendrive in linux

Deepak Prasad8 min read
linux

Create Kali Linux bootable USB [3 Different Methods]

Different methods to create kali linux bootable USB such as Rufus, Balena Etcher, dd command in Linux

Deepak Prasad6 min read
devops

8 Common Mistakes First-Time Linux Users Make

So you've finally made the switch to Linux? Congratulations! It's like entering a new world of possibilities.

Deepak Prasad6 min read
linux

How to install Arduino IDE on AlmaLinux 8

Step by step instructions to install Arduino on AlmaLinux 8 with screenshots and examples

Deepak Prasad3 min read
linux

How to install VLC Player on AlmaLinux 8 [Step-by-Step]

Step by step instructions to install vlc player on AlmaLinux 8. Upgrade and also Uninstall VLC player.

Deepak Prasad3 min read
programming

Install Node.js on Ubuntu 20.04 [3 Different Methods]

In this tutorial we cover 3 different ways to install node.js in Ubuntu 20.04 i.e. Installing from the Ubuntu repository, Installing Node.js from NodeSource., Using Node Version Manager (nvm).

Deepak Prasad5 min read
linux

How to generate cloud-init user-data file for Ubuntu 20.04 [Step-by-Step]

Step by step instructions to generate user-data (autoinstall configuration file) which will be used for automated installation of Ubuntu 20.04 using cloud- init

Deepak Prasad14 min read
linux

How to install Zoom on AlmaLinux 8 [Step-by-Step]

Step by Step instructions to install zoom on Alma Linux 8 with screenshots

Deepak Prasad3 min read
linux

How to install Anydesk on AlmaLinux 8 [Step-by-Step]

Step by step instructions to install anydesk on almalinux 8 with screenshot and examples

Deepak Prasad3 min read
tools

How to add Network Adapter in Oracle VirtualBox

Step by step instructions to add network adapter to our existing Virtual Machine running on Oracle Virtual Box

Deepak Prasad7 min read
linux

Install Sublime Text 4 on AlmaLinux 8 [Step-by-Step]

Step by step instructions to install sublime text 4 on AlmaLinux 8 with screenshots.

Deepak Prasad3 min read
linux

Setup VNC server in Rocky Linux 8 [Step-by-Step]

Step by step instructions to setup vnc server on Rocky Linux 8 with screenshots.

Deepak Prasad7 min read
security

Install Tor Browser on Rocky Linux

Step by step instructions to install and configure tor browser in Rocky Linux. 2 different ways to install tor browser in Linux with screenshots

Deepak Prasad6 min read
linux

Install LEMP Stack on Rocky Linux 8

Step by Step instructions to install LEMP stands on Rocky Linux 8. LEMP stands for Linux, Nginx (Pronounced as Engine-X), MySQL/MariaDB, and PHP. This is a stack that is normally used together to build powerful websites …

Deepak Prasad9 min read