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
| The following are list of tools i use. | |
| Encryption: | |
| ShadowCrypt | |
| Programming IDEs: | |
| PHPStorm | |
| IntelliJ | |
| RStudio/Revolution R Open | |
| RegEx Buddy |
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
| 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. |
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
| 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 |
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
| #!/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`" |
NewerOlder