coywolf is currently certified at Journeyer level.

Name: Coywolf Qi Hunt
Member since: 2004-04-06 07:32:29
Last Login: 2008-06-05 07:34:27

FOAF RDF Share This

Homepage: http://users.sosdg.org/~qiyong/

Projects

Recent blog entries by coywolf

Syndication: RSS 2.0

5 Jun 2008 (updated 5 Jun 2008 at 07:34 UTC) »

With postfix 2.4.5, virtual_alias_domains seems not work.

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) »

How I put a website under SVN

/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) »

Ubuntu 8.04

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

16 May 2006 »

PXE FreeBSD

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) »

It is impossible to defeat an ignorant man in argument. It is impossible to defeat an ignorant *woman* especially in argument. Since you are arguing with them, they will not accept your evidence, since you will clearly be simply furthering your argument by "educating" them. The solution is to not argue.

I work on ext2resize now. http://ext2resize.sourceforge.net/

10 older entries...

 

coywolf certified others as follows:

  • coywolf certified amnesia as Journeyer

Others have certified coywolf as follows:

  • zwane certified coywolf as Apprentice
  • riel certified coywolf as Apprentice
  • amnesia certified coywolf as Apprentice
  • bruns certified coywolf as Apprentice
  • salmoni certified coywolf as Journeyer
  • triona certified coywolf as Journeyer

[ Certification disabled because you're not logged in. ]

New Advogato Features

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!

X
Share this page