Sublime Text is a popular text editor somewhat similar to TextMate, available for Linux, Windows and Mac OS X.
Initially, version 3 was only available to registered users (a license costs USD $70) however, the latest Sublime Text 3 beta builds are now available to all and like Sublime Text 2, it can be evaluated for an unlimited period of time.
Recently I've received quite a few requests to create a PPA for Sublime Text 3 because, even though there are deb packages available for download, users must manually install each update. So I've created a PPA you can use to easily install and stay up to date with the latest Sublime Text 3 (currently in beta) builds in Ubuntu and derivates.
The package in the PPA is just an installer and works like our Oracle Java Installer package: it downloads the Sublime Text 3 archive from its website and installs it on the system. The PPA does not host any Sublime Text 3 files.
Install Sublime Text 3 in Ubuntu via PPA
Before proceeding, if you've already installed Sublime Text, make sure the application is not running or else there might be some visual glitches (that's because the package in our PPA will replace any already existing Sublime Text deb packages). This only occurs when switching from the Sublime Text 3 debs downloaded from its website to the packages in our PPA.
Also, using the instructions below, the old Sublime Text 2 package (if you've used our
Sublime Text 2 PPA) will be replaced with the new Sublime Text 3.
To add the WebUpd8 Sublime Text 3 (beta) PPA and install the application in Ubuntu 13.10, 13.04, 12.10 or 12.04 (and derivatives), use the following commands:
sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer
If you don't want to use our PPA or don't use Ubuntu, download Sublime Text 3 from HERE.
Tip: to disable new version notifications, add the following to your User Preferences file ( Preferences > Settings - User):
"update_check": false
Also see: Easily Discover And Install Plugins In Sublime Text 2 or 3 With Sublime Package Control
来源:http://www.webupd8.org/2013/07/sublime-text-3-ubuntu-ppa-now-available.html
破解方法
sudo cd /opt/sublime_text/ sudo vim sublime_text :%! xxd / 4333 3342 3032 # 手动修改 Chang 3342 to 3242 # click ESC :%! xxd -r :wq
license
—--BEGIN LICENSE—--
Jat
Unlimited User License
EA7E-4656
D6B5CE42CFFD356FD6F782BE4D8D6E9A
F2DD8A265E67DD14C9B6627E9103E290
16FEB67F9DBE65D8434A31D2352A9C80
D7DDCC7BCCCA381D521F5DF49B0F7E5C
5A1B8F4ADE30EF20BEF4020B4D899AE4
60FE1355D8A8B71FE7350B52B4D88969
F42E6248426E64B6BB85A1217AFB7F04
51432FBA46AA531550D638910BAD6FE3
—--END LICENSE—--
How to active build 3047: http://justpaste.it/369c
卸载方法
You could remove your installation:
sudo apt-get remove sublime-text-installer
更新: Sublime Text Build 3059 发布及破解文件(Windows/Linux/32/64/Mac全版本)
这个版本的更新除了功能上的更新,在软件加密方面也增加了难度。之前的版本只要把一个函数的返回值始终置为0就可以实现强力破解,但是这个版本增加了难度:原来的那个函数要在输入注册码的时候返回0,而在软件开启的时候返回1.这个就不好破了。
下面是今天搞的windows下的32和64位版本的破解后的exe,下载相应的exe后复制到软件原目录就可以。(必须先自己下载安装官方的原程序!)注册机正在想办法写,Linux下的破解文件也在搞。
破解思路可以看我原来的帖子,今天不详细写了,等把注册机写好之后一并再写。
http://bbs.pediy.com/search.php?searchid=5068774http://bbs.pediy.com/showthread.php?t=172084
http://bbs.pediy.com/showthread.php?t=172089
这是效果图:
下面是我修改的exe,欢迎交流学习。
Windows版本下载地址:
Edit:Linux版本的破解补丁在今天搞定了!
Linux版本下载地址:
sublime_text_build_3059_linux32
sublime_text_build_3059_linux64
Edit: MacOS版的也搞定了,
下载地址:
ctrl+` shortcut or the View > Show Console)
import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)