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.
Posted on 25 February 2010.
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.
Posted in Network, Windows0 Comments
Posted on 25 February 2010.
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. Continue Reading
Posted in Network, Windows0 Comments
Posted on 20 February 2010.
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 by replacing “panix1″ with the one you want.
http://www.panix.com/help/sw.macosx-ssh.html
Posted in Linux, MAC0 Comments
Posted on 20 February 2010.
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. Continue Reading
Posted in Linux0 Comments
Posted on 19 February 2010.
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.
Posted in Linux0 Comments
Posted on 17 February 2010.
Greek APN Settings (Cosmote, Vodafone, Wind) for Android G1
Operator: – Wind
GPRS APN: – gnet.b-online.gr ή gint.b-online.gr
Username: – {blank}
Password: – {blank}
MCC=202
MNC=10
APN type=default
DNS: – 212.152.79.19, 212.152.79.20
Operator: – Vodafone GR
GPRS APN: – internet.vodafone.gr ή webonly.vodafone.gr
Username: – {blank}
Password: – {blank}
MCC=202
MNC=05
APN type=default
DNS: – 213.249.17.10, 213.249.17.11
Operator: – Cosmote
GPRS APN: – internet
Username: – {blank}
Password: – {blank}
MCC=202
MNC=01
APN type=default
DNS: – 195.167.065.194
thanks
http://androidgreece.gr/forum/viewtopic.php?f=7&t=130
Posted in Mobile / Tablet0 Comments
Posted on 08 February 2010.
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 Setting --http-password (httppassword) to XXXXXX DEBUG output created by Wget 1.10.2 on darwin8.8.2.
Posted in Linux0 Comments
Posted on 08 February 2010.
Posted in Linux0 Comments
Posted on 08 February 2010.
Lynx is a text-only Web browser for use on cursor-addressable character cell terminals. It is released as Free software under the GNU General Public License. Supported protocols are Gopher, HTTP, HTTPS, FTP, WAIS, and NNTP.
Posted in Linux0 Comments
Posted on 08 February 2010.
$ rmdir /tmp/docs
If directory is not empty you will get an error:
$ rmdir letters
Output:
rmdir: letters: Directory not empty
You can change directory to find out files:
$ cd letters
$ ls Continue Reading
Posted in Linux0 Comments

Advait said…
This worked for me on linux and solaris Continue Reading