-
select() system call in Linux vs. other *nix flavors
From the Linux Programmer’s Manual:“On Linux, the function select modifies timeout to reflect the amount of time not slept; most other implementations do not do this. This causes problem both when Linux code which reads timeout is ported to other operating systems, and when code is ported to Linux that reuses a struct timeval for…
-
Upgrading Ubuntu
Upgrading Ubuntu from 6.06 Dapper Drake to 6.10 Edgy Eft
-
Apache2 setup / Virtual Hosts
Virtual Hosting using Apache 2 on a linux machine NameVirtualHost in Apache
