Articles by Deepak Prasad
How to create and configure network bridge using nmcli (static & dhcp)
Configure network bridge using nmcli for static and dhcp ip. nmcli connection reload. nmcli onboot. nmcli network manager centos 7. nmcli con add modify
Solved: Check thread count per process in Linux [5 Methods]
Check threads per process Check threads count per process Threads vs processes Single threaded process vs Multi Threaded process max allowed threads and process …
How to install multi node openstack on virtualbox with packstack on CentOS
Install multi node OpenStack on VirtualBox using Packstack using CentOS 7 VM on Windows 10 laptop. Generate and configure packstack answer file for Openstack
How to configure port forwarding in VirtualBox for NAT Networking
Configure port forwarding in virtualbox NAT Networking using command line CLI using VboxManage GUI. ssh into virtualbox from windows port forwarding computer
Connect VM to internet in Oracle VirtualBox [10 Steps]
Steps to enable and connect virtual machine to internet connection on Oracle VirtualBox and VMware Workstation Player on Linux. Configure Bridged & NAT Network
ip Command in Linux: Add IP, Configure Routes & Network Interfaces (Examples)
Learn how to use the ip command in Linux with practical examples. Add IP addresses, configure routes, manage interfaces, and troubleshoot network issues using …
Steps to configure Chrony as NTP Server & Client (CentOS/RHEL 8)
Steps to configure Chrony as NTP Server and NTP Client. Monitor the NTP traffic using tcpdump. Chrony force sync with NTP Server. Check the status of NTP sync
Linux zip folder | 16 practical Linux zip command examples
How to zip a folder in Linux. How to create a zip file in Linux and Unix. Zip command examples and cheatsheet. Linux zip directory. Linux unzip to directory.
Steps to join/add CentOS 8 to Windows Domain Controller (RHEL 8)
Step by step tutorial to join or add CentOS 8 to Windows Domain Controller running on Windows Domain Controller Active Directory on 2012 R2 using winbind RHEL 8 …
How to enable SSH access & configure network in rescue mode (CentOS/RHEL
Steps to enable SSH access in linux rescue mode and configure network in rescue mode in RHEL/CentOS 7/8 with example transfer sosreport file inst.sshd=1
Install & Configure FreeIPA Server in RHEL/CentOS 8
steps to install and configure freeipa server in rhel 8 the packages necessary for installing an Identity Management server are shipped with IDM server module
How to mount partition using systemd unit file? [SOLVED]
Steps to automount file system using systemd automount unit file without /etc/fstab to automatically mount and unmount file system in rhel/centos 7 and 8
How to mount filesystem without fstab using systemd (CentOS/RHEL 7/8)
We mount filesystem using /etc/fstab to make the changes persistent across reboot. Now there is another way to mount filesystem without fstab using systemd.
How to mount filesystem in certain order one after the other in CentOS/RHEL
Mount filesystem in certain order during reboot one after the other using systemd unit file or /etc/fstab using RequiresMountsFor x-systemd.requires- mounts-for …
Configure vnc server in RHEL 8 Linux [Step-by-Step]
Step by step tutorial to configure vnc server in RHEL 8 Linux with examples Xvnc is the X VNC (Virtual Network Computing) server. It is based on a standard X
