Snipplr has a good article on how to find all of the files on a Linux system that contain a specific string.
find /the/path/to/start/at |xargs grep 'the string' -sl
The search will include subfolders.
Snipplr has a good article on how to find all of the files on a Linux system that contain a specific string.
find /the/path/to/start/at |xargs grep 'the string' -sl
The search will include subfolders.
Mike Davidson has written a good article detailing the sleazy underworld of domain name expiration and renewal.
You can use the rdate command to set the correct time on a Linux system, instead of having to manually enter it. NIST has a list of time servers. You can then use hwclock to update the hardware clock.
rdate -s nist1-ny.WiTime.net /sbin/hwclock --systohc
Before version 9 of Plesk you couldn’t add additional FTP accounts for a domain through the control panel. This KB explains how to manually add extra FTP accounts that are restricted to their home directory.
WakeUpLater.com has some good tips for freelance web designers/developers.
Mark Wilton-Jones has a good overview of the most common methods passing arguments to an event handler in JavaScript. This page has a function (addevent2()) that worked for me.
TreeSize is good for getting a tree view of all the directories on a box with the size listed, so you can track down which folders are taking up too much disk space.
Copy the .asl file to the Photoshop’s \Presets\Styles directory.