linux

How To Set Up a Firewall Using FirewallD on CentOS 7

Mount in Centos 7

How to mount ISO file in linux ~mount -o loop path/to/iso/file/YOUR_ISO_FILE.ISO /media/iso How to mount USB Drives on your linux system using terminal commands. First List up all the drives connected to your system. lsblk After listing choose the drive you are planning to mount. Example mount /dev/sdb1 /home/techouse/your_folder_name If you are planning to mount

Mount in Centos 7 Read More »