Archive for July, 2005

Website for my sister own business

This monday my sister is going to open her own business as self-employed nail technician. She asked me if I would make her a website back in June. Today I completed the last features on her website.

The result is avaiable at http://winniemethmann.com/

Related posts:

  1. Pattern for website reading
  2. Mirror Website Using wget
  3. Varnish : Simple and Fast HTTP Acceleration
  4. Just launched another website using CMSMS
  5. Simple RADIUS XML dump PHP script
  6. Google Gmail on your own domain
  7. Why Open Source?
  8. The final changes and fixes
  9. Test your environment’s security with BackTrack
  10. Why Free Software has poor usability, and how to improve it

Comments

Testing a Power Book with MAC OS X

All I can say is – everything just works out of the box.

Mac

Related posts:

  1. Third chapter of the django book published
  2. Linux: Reducing Power Consumption
  3. soapUI: Easy Webservice Invocation and Testing Application

Comments (1)

Use of diff and patch

a64:/usr/src/software# diff -rud oldversion/ newversion/ >> patch.diff
a64:/usr/src/software/oldversion# patch -p1 < ../patch.diff

Related posts:

  1. How to do a diff patch with CVS
  2. Howto install HipHop for PHP on Ubuntu
  3. Eclipse Git Plugin
  4. Monitor Configuration Files

Comments

Recursive convert dos newlines to unix ones with dos2unix

Comments (9)

the site for standards-aware web developers

Comments

How to make a Linux box accept connection from a specific IP

iptables -A INPUT -p tcp -s 192.168.0.0/16 --dport 22 -j ACCEPT

This would allow anything from the 192.168.0.0/16 segment, 192.168.0.20 e.g.

Related posts:

  1. Convert Hex Color to RGB

Comments

Linux Enterprise use in Denmark

Comments

Mambo CVS statistics

Today I did a Mambo CVS checkout and made StatCvs-XML some statistics on it.

Results available here

Related posts:

  1. Howto checkout Mambo from CVS
  2. Europa Billing and VirtueMart

Comments

« Previous entries Next Page » Next Page »