Perl one-liner: Adding all new files to SVN
Wednesday, June 22nd, 2005svn add `svn status | perl -ne ‘/\?\s*(.*)/ && print “$1 “‘`
svn add `svn status | perl -ne ‘/\?\s*(.*)/ && print “$1 “‘`
1. svnadmin dump <repository> > <dumpfile>
2. move the repository somewhere else.
3. sdnadmin create –fs-type=fsfs <repository>
4. svnadmin load <repository> < <dumpfile>
A cool webiste at:
http://www.teilo.net/home.php
Jeode:
Paper on Swing:
802.1Q VLAN – tagging for packet exchange between switches (need to reconfigure the switch port). Can do it with hypervisor to attach VLANS to virtual domains.
Linux: don’t know how to do it the easiest in iptables?
There seems to be another l2 filtering tool:
http://ebtables.sourceforge.net/