Here.
Related Posts
How to reset Mac USB
Your Mac won’t recognize your USB device until you reset, what a pain in the ass right? Open Activity Monitor Search for “usbmuxd” Terminate Process (You will need an Adminstrator password) Re-Insert your USB device, it should be recognized now. Worked everytime for Bose USB Audio.
[SYSADMIN] Serve your WordPress cached pages directly with lighttpd and not PHP
Optimizing Your WordPress Cache Loads in Lighttpd. If you don’t configure your wordpress virtual host properly in lighttpd, your wordpress cache will still make use of PHP. Wouldn’t it be nice if all those cached requests were served directy from the webserver as the static files that they are, bypassing the CPU/memory load PHP can […]
WordPress: Cannot create directory error, got everything chmoded to 777?
So you went as far as chmod’ing your entire folder structure to 777 (very unsafe), you’ve hacked wp/wp-admin/includes/file.php return new WP_Error( ‘mkdir_failed_ziparchive’, __( get_current_user() . ‘ Could not create directory. (‘.$_dir.’)’ )… to print out exactly what directory it cannot create and what user is trying to create the folder, everything is correct, yet it […]