I hereby claim:
- I am azimsai on github.
- I am azimsai (https://keybase.io/azimsai) on keybase.
- I have a public key whose fingerprint is F05D 8BA2 28B6 8E59 A55D 88BF 42A8 B091 1F8E 6228
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb | |
| sudo dpkg -i /tmp/code_latest_amd64.deb |
| 1)Open Terminal Window | |
| Ctrl+Alt+t | |
| 2)Create Launcher Manually with Editor | |
| sudo su -c "nano /usr/share/applications/firefox.desktop" | |
| Add below content to the file | |
| [Desktop Entry] | |
| Name=Firefox | |
| Comment=Firefox Browser |
| mysql -Nse 'show tables' DATABASE_NAME | while read table; do mysql -e "truncate table $table" DATABASE_NAME; done |
| <?php | |
| /** | |
| * An helper file for Laravel 4, to provide autocomplete information to your IDE | |
| * Generated with https://github.com/barryvdh/laravel-ide-helper | |
| * Updated for Laravel 4.1.22 (2014-02-03) | |
| * | |
| * @author Barry vd. Heuvel <barryvdh@gmail.com> | |
| */ | |
| exit('Only to be used as an helper for your IDE'); |
| # Set root | |
| sudo su | |
| # Install Composer | |
| curl -sS https://getcomposer.org/installer | php | |
| mv composer.phar /usr/local/bin/composer | |
| # Exit root | |
| exit | |
| How to crack Sublime Text (2 and 3) | |
| === | |
| 1. Open Sublime in a HEX editor (the executable file) | |
| 2. Find 43 33 33 42 30 32 | |
| 3. Replace in the string above 33 42 with 32 42 | |
| 4. Save | |
| 5. Enter the license below: | |
| —–BEGIN LICENSE—– |