Development Blog by Professionals
Linux
Using PartImage in Ubuntu
May 23rd
How to See Who is connected via SSH
May 22nd
w
or
who
or
finger
all show you different info about who is connected.
How can I find out my Plesk Control Panel license key number on my Plesk installation?
May 22nd
http://kb.parallels.com/5207
Ubuntu Firewall
May 22nd
-
sudo ufw enable
sudo ufw disable
https://help.ubuntu.com/8.04/serverguide/C/firewall.html
SSH connect with custom user
Feb 20th
- 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 by replacing “panix1″ with the one you want.
http://www.panix.com/help/sw.macosx-ssh.html
HowTo Install FreeNAS
Feb 20th
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. More >
G4L Ghost For Linux
Feb 19th
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.
Wget HTTP Authentication issue
Feb 8th
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.


