Skip to content

Instantly share code, notes, and snippets.

View rpfilomeno's full-sized avatar
💭
For Hire

Roger Filomeno rpfilomeno

💭
For Hire
View GitHub Profile
@rpfilomeno
rpfilomeno / Cool Tools
Last active June 21, 2018 16:29
Cool Tools
The following are list of tools i use.
Encryption:
ShadowCrypt
Programming IDEs:
PHPStorm
IntelliJ
RStudio/Revolution R Open
RegEx Buddy
@rpfilomeno
rpfilomeno / Polycom Provisioning
Last active September 29, 2016 00:33
Polycom Provisioning
Firmwares:
http://downloads.polycom.com/voice/voip/sip_sw_releases_matrix.html
http://downloads.polycom.com/voice/voip/uc_sw_releases_matrix.html
Configuration:
http://etel.wiki.oreilly.com/wiki/index.php/Dynamic_Phone_Provisioning_with_res_phoneprov_and_TFTP
https://freeswitch.org/confluence/display/FREESWITCH/Polycom+Configuration
Reset Codes:
1. Find and write down the MAC id of the phone you want to reset. You can typically find it on the back of the phone. If the label on the back of the phone with the MAC id is removed, you can find it by pressing Menu, Status, Network, Ethernet.
@rpfilomeno
rpfilomeno / Yeoman + Composer + Bower + AngularJS + SLIM
Created October 28, 2014 16:51
Yeoman + Composer + Bower + AngularJS + SLIM
1. Install composer (http://getcomposer.org/doc/00-intro.md#installation)
2. php composer.phar create-project slim/slim-skeleton server
3. npm install -g yo grunt-cli bower
4, npm install -g generator-angular
5. yo angular
6. bower install angular-bootstrap --save
7. edit bowerrc to make sure it points to the correct directory
8. cd server
9. php composer.phar slim-json-api
#!/bin/bash
## Copyright (C) 2009 Przemyslaw Pawelczyk <[email protected]>
## License: GNU General Public License v2, v3
#
# Lockable script boilerplate
### HEADER ###
LOCKFILE="/var/lock/`basename $0`"