Selasa, 03 Desember 2013

Virtual Box error message kernel

I don't have very good luck when installing vBox form the software center, Im sure others do, but I just don't. So i would recommend removing your current install and then installin from the site.

Code:
sudo apt-get remove --purge virtualbox
Then do a search in nautilus in your FileSystem for virtualbox and remove any leftovers.
Code:
gksudo nautilus
Then install dkms and build-essential
Code:
sudo apt-get install dkms build-essential
Then download per site instructions.
https://www.virtualbox.org/wiki/Linux_Downloads

Last step, install Extension Pack
https://www.virtualbox.org/wiki/Downloads

uninstal virtual box

To remove VirtualBox, I actually recommend running this command and not replacing * with anything (just run it exactly like so):
 
sudo apt-get remove virtualbox-\*

If you want to remove global configuration files too (this does not remove your virtual machines), run exactly this instead:
 
sudo apt-get purge virtualbox-\*

That method is OK, but this way may be more thorough.

Rabu, 27 November 2013

login root

$ su -
Password:
su: Authentication failure

Enable super user account password on Ubuntu

First, set a password for root user as shown below.

$ sudo passwd root
[sudo] password for user:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully 
 
 
 
 
 
 
sudo gedit /etc/lightdm/lightdm.conf

Tambahkan baris berikut:

greeter-show-manual-login=true


Selanjutnya jika anda ingin menonaktifkan Login Guest, tambahkan baris berikut :
 
allow-guest=false
 

Minggu, 24 November 2013

melihat task manager ubuntu

buka di apps cari system monitor

Jumat, 22 November 2013

upgrade open office ke yang lebih tinggi ubuntu

hapus dulu instasinya

sudo dpkg --configure -a

sudo apt-get purge openoffice*.* && sudo apt-get autoremove

download yang terbaru lalu install

Kamis, 21 November 2013

Rabu, 20 November 2013

instal adode reader ubuntu