KLoning Spoon

allowing users to select what kind of content they were publishing to format the articles appropriately on wordpress

Bad:

/%postname%/%post_id%/
/%category%/%postname%/

Better:

/%post_id%/%postname%/
/%year%/%category%/%postname%/

You don’t need to be root every time you want to run some specific administrative tasks

Go to Library/Preferences and right click on System Configuration then click on the little lock on the bottom, give password then make all privileges “Read & Write”. Click on the + and add yourself with Read & Write. close and then open up System Configuration file. In system configuration do the same to com.apple.boot.plist. After all that close and reopen com.apple.boot.plist and it is time to edit it. When you open it, it will look like this:

<?xml version=”1.0” encoding=”UTF-8”?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0”>
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Timeout</key>
<string>5</string>
</dict>
</plist>


It needs to look like this:
<?xml version=”1.0” encoding=”UTF-8”?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0”>
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>”Graphics Mode”=”1280x1024x32”</string> <—————- This is where you put “Graphics Mode”=”1280x1024x32”,with quotes
<key>Timeout</key>
<string>5</string>
</dict>
</plist>

That is the best you can get w/out a driver in VESA mode.

source InsanelyMac

  • protect the .htaccess file itself
  • protect your core blog files, like wp-config.php on WordPress
  • prevent anyone from seeing the directory indexes on your server
  • protect your blog from direct comment spam
  • setup file compression to speed up the blog
  • (optionally) prevent people from (hot)linking to images on your blog
  • configure browser cache setting for your files, so your returning visitors can enjoy super-fast loading through their browser cache




How-to use:
1. Drop files on its icon or on the open application.
2. Type your password (for root access)
3. Click Easy Install button.

4. Wait for confirmation and do a reboot to enjoy your new (hopefully working) kexts.

Advanced features:
Shows output from shell as script runs.
kext permissions: sets permissions to all files in your extensions folder.
make script: makes a install script for the chosen kexts.
tag cache rebuild: makes script for touch extensions folder, so cache gets rebuild on next boot.
Run -&gt;: runs the current script, so be sure you got no errors if you edited it.

Backup:
When you already have a  file with the name you are installing, the old one will be put in a  folder name &#8220;Backup Extensions&#8221; on the root of your system disk.

Known issues:
Doesn&#8217;t support files with spaces in the file name (spaces in the path to the file works fine).



Use at your own risk. I hope you find it useful.

Download: Kext Helper b7.zip

How-to use:

1. Drop files on its icon or on the open application.

2. Type your password (for root access)

3. Click Easy Install button.

  1. 4. Wait for confirmation and do a reboot to enjoy your new (hopefully working) kexts.

Advanced features:

Shows output from shell as script runs.

kext permissions: sets permissions to all files in your extensions folder.

make script: makes a install script for the chosen kexts.

tag cache rebuild: makes script for touch extensions folder, so cache gets rebuild on next boot.

Run ->: runs the current script, so be sure you got no errors if you edited it.

Backup:

When you already have a file with the name you are installing, the old one will be put in a folder name “Backup Extensions” on the root of your system disk.

Known issues:

Doesn’t support files with spaces in the file name (spaces in the path to the file works fine).

Use at your own risk. I hope you find it useful.

Download: Kext Helper b7.zip

Requirements:
You will need the stock AppleIntelGMAX3100*.kext files that match your system version, to be installed before installing this patch. (For example; System Version = 10.5.6, you would need the 10.5.6 AppleIntelGMAX3100 drivers from Apple. They can be found inside the combo updates if you have uninstalled yours.)

Unzip the Sleep_at_login.zip file I attached onto a flash drive or the hard drive of the pc your trying to fix.

Turn on the computer you’re wanting to fix.

At the efi menu press a button then enter -s. Login when asked then enter this code at terminal.

mkdir /backup/

cd /System/Library/Extensions/

cp -R AppleIntelGMAX3100.kext /backup/

cp -R AppleIntelGMAX3100FB.kext /backup/

cp -R AppleIntelIntegratedFramebuffer.kext /backup/

rm -Rf AppleIntelGMAX3100.kext

rm -Rf AppleIntelGMAX3100FB.kext

rm -Rf AppleIntelIntegratedFramebuffer.kext

Turn off your computer and reboot. Your computer should load into OS X. Open up the package from the zip you put on the flash drive or on the HD and install it. Next you will need to open up kexthelper and reinstall the original kexts from the folder backup.

Drag the kexts in /backup/ to kext helper and install them. Reboot and cross your fingers.

If this works please post so I know it does. If it doesn’t work, post and I’ll try to get my friend to fix the package.

<div style=”text-align: center; border-top: 1px solid black”>
  <div style=”display: inline-block; position: relative; top: -10px; background-color: white; padding: 0px 10px”>This text had a line through</div>
</div>