Moved : http://linuxpoison.blogspot.com/2007/10/howto-create-self-signed-ssl.html
Recovering files from the Linux filesystem can be done using many software as well as inbuilt tools in Gnu/Linux
R-Linux
This is for recovering files from ext2fs filesystem
recover project
This is the genral methos for recovering files from all filesystems
How to back up over the network with rsync — and why you’d want to…
What’s so great about rsync? First, it’s designed to speed up file transfer by copying the differences between two files rather than copying an entire file every time. For example, when I’m writing this article, I can make a copy via rsync now and then another copy later. The second (and third, fourth, fifth, etc.) time I copy the file, rsync copies the differences only. That takes far less time, which is especially important when you’re doing something like copying a whole directory offsite for daily backup. The first time may take a long time, but the next will only take a few minutes
This site is huge, without a doubt one of the best sources for google hacks on the web. It has 867 entries under 14 categories including “Files containing passwords” and “Sensitive Online Shopping Info” and is updated daily. It also has tutorials that show how to find these things yourself and more great(and non-google) google resources. here
digg_url = ‘DIGG_PERMALINK_URL’;
Most Linux distributions include the UUCP application. Start UUCP with the command “cu -l [device] -s [speed]“, where [device] is the serial port you are using, such as ttyS0 (COM1) or ttyS1 (COM2), and [speed] is the speed of the serial console that you are connecting to.
# cu -l /dev/ttyS0 -s 9600
You may need to hit enter before you see the login prompt. If you see a bunch of weird characters, then you probably specified the wrong speed.
To exit, just type “~.“.
http://linuxreviews.org/beginner/
http://www.comptechdoc.org/os/linux/usersguide/linux_ugbasics.html
http://www.justlinux.com/nhf/Command_Reference
http://www.linuxlots.com/~jam/guide4.html
http://www.userlocal.com/helpbasic.php
http://www.debianhelp.co.uk/commands.htm
http://www.laynetworks.com/linux.htm
http://cs.clark.edu/~clug/commands.htm
http://members.tripod.com/~earthen/linuxcom.htm
http://www.comptechdoc.org/os/linux/commands/index.html
http://www.sorgonet.com/linux/commands/index.php
http://www.oreillynet.com/linux/cmd/
http://www.linux.ie/newusers/beginners-linux-guide/basic-shell-commands.php
http://blog.lxpages.com/2007/02/25/top-10-linux-commands-for-newbies/
Common setups used for small and medium networks include a firewall that processes all the requests from the internal network (LAN) to the Internet and from the Internet to the LAN.
This firewall is the only protection the internal network has in these setups and it handles any NAT (Network Address Translation), forwarding and filtering requests as necessary. In most cases, the firewall also runs public services accessible from the Internet, such as web services and e-mail services. Within such setups, the DMZ is thus installed on and limited, we may say, to the server.