Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'ImprAppController::load_scripts' was given in /home/content/50/6390250/html/wp-includes/plugin.php on line 405

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'ImprAppController::load_styles' was given in /home/content/50/6390250/html/wp-includes/plugin.php on line 405
RSS
 

Archive for September, 2010

VMware Tools on Ubuntu Server 10.04

02 Sep

All of the help I could find for setting up Ubuntu in a VM (using VMware Fusion on my Mac) assumes you’re using the Desktop version, with all the pretty Gnome/Nautilus crap prettiness. In case anybody else gets stuck trying to install the VMware Tools (to provide useful features like access to your host (Mac) filesystem and clipboard sharing), here’s the steps:

  1. In Fusion, select Virtual Machine | Install VMware Tools... menu option. This option emulates a CDROM being inserted, but without Nautilus your guest OS won’t do anything until you…
  2. Mount the CDROM by typing sudo mount /dev/cdrom /mnt (substitute /mnt if you want the mount point to be elsewhere)
  3. cd /mnt (or wherever your mount point was)
  4. cp VMwareTools* ~/ to copy the archive to your home directory
  5. cd to move yourself to that home directory
  6. umount /mnt to unmount the CDROM
  7. tar zxf VMwareTools* to uncompress the archive
  8. cd vmware-tools-distrib to get into the contents
  9. And finally, sudo ./vmware-install.pl to run the installer

At this point the installer will walk you through the options; I just accepted all the defaults.

To turn on shared folders, go to the Virtual Machine | Shared Folders menu and configure from there. The vmware tools daemon should detect the changes and make those folders appear under /mnt/hgfs (which stands for Host Guest FileSystem).

Good luck.
/m

 
1 Comment

Posted in sysadmin

 

What’s In a Name?

02 Sep

We’re hard at work on product design and development, fundraising, and build-out, but still don’t have the perfect name. So I built a naming tool to help myself, and made it public to help others. It’s fairly simple, taking a user-supplied dictionary of terms, concatenating them with random prefixes and suffixes, and checking the WHOIS. Probably won’t come up with the perfect name itself, but it does help get the brainstorming going.

Check it out.

/m

 
1 Comment

Posted in devel

 
 
Info about our use of ads