Important Links
Debian Administration- Samba and Windows
- OpenVPN on Debian
- Configuring Logcheck
- SSH tricks - Including multi-host tunneling of VNC
Debian User Forums
Backups
Not completely Debian specific....Zmanda Recovery Manager (ZRM) for MySQL
Mondo Rescue
DebianHelp - rsync Backup Web interface or GUI Tools
rsnapshot - rsync based full backups to disk w/ incremental snapshots
dirvish - rsync based full backups to disk w/ incremental snapshots
rdiff-backup - rsync based incremental backups of a directory
pyBackpack - GUI based
HomeUserBackup - GUI based Ubuntu project
#!/bin/bash cd /home/me/ rsync -avz ./Documents me@192.168.1.50:./Doc1
Tips
Some of these are not specific to Debian- Query Hardware Information
cat /proc/meminfo
dmesg | less
Poke around in /proc/ide
Last wiki comments