FW (use Perl;): Perl Music Videos

News, Perl, humor No Comments »

Ran across “Perl Music Videos” on use Perl;

Perl Music Videos

Journal written by pudge (1) and posted by pudge on 2007.06.29 0:01
I posted two songs on YouTube: Perl, in a Nutshell and KLB. “Perl, in a Nutshell” is a parody of a Barenaked Ladies song called “Life, in a Nutshell.” Not much more needs to be said about that. “KLB” is a song I wrote years ago, with ideas from nocarrier and Schwern and others, about #perl on EFNet.

Longest Concert Evar: 008 Perl, in a Nutshell

Longest Concert Evar: 009 KLB

Unable to remotely connect to VMware Server on Ubuntu 7.04 (Feisty)?

How To, Linux, OS, VMware No Comments »

VMware Server running on Ubuntu 64bit:

The problem is that the Ubuntu package is a 32bit package and doesn’t take into consideration that pam 64bit will try to load the 32 bit libraries as 64 bit libraries. The workaround, discovered by PLM is to replace /etc/pam.d/vmware-authd with:

#%PAM-1.0
auth       sufficient       /usr/lib/vmware-server/lib/libpam.so.0/security/pam_unix2.so shadow nullok
auth       required         /usr/lib/vmware-server/lib/libpam.so.0/security/pam_unix_auth.so shadow nullok
account    sufficient       /usr/lib/vmware-server/lib/libpam.so.0/security/pam_unix2.so
account    required         /usr/lib/vmware-server/lib/libpam.so.0/security/pam_unix_acct.so

VMware Server running on Ubuntu 32bit:

The problem is that for Ubuntu 32bit, the pam authentication lines in /etc/pam.d/vmware-authd are wrong and need to be replaced by:

#%PAM-1.0
auth required pam_unix_auth.so shadow nullok
account required pam_unix_acct.so
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in