Sun, 12 Oct 2008

6:17 PM - removing CVS directories from a hier

 find src -name CVS -prune -type d -print | xargs rm -r 

where src is the directory name.  

 

tags: midnightbsd cvs directory remove files

Wed, 17 Sep 2008

6:28 AM - Setting up Avahi with Samba

<?xml version="1.0" standalone='no'?><!--*-nxml-*--> <!DOCTYPE service-group SYSTEM "avahi-service.dtd">  <service-group>     <name replace-wildcards="yes">%h filer</name>     <service>         <type>_smb._tcp</type>         <port>139</port>     </service> 
</service-group> 

tags: midnightbsd avahi mdns bonjour rendevouz samba macos leopard

Tue, 29 Jul 2008

7:19 AM - IRC stats

 I found a website that tracks users and topics of IRC chat rooms.

tags: midnightbsd chat irc

Fri, 25 Jul 2008

4:32 PM - Using webkit with MidnightBSD

I've been experimenting with different frontends for Webkit.  Midori is a work in progress and found to be very limiting.  You can't download files yet.  Today, I started experimenting with Epiphany built on Webkit.  It is very promising.  It passes acid2 and most of acid3.  Newer versions supposedly pass acid3. 

However, it dies creating blog entries on just journal.  I'll have to try a newer version of Webkit. It's still fun to play with as most sites render better thant they do with Konquerer.

tags: midnightbsd webkit epiphany midori