New Blogging Tool
I'm trying out some new blogging software: http://kc0dxf.net/blog, come check it out.
[/sysadmin]
0 comments
permalink
Debian Firewalling with Shorewall
Here's a good tutorial on using Debian on some
old hardware and setting up a firewall.
Shorewall
is an IPTABLES based program.
[/sysadmin]
0 comments
permalink
Note to Self: star (ess-tar)
The star command is a better kind of tar. The main feature of importance is
that it can handle Possix ACLs. For example, to backup
a directory and save the ACLs do:
star -Hexustar -acl -c -z f=archive.star.z Dir
This creates a star archive which is zipped. Now to un-star it:
star -acl -x -z f=archive.star.z
RTFM here...
[/sysadmin]
0 comments
permalink
|