欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

Convert Sublime Text 2/3 to Licensed Version

程序员文章站 2022-06-02 13:26:02
...

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 ------

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.