Archive for June, 2005

Perl one-liner: Adding all new files to SVN

Wednesday, June 22nd, 2005

svn add svn status | perl -ne '/\?\s*(.*)/ && print "$1 "'

Converting SVN from BerkleyDB to FSFS

Tuesday, June 14th, 2005
  1. svnadmin dump <repository> > <dumpfile>
  2. move the repository somewhere else.
  3. sdnadmin create –fs-type=fsfs <repository>
  4. svnadmin load <repository> < <dumpfile>

PDA + javax.comm + swing

Monday, June 13th, 2005

A cool webiste at: http://www.teilo.net/home.php Jeode: Paper on Swing:

  • http://java.sun.com/products/jfc/tsc/sightings/S03.html
  • long link
  • http://www.berka.name/stan/jvm-ppc/creme_info.html
  • http://www.berka.name/stan/jvm-ppc/java_for_pda.html
  • http://www.vikdavid.com/mobile/

VLAN tagging

Tuesday, June 7th, 2005

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/