quinta-feira, 14 de janeiro de 2016

HOW TO INSTALL NINTENDO WII AND GAME CUBE EMULATOR ON UBUNTU

Tested on ubuntu 14.x

# sudo add-apt-repository ppa:glennric/dolphin-emu
# apt-get update
# apt-get install dolphin-emu-master

domingo, 3 de janeiro de 2016

HOW TO MOUNT IMAGE FILE ON LINUX WITH DEFAULT TOOL - DISK IMAGE WIRTER


First, connect your device USB that you want mount the image;
Go to your image and right click set open with disk image writer
Set your device connect that you want.
And wait the process to finish.

Obs: Tested on debian 8. fedora 23 and ubuntu 14

sábado, 2 de janeiro de 2016

HOW TO INSTALL VIRTUAL BOX 5.0 ON DEBIAN 8,UBUNTU

So, today i will show how to install virtual box 5 on debian 8.0 (jesssie)

was tested on kali linux, ubuntu mate, fedora .

First of all:

Add this line on /etc/apt/sources.list this information:
deb http://download.virtualbox.org/virtualbox/debian vivid contrib
or
add this command in your terminal:
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Obs.: So, for me both of thing do not work .

After that, start a update /apt-get update

and start this command:

sudo apt-get install virtualbox-5.0

and in the end use this command: sudo apt-get install dkms

There is a observation , some things how integration for your desktop and share some files cross

machines you must realize this procedure:

install   VM VirtualBox Extension Pack

Normaly the extension pack work for use usb devices on your virtual machine.

and oracle virtualbox client after create any virtual machine.

the oracle virtualbox client work for copy and past between files in you phisical machine and

virtual machine.

Another observation, normally we need enable some things on virtual machine but the user used to allow usb on virtual machine or another things that you want, is necessary you add your actualy user on the group vboxusers :

sudo usermod -a -G vboxuser "your user"

if you preffear is possible execute this command for install a compatible version for your distro gnu-linux:
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox


if you want find a version that you preffear following the source:
http://download.virtualbox.org/virtualbox