
Liux
icePhone
这个作者很懒,什么都没留下…
展开
-
ubuntu Sublime Text 安装
转自:http://songfantasy.iteye.com/blog/1536184 1\ Add the PPA and install Sublime Text 2 in Ubuntu Shell代码 sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get转载 2012-11-23 17:29:05 · 5019 阅读 · 0 评论 -
ubuntu sublime 破解
1.去其官方网站http://www.sublimetext.com/ 把linux版下载下来,解开压缩包,放在你希望的路径下。 2.用vim将其打开 。 vim sublime_text 3.将文件转成十六进制形式。vim中输入 :%!xxd 3.在vim中定位至“Thanks”文字附近。 /Thanks 4.接着查找转载 2012-11-23 17:28:35 · 11372 阅读 · 5 评论 -
ubuntu 12.04 64 jdk
Installing Java on Ubuntu 12.04 (64-bit) I downloaded jdk-7u4-linux-x64.tar.gz file from oracle.com Using the terminal I goto download folder and extract the tar file content. $ cd ~/Download转载 2012-12-03 20:00:51 · 5549 阅读 · 1 评论