Recursively set owner shell script - GitHub
This a shell script to recursively set owner inside the home folder to be the home folders name. I used this during a restore process.
Read more »
This a shell script to recursively set owner inside the home folder to be the home folders name. I used this during a restore process.
I went searching the other night for a WordPress loop shortcode. I was surprised to find that there were none out there, so I made one. Use this shortcode below to create a loop on a page , post , or sidebar (with some tweaks). Insert in your functions.php or you can create a plugin for it. I have a plugin where I put all my shortcodes and that works quite well.
I started using Thematic a couple of weeks ago and have absolutely fallen in love it with. Mucho hooks and filters, which is key to customizing just like WordPress.
I needed a way to control the primary and secondary sidebar and which pages they would show up on without a plugin Widget Logic . After digging through the Thematic code and finding this awesome breakdown of Thematic. I discovered that I could shove some logic code in the Thematic hook ‘thematic_abovemainasides’. In fact you can shove the code in other Thematic hooks to control any Thematic widgetized area.
The code below shows the secondary sidebar only on the blog page and single pages, all other pages show the primary sidebar.
Stockr is a Twitter bot that run every 30 minute on weekday and provides a Market Summary. Follow Stockr I've released the code under the GPL License. Note the Zend Framework is required.