This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://wahlnetwork.com/2012/09/26/the-all-flash-synology-ds2411-array/ | |
| http://wahlnetwork.com/resources/ | |
| http://www.smallnetbuilder.com/nas/nas-howto/31485-build-your-own-fibre-channel-san-for-less-than-1000-part-1?start=4 | |
| http://techhead.co/hp-proliant-microserver-g8a-decent-home-lab-server/ | |
| !! http://www.scoop.it/t/home-computing-labs | |
| SSD: KINGSTON SV300S3D7/120G | |
| Samsung MZ-7TD120BW | |
| Kingston SVP200S37A/120G - best? ~100$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Wide-open CORS config for nginx | |
| # | |
| location / { | |
| if ($request_method = 'OPTIONS') { | |
| add_header 'Access-Control-Allow-Origin' '*'; | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Plugin Name: TM Example | |
| Plugin URI: http://ditio.net | |
| Description: TextMagic Example | |
| Author: Greg Winiarski | |
| Version: 0.01 | |
| Author URI: http://ditio.net | |
| TextMagic SMS delivery example. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| Plugin Name: DW RDS_DB object | |
| Description: provides special object $wp_rds_db access external database - in this example - AMAZON RDS DataBase. | |
| Plugin URI: http://pvp.alvegia.ru | |
| Author: Pavel G. Roytberg | |
| Author URI: http://onga.ru | |
| Version: 0.9 no more passwords in plain texts in php code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| Plugin Name: DW RDS_DB object | |
| Description: provides special object $wp_rds_db access external database | |
| Plugin URI: http://pvp.alvegia.ru | |
| Author: Pavel G. Roytberg | |
| Author URI: http://onga.ru | |
| Version: 0.1 |
NewerOlder