Articles by Deepak Prasad
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.
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
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
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
How to install Zabbix on Rocky Linux 8
Step by step instructions to install and configure zabbix on rocky Linux 8
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.
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
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.
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
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 …
WPScan: WordPress Vulnerability Scanner Guide
WPScan is a WordPress vulnerability scanner, a penetration testing tool used to scan for vulnerabilities on WordPress-powered websites.
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
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.
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
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
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
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
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
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.
How to install Arduino IDE on AlmaLinux 8
Step by step instructions to install Arduino on AlmaLinux 8 with screenshots and examples
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.
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).
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
How to install Zoom on AlmaLinux 8 [Step-by-Step]
Step by Step instructions to install zoom on Alma Linux 8 with screenshots
How to install Anydesk on AlmaLinux 8 [Step-by-Step]
Step by step instructions to install anydesk on almalinux 8 with screenshot and examples
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
Install Sublime Text 4 on AlmaLinux 8 [Step-by-Step]
Step by step instructions to install sublime text 4 on AlmaLinux 8 with screenshots.
Setup VNC server in Rocky Linux 8 [Step-by-Step]
Step by step instructions to setup vnc server on Rocky Linux 8 with screenshots.
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
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 …

