Home > Database > Mysql Tutorial > Convert Sublime Text 2/3 to Licensed Version

Convert Sublime Text 2/3 to Licensed Version

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 15:49:43
Original
1352 people have browsed it

Hello Guys, This is a small tutorial to get Sublime Text 2 (Licensed Version) Download Sublime Text – the best text editor now: OS X(OS X 10.6 or 10.7 is required) Windows– also available as aportable version Windows 64 bit– also availa

Hello Guys,

This is a small tutorial to get Sublime Text 2 (Licensed Version)
Download Sublime Text – the best text editor now:

  • OS X (OS X 10.6 or 10.7 is required)
  • Windows – also available as a portable version
  • Windows 64 bit – also available as a portable version
  • Linux 32 bit
  • Linux 64 bit

Mac OS X

Open Terminal and enter the following:

1. cd /Applications/Sublime\ Text\ 2.app/Contents/MacOS/
2. edit file ->> “vim Sublime\ Text\ 2″
3. change to hex mode ->> “:$!xxd”
4. find and replace ->> “:%s/5BE509C33B020111/5BE509C32B020111/g”

Now open the sublime and enter the below licence key , it should work like a charm.


WINDOWS

For x64: After install, open sublime-text.exe with hex editor. Find and replace “33 42″ with “32 42″. Save and using this license key to register:

----- BEGIN LICENSE -----
Alexander
Single User License
EA7E-814345
51F47F09 4EAB1285 7827EFF0 8B1207DC
A76A6EA3 E1A1CA7A DC1F2703 14,897,784
8EDC1C82 3F2A58B9 1C0C8B24 67686432
281245B3 6233DE5C ADC5C2F9 61FB8A04
171B63EF 86BA423F 6AC884FD 3273A7AA
5F50A6DB CE7859AE D62D2B37 AEEDD8C2
078A8A20 70EEA791 84F48C1E 8ABA7DEB
0B3907C0 C9A3523B 0091A045 6F67AED8
------ END LICENSE ------
Copy after login

You should copy from Begin License till End License.


UBUNTU:

Follow these to fully and effectively register sublime text 2 in ubuntu

1.Install ghex editor.(in terminal,enter “sudo apt-get install ghex”)..without the quotes.

2.In terminal enter “cd /usr/lib/sublime-text-2″

3.In terminal enter “sudo ghex sublime_text” & enter your password

4.In open ghex window,navigate to Edit>Replace.

5.In the find string div enter 33 42

6.In the replace with div enter 32 42

7.save and exit.

8.run sublime text and regiter with the above license key.

9.Enjoy and Code like a BOSS.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
How to convert seconds to minutes in php
From 1970-01-01 08:00:00
0
0
0
How to convert apache rewrite to nginx rewrite
From 1970-01-01 08:00:00
0
0
0
objective-c - How to convert IPV6 to IPv4;
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template