Showing posts with label Editor. Show all posts
Showing posts with label Editor. Show all posts

Instal Komodo Editor 8 di Ubuntu

9:32 AM | , , , , ,

Langkah-langkah menginstal Komodo Editor 8 di Ubuntu
1. Download file instalasi komodo editor di sini
2. Buka konsole/terminal lalu ekstrak file tersebut dengan perintah
  tar -xvzf  /lokasi_file/Komodo-Edit-8.0.2-12590-linux-x86.tar.gz
3. Masuk ke direktori hasil ekstrak file tadi
cd  /lokasi_file/Komodo-Edit-8.0.2-12590-linux-x86
4. Ketikan perintah berikut untuk menginstal
sudo ./install.sh
5. Masukan direktori untuk penginstalan misal:
/opt/Komodo
6. Buat softlink ke aplikasi komodo dengan perintah berikut
sudo ln -s /opt/Komodo/bin/komodo /usr/local/bin/komodo
7. Komodo siap digunakan :)



Read More

How To Install Sublime Text in Ubuntu

10:05 AM | , , , , , , , ,

What is Sublime Text?

Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance. You can check out a lot of  information about sublime text in http://www.sublimetext.com

How To Install In Ubuntu?

Before installing sublime text editor we should add sublime to repository with this command.

sudo add-apt-repository ppa:webupd8team/sublime-text-2

and then update the repository with this command

 sudo apt-get update

after that we can install sublime with this command

sudo apt-get install sublime-text

Here is the screenshoot of sublime text editor

Read More