
Jun 7, 2010
XDMCP is insecure when used directly, as it is unencrypted, and will send your credentials and all keystrokes and mouse actions over the network in clear text. By default XDMCP is disabled on most recent distros. Thankfully there isn’t any reason to use it!
Instead of using XDMCP, you can use X11 forwarding to run your graphical environments across SSH. Doing so also allows you to log in via smart cards, if your version of SSH has PKCS11 support.
This is a preview of
Graphical login into Unix/Linux systems from Cygwin using SSH
.
Read the full post (264 words, estimated 1:03 mins reading time)

Feb 9, 2010
Solaris 10 and above and Red Hat Enterprise Linux (RHEL) 5 and above have support for NFSv4. Unfortunately, how each OS handles the newest version is different, and the way it is mounted is drastically different.
How each OS handles NFSv3 and NFSv4
All Linux distros treat NFSv4 as a different filesystem. Solaris treats NFSv4 as a newer version, which is the sane, and sensible way of handling it IMO; thanks Linux…. To mount an NFSv4 filesystem in RHEL 5, you mount it the following way:
mount -t nfs4 <server>:<share> <mountpoint>
For NFSv3, you mount it the following way:
This is a preview of
LDAP automount entry interoperability between Red Hat Enterprise Linux and Solaris for NFSv4
.
Read the full post (806 words, estimated 3:13 mins reading time)