Hackintosh.com provides links to everything you need to build your own Hackintosh and get Mac OS X 10.7 "Lion" or Mac OS X 10.6 "Snow Leopard" running on an unsupported computer — instructions, step-by-step "how to" guides, and tutorials — as well as installation videos, lists of compatible computers and parts, andcommunities for support.
Linux Set Date and Time From a Command Prompt
How can I set the system date and time from the command prompt (bash shell)? I don’t have GUI installed and I am login over ssh session. How can I set date under Linux operating systems?
Use the date command to display the current date and time or set the system date / time over ssh session. You can also run the date command from X terminal as root user.
Continue reading “Linux Set Date and Time From a Command Prompt”
ie6 upgrade warning
The ie6-upgrade-warning is a little script (7.9kb) that displays a warning message politely informing the user to upgrade the browser to a newer version (links to newest IE, Firefox, Opera, Safari, Chrome are provided).
Widgets – iframe vs. inline
When writing a widget, should you use an iFrame or make the widget inline?
Install mpm-itk On Debian
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04
This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.04 server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID – in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it’s non-threaded. This means you don’t need to use suExec or suPHP anymore to run a website’s PHP scripts as a separate user.
PLESK Run PHP as User
Apache modules mpm-itk and mod_ruid2 can also run virtual hosts as their users.
SuPHP uses much more CPU and memory resources than mpm-itk or mod_ruid2.