restart aws server
sudo /opt/bitnami/ctlscript.sh restart
php.ini bitnami location
/opt/bitnami/php/etc/php.ini
restart aws server
sudo /opt/bitnami/ctlscript.sh restart
php.ini bitnami location
/opt/bitnami/php/etc/php.ini
100 WordPress Code Snippets from Across the Net
https://wpmudev.com/blog/shun-the-plugin-100-wordpress-code-snippets-from-across-the-net/
| https://www.googleapis.com/oauth2/v3/tokeninfo?access_token=<token> |
| # How to echobot with XMPP, BOSH, and Strophe | |
| 1. Setup ejabberd(http://www.ejabberd.im/) server and setup account [email protected] | |
| NOTE: localhost should be enough. If you setup something else, make sure you add it at /etc/hosts like this | |
| #/etc/hosts | |
| 127.0.0.1 localhost.local | |
| NOTE: Also download Psi(http://psi-im.org/), and make sure you can connect to your ejabberd server. | |
| 2. Download strophe(http://code.stanziq.com/strophe/) and place it (eg: /Users/makoto/work/sample/strophejs-1.0) |
Getting started:
Related tutorials:
| ** copy whole text inside file to system-clipboar | |
| 1. goto visual mode using by pressing ( v ) | |
| 2. :w !pbcopy |