In the VMWare Server GUI, select host in the “Inventory” panel (root node of the tree), to the right “Commands” panel should appear with “Edit Virtual Machine Startup/Shutdown Settings”. There will be an option to autostart the guest VM.
Category Archives: OS
Autostart VMWare Workstation machines automatically upon Windows restart
So, i managed to get the server starting-up when electricity is back .. using a BIOS setting that lies there in almost all the modern Motherboards nowadays.
SSH connect with custom user
With a terminal window open, type this command: ssh -l (username) panix1.panix.com (Use your actual Panix login instead of “(username)”, of course.)This will take you to panix1, and give you a password prompt right away. Just enter your usual Panix password, and you’re in business. NOTE: You can go to panix2, panix3, or panix5 just …
HowTo Install FreeNAS
Getting FreeNAS FreeNAS is available as a free download from the FreeNAS SourceForge site. Download the latest ISO image file. Be aware that this is a 34 MB file so it may take some time if you are on dial-up.
G4L Ghost For Linux
G4L is a hard disk and partition imaging and cloning tool. The created images are optionally compressed and transferred to an FTP server or cloned locally. Version 0.30 adds cifs (Windows) on local menu, and mbr and ebr backup. Download
Wget HTTP Authentication issue
I found this when using HTTP authentication, not sure if this is a bug on wget or on the server side. This is wget version 1.10.2 compiled on MacOS X 10.4.8 with gcc 4.0.1 and make 3.80, which shows this behaviour: $> wget -O – –no-cache -d –http-user=admin –http-password=XXXXXX http://192.168.128.23/admin/test/advanced Setting –http-user (httpuser) to admin …