Monthly Archives: June 2015

WordPress Proxy

Running WordPress on a internal network or something like that and want to handle all the internal connections with a proxy? Just edit the “wp-config.php” and add this: define(‘WP_PROXY_HOST’, ‘90.90.90.90’); define(‘WP_PROXY_PORT’, ‘3128’); define(‘WP_PROXY_USERNAME’, ‘username’); define(‘WP_PROXY_PASSWORD’, ‘password’); define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost, www.someurl.com’); References: … Continue reading

Posted in Medium Technical, Wordpress | Tagged , , , | Comments Off on WordPress Proxy

FON2100A OpenWRT Unbrick

A small step to step on how to revive a bricked FONERA 2100A (With Redboot installed) Files Needed: Easy Redboot flash utility: http://download.berlin.freifunk.net/fonera/ap51-flash-gui-1.0-42.exe Previous program dependency: http://www.winpcap.org/install/bin/WinPcap_4_1_3.exe OpenWRT Kamikaze 8.09.2 http://downloads.openwrt.org/kamikaze/8.09.2/atheros/openwrt-atheros-vmlinux.lzma http://downloads.openwrt.org/kamikaze/8.09.2/atheros/openwrt-atheros-root.squashfs Hardware needed: – PC Computer (Or VM) – … Continue reading

Posted in Linux, Networking | Tagged , , , , , | Comments Off on FON2100A OpenWRT Unbrick