Name: Coywolf Qi Hunt
Member since: 2004-04-06 07:32:29
Last Login: 2008-06-05 07:34:27
Homepage: http://users.sosdg.org/~qiyong/
5 Jun 2008 (updated 5 Jun 2008 at 07:34 UTC) »
In main.cf,
virtual_alias_domains = domain.tld virtual_alias_maps = mysql:/etc/postfix/mysql-alias-maps.cf
In mysql-alias-maps.cf, use either '%s' to do a full match or '%u' with a 'domain = domain.tld'.
26 May 2008 (updated 27 May 2008 at 08:59 UTC) »
/etc/apache2/sites-available/foo <VirtualHost *> RedirectMatch 404 .*/\.svn(/|$) </VirtualHost>
$ cd /var/ $ tar zcf /tmp/foo-src.tar.gz www-foo \ --exclude=www-foo/htdocs/photos --exclude=... $ cd /tmp $ newgrp www-data $ tar zxf foo-src.tar.gz $ exit $ svnadmin create /srv/scm/www-foo $ svn import www-foo file:///srv/scm/www-foo
$ cd $ svn co file:///srv/scm/www-foo $ cd www-foo $ find . -name .svn | xargs tar zcf /tmp/foo-svn.tar.gz $ cd /var/www-foo $ tar zxf /tmp/foo-svn.tar
$ rm -rf /tmp/www-foo $ rm /tmp/foo-src.tar.gz /tmp/foo-svn.tar.gz
$ newgrp www-data $ umask 27 ... $ exit
17 May 2008 (updated 17 May 2008 at 16:59 UTC) »
dhcp3-server 3.0.6
tftpd-hpa 0.48
nfs-kernel-server 1.1.2
# echo 'vfs.root.mountfrom="ufs:/dev/md0c"' > /srv/freebsd70-disc1/boot/loader.conf
dhcp3 3.0.4
/etc/dhcp3/dhcpd.conf
subnet 10.4.1.0 netmask 255.255.255.0 {
range 10.4.1.100 10.4.1.200;
filename "pxeboot";
option root-path "/cdrom";
next-server 10.4.1.1;
}
tftpd-hpa 0.42
/var/lib/tftpboot/pxeboot
nfs-user-server 2.2
/etc/exports /cdrom 10.4.1.0/255.255.255.0
26 Dec 2005 (updated 26 Dec 2005 at 03:36 UTC) »
I work on ext2resize now. http://ext2resize.sourceforge.net/
coywolf certified others as follows:
Others have certified coywolf as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!