Selasa, 11 September 2012

Nah Ini Cara Atau How Install LTSP On Edubuntu 10.04

Nah Sebelumnya Cara Install LTSP di Os Centos sekarang install LTSP di Edubuntu 10.04
 - This video tutorial shows you how to  install LTSP di Edubuntu 10.04 . The EduUbuntu Live DVD image, downloaded on October 26, 2011 was used in creating this tutorial. It is recommended that your LTSP server has two network interfaces, one for the Internet, and one for the LTSP Thin Client network when following this tutorial.

How To Install LTSP " Linux Terminal Server Project " On CentOS 6

Nah Cara Install LTSP di Os Centos - This video tutorial shows you how to install LTSP on CentOS 6. The CentOS 6 Live DVD image, downloaded on October 26, 2011 was used in creating this tutorial. It is recommended that your LTSP server has two network interfaces, one for the Internet, and one for the LTSP Thin Client network when following this tutorial.


Kamis, 12 Juli 2012

Error Fixing SQLDeveloper MSVCR71.DLL Not Found Error on windows 8 or windows 7

The Solution

To fix it, properly, you need to install SQLDeveloper yourself. Fortunately, this is simple.


  • Run regedit as the Administrator
  • Expand HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
  • Add a new Key to App Paths called sqldeveloper.exe
  • Set the (Default) value to the full path to the executable (including the executable name).
  • Create a new String value for sqldeveloper.exe called Path and set its value to the jre / bin folder in the SQLDeveloper files. 

Kamis, 05 Juli 2012

Mengembalikan GRUB Ubuntu 12.04 Yang Hilang Setalah Instal Windows 8

masuk ke terminal ketik # sudo su
setelah itu ketik # fdisk -l

Pada kasus ini, ubuntu saya berada di /dev/sda5. Setelah itu langsung saja ketikan perintah  

# mount  /dev/sda5  /mnt.

Setelah proses mount selesai, selanjutnya kita install grub ubuntunya dengan perintah

# grub-install  --root-directory=/mnt/   /dev/sda

Jika proses instalasi selesai maka proses tidak akan menunjukan pesan error,
Restart komputer anda dan, wala Ubuntu 12.04 sudah kembali ada di grub.
cimiew :D

Cara Mengatasi Error Zend Framework 2 ZF2_PATH environment variable

Fatal error: Uncaught exception 'RuntimeException' with message 'Unable to load ZF2. Run `php composer.phar install` or define a ZF2_PATH environment variable.' in C:\xampp\htdocs\zend2\public\index.php:28 Stack trace: #0 {main} thrown in C:\xampp\htdocs\zend2\public\index.php on line 28

Klick pada .htacces folder public, nah tambahin kode ini di file .htacces

SetEnv ZF2_PATH ../ZendFramework2/library 

cimiew :D

Senin, 25 Juni 2012

Install Plugin Flash Player Centos 6.2

$ su -
# rpm -ivh http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm 
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux 
# yum check-update 
# yum install flash-plugin 

Rabu, 13 Juni 2012

How to Upgrade Firefox 12 on Ubuntu 12.04

Buka Terminal tulis perintah :

sudo add-apt-repository ppa:mozillateam/firefox-next








Review image

Kemudian jalankan perintah diterminal :


sudo apt-get update && sudo apt-get install -y firefox

Review image