This page contains course information for students taking the SELinux short course, offered September 16 and 18, 2014 through Merit. This information will be available before and during the course.
CentOS by default starts user sessions with the network disconnected. To connect your session to the network, click the network icon on the upper right of your guest's (not the host's) screen and set the wired network's System entry to "On."
If cut/paste into or out of the virtual lab environment's window doesn't seem to work, or the desktop wallpaper doesn't redraw to fill the window after you resize it, try one or more of these:
To lengthen your virtual lab environment's screensaver timeout, visit System | Preferences | Screensaver and adjust the "Regard the computer as idle after" value.
To increase the virtual lab environment's screen resolution from 1280x768, visit System | Preferences | Display, and choose the desired resolution from the dropdown list.
To change terminal default attributes such as the window size or the character size:
As shipped, the virtual lab environment shares your host platform's network connection by using a NAT service running on your host platform. While this is the most scalable and unobtrusive way to run a VMware guest, some operations will not work as expected, such as traceroute commands. To switch your guest over to bridged mode, in which it obtains a network address via DHCP directly from the same network provider that your host platform uses, follow these steps:
To enter the VMware guest's BIOS, say for changing boot devices, you'll need to hit F2 at the right time during boot. This is often difficult to do reliably, so use the following strategy instead:
To change your virtual lab environment's password hashing algorithm
from SHA512 to MD5, change the string "sha512" to "md5" in
/etc/pam.d/system-auth. Any passwords you set or modify after
this change has been made will use the new hashing algorithm; existing
password hashes are not affected.
Note: MD5 is a weaker hashing algorithm than SHA-512 and should
not be used except in designated experiments in this course.