>  기사  >  데이터 베이스  >  Convert Sublime Text 2/3 to Licensed Version

Convert Sublime Text 2/3 to Licensed Version

WBOY
WBOY원래의
2016-06-07 15:49:431289검색

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.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.