Category: startup


  • The best reference for the design of fast web sites is, IMHO, Steve Souders‘s book on front end optimization. He recommends the following best practices: Rule 1 – Make Fewer HTTP Requests Rule 2 – Use a Content Delivery Network Rule 3 – Add an Expires Header Rule 4 – Gzip Components Rule 5 –…

  • Have you ever wondered how to mount shares permanently in Debian? That’s a question I see often on forums. In fact it’s simple once you have understood the role and syntax of the famous “/etc/fstab” file. First, get an idea of your disks and partitions:   root@myDebian:/home/toto# df -h -T This command provides the list…