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
You can use rsync to back up data incrementally. To run daily, create a file in /etc/cron.daily called backup #backup rsync – rtugRO – – exclude-file=/etc/cron.daily/exclude-file /source /dest Create /etc/cron.daily/exlude-file . ? * exp * * : *
If there are conflicting video drivers loaded in RHEL or CentOS, a blank screen may appear.
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…
In CLI mount -t cifs //ntserver/dir -o username=user,password=pass /mnt/ntserver In /etc/fstab //ntserver/dir /mnt/ntserver cifs credentials=/root/.smbpasswd,file_mode=0777,dir_mode=0777 0 0 Then create a file /root/.smbpasswd with permissions set to 600 username=user password=pass In /etc/hosts add IP address of ntserver.
Configuring Mail under RHEL
Issue User is reciving a GUI pop-up messages that says the following, and asks for the root password at login: When logging into a VNC session as user the following message is received: Environment Red Hat Enterprise Linux 6 gnome-packagekit, several versions Resolution Solution 1: Ensure that the system is properly registered with RHN/Satellite (Re)register…