arranged by Oman (from http://www.if-not-true-then-false.com/2010/linux-install-eclipse-on-fedora-centos-red-hat-rhel/)
adopted for Ubuntu
- download eclipse-SDK-3.7.1-linux-gtk.tar.gz
terminal:
>> root mode
sudo -i
>> locate eclipse-SDK-3.7.1-linux-gtk.tar.gz
>> untar SDK on /opt
tar -xvzf eclipse-SDK-3.7.1-linux-gtk.tar.gz -C /opt
>> add permission for /opt/eclipse
chmod -R +r /opt/eclipse
>> create executable file
touch /usr/bin/eclipse
chmod 755 /usr/bin/eclipse
nano -w /usr/bin/eclipse
>> add following to file
#!/bin/sh
export ECLIPSE_HOME="/opt/eclipse"
$ECLIPSE_HOME/eclipse $*
>> create shortcut
>> open shortcut
gedit /usr/share/applications/eclipse.desktop
>> add/replace the existing with following
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse SDK 3.7.1
Exec=eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true
>> call from commandline: eclipse
>> or from desktop shortcut
-
| Artikel Personal |
| Windows |
| Berbagi Catatan |
| Artikel Umum |
| Album Pribadi |
| Script Collection |
Thursday, December 22, 2011
Friday, October 21, 2011
Instalasi Webserver di Ubuntu
melalui terminal, ketik
sudo apt-get install lamp-server^
kemungkinan Anda akan menemukan masalah:
E: Unable to locate package lamp-server
hal ini dikarenakan kurang lengkap menuliskannya, perhatikan ada tanda topi (^) di ujung, jadi pengetikannya harus lengkap dengan tanda topi:
sudo apt-get install lamp-server^ (DENGAN ^)
-ok-
sudo apt-get install lamp-server^
kemungkinan Anda akan menemukan masalah:
E: Unable to locate package lamp-server
hal ini dikarenakan kurang lengkap menuliskannya, perhatikan ada tanda topi (^) di ujung, jadi pengetikannya harus lengkap dengan tanda topi:
sudo apt-get install lamp-server^ (DENGAN ^)
-ok-
Thursday, October 20, 2011
No USB listed on add printer UBUNTU
If you can't find usb when add device printer, please use:
URI: parallel:/dev/usb/lp0
select proper printer driver, and test the page.
-ok-
URI: parallel:/dev/usb/lp0
select proper printer driver, and test the page.
-ok-
Saturday, August 20, 2011
Powerpoint error di Linux Ubuntu
Penyelesaian ini untuk pengguna Linux Ubuntu yang masih menggunakan MS Office melalui Wine, dan mendapatkan error:
"Power point failed to start correctly last time....."
Jika ada error saat memanggil MS Powerpoint dari wine Linux Ubuntu, silakan lakukan langkah berikut:
"Power point failed to start correctly last time....."
Jika ada error saat memanggil MS Powerpoint dari wine Linux Ubuntu, silakan lakukan langkah berikut:
- Application - Wine - Configure Wine
- klik tab Libraries
- pada combo, cari library "riched20" (riched20.dll)
- pilih riched20, klik add
- rubah override menjadi native (windows)
- buka lagi MS Powerpoint
Subscribe to:
Posts (Atom)