Articles by Deepak Prasad
How to change tmpfs partition size in Linux ( RHEL / CentOS 7 )
Increase decrease, change tmpfs partition size in Red Hat Linux 7, /run /run/user/$PID /dev/shm /sys/fc/cgroup using fstab RuntimeDirectorySize logind.conf
5 ways to check if server is physical or virtual in Linux or Unix
Commands to check if server is physical or virtual in Linux Unix. dmesg, lshw, hwinfo, dmidecode commands to check if server is physical or virtual remotely
Step-by-Step Tutorial: Guide to install systemtap in Linux
Tutorial guide to install systemtap (stap) to extract, filter and summarize data to enable diagnosis of complex performance. Systemtap Tutorial Linux
How to set default boot kernel on Linux ( CentOS / RHEL 7 )
How to set default boot kernel in linux? Change the default boot entry for kernel ? Boot with old kernel version ? Revert to previous kernel version ?
How to install and configure two node cluster in Linux ( CentOS / RHEL 7 )
How to install configure two node cluster in linux on centos rhel 7 using vmware virtualbox corosync-quorumtool two_node wait_for_all auto_tie_breaker
How to configure HA LVM cluster resource to share LVM in Linux
How to configure HA LVM on CentOS / RHEL 7 Linux without GFS2. How can I configure cluster service or resource to activate and monitor shared LVM volumes?
How to delete iscsi target from initiator ( CentOS / RHEL 7 ) Linux
How to delete iscsi target? Remove inactive iscsi target? Remove iscsi storage target from initiator? Remove iscsi virtual disk on CentOS / RHEL 7 Linux.
Understanding nova compute architecture basics in Openstack (flow chart)
nova compute architecture , what is the role of nova-api, nova-scheduler, nova- console, nova-conductor, nova-console-auth, nova-compute service in OpenStack
How to restrict root user to access or modify a file and directory in Linux
Restrict and prevent access to root user for files and directories in linux using extended attributes chattr. Root and all users will be restricted to modify
Properly backup and restore partition table in Linux
How to backup or copy and restore partition table in linux. linux clone partition table, linux repair partition table
Difference between /dev/tty and /dev/pts (tty vs pts) in Linux
What is the difference between /dev/pts and /dev/tty. Why do I get /dev/pts instead of /dev/tty on my Linux terminal. TTY vs PTS. /dev/tty vs /dev/pts.
How to disable tty or enable tty console in Linux ( RHEL / CentOS 7)
How to enable tty for more than 6 console. How to disable all the tty terminals in Linux. systemd disable tty. systemd enable tty using getty service in Linux.
Step-by-Step Tutorial: Configure Software RAID 5 in Linux
Steps to configure software raid 5 array in Linux using mdadm. RAID 5 is similar to RAID-4, except the parity info is spread across all drives in the array.
SHELL/BASH: How to create an interactive calculator in Linux
Sample shell script to create an interactive calculator using bc command to perform add, subsctract, multiply. divide, sine, cosine etc mathematical function.
Calculate Loan EMI Amount in Bash script Linux
Calculate loan EMI amount, interest and principle using bash or shell script in Linux with example. The script can be created online and runtime value.
How to boot Linux host from LVM snapshot using BOOM (CentOS/RHEL 8)
Step by Step guide to boot CentOS/RHEL 8 or 7.5 and higher Linux with LVM snapshot using BOOM. with examples. Merge LVM snapshot and delete boom profile later.
Step-by-Step Tutorial: Configure Master Slave DNS Server (RHEL/CentOS 7)
Steps to configure master slave dns server using bind chroot environment in RHEL/CentOS 7 Linux. Sample master dns server and slave dns server with examples.
Secure Master Slave DNS Server with DNSSEC key in Linux (RHEL/CentOS 7)
Steps to secure master slave dns server using various algorithm types to secure the data replication between master and slave dns server using dnssec key Linux
Register RHEL 7 host to RHN using subscription manager (with or without proxy)
Register RHEL 7 system to Red Hat Satellite Network using subscription manager. Attach pool, enable and disable repositories with or without proxy in RHSM.conf
Unregister RHEL 7 using Subscription Manager and Remove System Profile
Unregister RHEL 7 from Red Hat Network using subscription manager and remove system profile. subscription-manager unregister, clean to remove subscription data
8 ways to prevent brute force SSH attacks in Linux (CentOS/RHEL 7)
Prevent brute force SSH attacks in RHEL CentOS 7 with examples using Fail2ban, account lockout, SSH rate limit using iptables, sshd_config, SHA512 hashing
6 ssh authentication methods to secure connection (sshd_config)
Overview on different openssh authentication methods using sshd_config in RHEL/CentOS 7/8 Linux with Examples. Authenticate your sshd connection in Linux
Overview on different disk types and disk interface types
different disk types, different disk interface types. HDD vs SSD vs Optical Disks. Learn all about SCSI, IDE, ATA, SATA, Fibre Channel disk interface types
Understand the Concept Of The Internet Market Share
As of April 2022, statistics show that about 63.1% of the world's population have access to the internet and are frequent users. This number is expected to
DevSecOps vs DevOps - Explaining the Difference
Although DevOps has been serving a phenomenal role in development processes for many years, it's been lacking one small aspect - security. Therefore DevSecOps
Golang Benchmark and Testing [Step-by-Step]
Step by step instructions to perform golang benchmarking and testing
How to find length of Set in Python?
Use len() function to check length of a set in Python
SQL INNER JOIN Explained with Simple Examples
The SQL INNER JOIN clause allows you to query data from multiple tables. It returns all rows from Table1, Table2, and Table 3 so on with exact matching rows from all tables.
SQL Date Functions Explained with Practical Examples
Different types of SQL Date Functions explained with examples. Some SQL Date Functions are similar in most database management systems. Few SQL Date Functions like CURDATE() and GETDATE() does the same functionality but …
docker run -i command examples
Use docker run -i command to run the container interactively

