I used to live in an apartment complex that had an electronically controlled front door to the building, coupled with a very annoying call box.
The called party just has to press 9 on their end, front door unlocks.
This method is meant to selectively admit guests to the building.
What happens if you forgot your card key? You’d have to choose your roommate’s name in the list, or hope some stranger would let you in.
What if a robot answered and would let you in, provided the right PIN was entered? Easily done…
Continue reading Apartment Call Box “Hack” →
I received this tip from a co-worker on how to remove the nag dialog box upon login to the Proxmox 4.x web-UI.
- Edit: /usr/share/pve-manager/ext6/pvemanagerlib.js
- Search for: ‘Active’
- Replace:
if (data.status !== ‘Active’) {
with
if (false && data.status !== ‘Active’) {
You will need to close and re-open your web browser / clear your cache to see the box removed.
Again like I said last time regarding guilt; there is support from Proxmox available if you feel guilty about using the “hack”
Wonky.Name is a multi-site data & voice cooperative, with locations in:
Sites like Russia Telekom supplement voice services over IPSec with high bitrate encryption is used to interconnect.
Continue reading Wonky.Name (Empire & homelab) →
Under sipX 4.6 I have managed to get BLF functionality working with a Linksys SPA942, with a few modifications to sipX and the Linksys phone plugin.
Below are the steps I’ve followed, along with the files that I’ve modified to get sipX to not overwrite your settings, and give admins access to provisioning these changes.
Continue reading Linksys SPA942 + BLF →
Credit: tolaris.com
If you’re annoyed by the nag dialog that pops up when you log into your Proxmox 3.1 community install, run this patch from VM server in question.
wget http://www.tolaris.com/blog/wp-content/uploads/2013/08/no_subscription_popup_pvemanagerlib.js-3.1.patch -O - | patch -p0
Piping that download through patch, will apply the fix to the appropriate file (/usr/share/pve-manager/ext4/pvemanagerlib.js)
Log out of the web UI, and possibly clear your browser cache / close browser window.
Having said that, there is support from Proxmox available if you feel guilty about using the patch.
In OS X 10.8 I’ve found a few issues where the Calendar application won’t show calendars properly from any other service, including Google and iCloud. My solution was to clear the cache located in “~/Library/Calendars/Calendar Cache”
Do this with the program closed, then go into System Preferences and re-enable your Calendar accounts.
Professional computer nerd, amateur mechanic.