You should use the Windows version of wget, because that converts the ? nicely to the @ character. wget http://www.somewebpage.org –recursive \ –level=5 –relative –tries=1 –convert-links
Using WinMerge to compare CVS branches
I often have trouble with CVS merge, and so end up comparing the files manually. The problem is that the CVS Revision and Log tags should not show up as a difference. I wanted something similar to “Ignore whitespaces”. For
Backup/Restore a harddisk image onto a samba network drive
Use SystemRescueCd: for resizing partitions, creating/deleting partitions: run_qtparted mount -t smbfs \-o username=myusername,password=mypassword \ ///homes \ /mnt/temp1 for storing/restoring of images of partitions: partimage
Reports with Symfony
I wondered what the easiest way was to create reports.I looked into PM Report 4.1 by Zeke Walker, but did not think it would be what I needed. So this is what I did:edit the Peer class of your table,
Symfony I18N
see http://www.symfony-project.com/book/1_0/13-I18n-and-L10n I have changed the default_culture in myapp/config/i18n.yml Based on this blog entry with german translations I have created my own version:save it as apps/mybackend/messages.de.xml
Symfony Project
I enjoy using the symfony Web PHP Framework for a database/web application. To make it run on a Debian Virtual Private Server:add to file /etc/apt/sources.list this line: deb http://www.symfony-project.com/get debian/ Then install the required packages: apt-get install php-pear php5-symfony php5-mysql
HTML2Wiki, Wiki2HTML
wiki2html.sh: This is a linux shell script, using sed, to convert a single page from a wiki into a static html file. see file for more comments. See html2wiki for an online version of the Perl module HTML::WikiConverter::MediaWiki.
Integration of phpNuke and MediaWiki (Authentication)
The goal is, that users are only registered on phpNuke, and can use the same username on MediaWiki, without logging in twice. Readme.txt, Download, Auth_phpnuke.php, authphpnuke.php, modules/MediaWiki/index.php.
Kolab Groupware Calendaring
January 2004 See my kolab groupware calendaring pages I wrote this documentation while trying to setup a working groupware calendaring solution. It is basically a log of this process, including the problems that I came across, and how I solved