Mount ISO Image
As root
Create a mount point
mkdir /mnt/vnmrj
Then mount the iso imagemount -o loop pathofyourISO.iso /media/vnmrj
ormount -o loop -t pathofyourISO.iso /media/vnmrj
Linux* e1000e Base Driver overview and installation Using the e1000e Base Driver for Gigabit IntelĀ® Network Connections The e1000e driver supports PCI Express* Gigabit Network Connections except the 82575, 82576, 82580, and I350. Download e1000e here Overview Building and installation Command line parameters Speed and duplex configuration Additional configurations Overview The Linux base drivers support the 2.4.x…
Edit /etc/xinetd.d/gssftp Delete the -a on the line that reads as follows: server_args = -l -a Then reset xinetd by typing the following: service xinetd stopservice xinetd start
Configuring Mail under RHEL
ElRepo repository has kmod-fuse package that does not need dkms system. Since kmod installation uses module aliases (something like symlinks on filesystems), it works on all installed and future kernels without the need to recompile/install even automatic one with dkms. Get started Import the public key:rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org Detailed info on the GPG key used by the…
sudo apt update sudo apt-get remove ‘^nvidia’ sudo apt autoremove sudo apt install nvidia-driver-450 sudo reboot After you have installed the nvidia-driver-450 graphics driver in Ubuntu 20.04 it may be updated from nvidia-driver-450 to nvidia-driver-460 by the normal software update activity. As an alternative to step 4 you can let the ubuntu-drivers program automatically select the proprietary…
Mount SMB (RHEL) in /etc/fstab//ntserver/share /mnt/ntserver cifs username=vnmr1,password=password 0 0 on CLImount -t cifs //ntserver/share -o userrname=vnmr1,password=password /mnt/ntserver