start new:
tmux
start new with session name:
tmux new -s myname
| 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 33 42 with 32 42 | |
| 4. Save | |
| 5. Enter the license below: | |
| —–BEGIN LICENSE—– | |
| Patrick Carey |
| <?php | |
| /* | |
| WPUpdates Theme Updater Class (with Envato API verification) | |
| http://wp-updates.com | |
| v1.1 | |
| Example Usage: | |
| require_once('wp-updates-theme.php'); | |
| new WPUpdatesThemeUpdater( 'http://wp-updates.com/api/1/theme', 1, basename(get_template_directory()) ); | |
| */ |
| <?php | |
| /** | |
| * Duplicate this file as many times as you would like, just be sure to change the | |
| * Empty_Widget class name to a custom name of your choice. Have fun! redrokk.com | |
| * | |
| * Plugin Name: Empty Widget | |
| * Description: Single Widget Class handles all of the widget responsibility, all that you need to do is create the html. Just use Find/Replace on the Contact_RedRokk_Widget keyword to rebrand this class for your needs. | |
| * Author: RedRokk Interactive Media | |
| * Version: 1.0.0 | |
| * Author URI: http://www.redrokk.com |