Latest posts
-

Find Me At The 2011 Vegas MUM
I’ll be the guy wearing (and giving out) these snazzy RBNYAN shirts 😉
-

Standard Compact Flash Card In A Cisco Router
It’s well known that Cisco wants to sell you a 512MB compact flash card for $150. So, what’s so special about the Cisco branded ones? They have a Cisco sticker on them. I just bought a couple of 2GB compact flash cards, formatted them in my router, and they work like a champ! No flash…
-
WordPress Updates Without FTP
Normally when you try and update your wordpress it will prompt you for “connection information”. It wants FTP or FTPS information. If you make the /wp-content folder writable by the webserver, it won’t prompt you anymore and will pull updates directly. Generally the apache service is run by user apache. You can change ownership of…
-
Restore Zimbra Backup
In actuality this is syncing one zimbra to another. You can do this for replication, not just disaster recovery. This is on a centos box. #install rsync if you don't have it yum install rsync #sync our local files from a remote server 1.1.1.1 rsync -avzr -e ssh [email protected]:/opt/zimbra /opt/ #change ownership of the new…
-

Callmanager 4.1 – No Answer Ring Duration
If you want a line to ring X amount of time before it rolls elsewhere you need to edit two things. Add the extension to send the caller to in “Forward no Answer” section. You then need to edit the “No Answer Ring Duration” section. This entry sets the number of seconds to wait before…
-
Quick Start On Unifi
I had a few troubles getting started with Ubiquiti’s Unifi platform. So far I really like the gear and the configuration method, there are just a few sticking points when getting started. Have a look at the video below to see how I bypassed the “stuck in adopting” issue as well as having a standard…
-
Mikrotik V5.7 Released
What’s new in 5.7 (2011-Sep-14 10:54): *) ovpn client – fixed crash when user name or password together were longer than 11 symbols; *) sstp client – added an option to skip server address verification from certificate; *) fixed problem – router crashed sometimes when using USB modem; *) userman – show overall totals, show…