quarta-feira, 15 de julho de 2015

03 Tor change IP to another country Ubuntu Kubuntu Firefox Chromium ARM


Video Youtube:
03 Tor change IP to another country Ubuntu Kubuntu Firefox Chromium ARM
www.youtube.com/watch?v=N_IYXRTTyvQ



This tutorial (video Youtube) will show how to install TOR and configure it with an IP number of a specific country (ExitNodes). Some websites allow access only with an IP number that country.

It will also be shown how to configure Internet browser Firefox / Chromium and ARM (Anonymizing Relay Monitor).

It will not be shown how enter the DeepWeb.

Use preferably an operating system running on a virtual machine. This raises the security level of a possible attack.

If you are entering the DeepWeb:
1 - Use an operating system LiveCD / USB (Tails - tails.boum.org).
2 - Remove your computer's hard disks.
3 - If you can not remove the hard drive, encrypt the disk partition that contains personal data.

1 - Install TOR:

Alternative 1:
Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole

sudo apt-get install tor

Alternative 2
Ubuntu: Dash - synaptic - tor
Kubuntu: K (Start button) - System - Synaptic - tor


2 - Change file /etc/tor/torrc :

sudo gedit /etc/tor/torrc
SocksPort 9050
ControlPort 9051
CookieAuthentication 1
ExitNodes {se}

3 - The TOR service must be restarted after the file modification /etc/tor/torrc .

sudo service tor restart

4 - Country Codes (ISO Code - 2 letters)
https://countrycode.org

5 - Test TOR configuration:
https://check.torproject.org

6 - Check the IP number and the country:
http://www.analysespider.com/ip2country/lookup.php

7 - Firefox TOR configuration

Firefox (38.0) - Edit - Preferences - Advanced - Network - Settings

Manual proxy configuration (check):
SOCKS Host: 127.0.0.1
Port: 9050
SOCKS v5 (check)
Remote DNS (check)


8 - Enabling TOR in Chromium
(Youtube breaks the command line - connect:
chromium-browser --proxy-server ... )

Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole

chromium-browser --proxy-server="socks://localhost:9050"

9 - Install ARM (Anonymizing Relay Monitor)

Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole
sudo apt-get install tor-arm
 
Ubuntu: Dash - synaptic - tor-arm
Kubuntu: K (Start Button) - System - Synaptic - tor-arm

10 - Run ARM:
Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole
sudo arm

02 Test 3D Ubuntu 14.10 - 15.04 Virtualbox Guest glxgears glxinfo unity support test




Video Youtube:
02 Test 3D Ubuntu 14.10 - 15.04 Virtualbox Guest glxgears glxinfo unity support test


1 - Disable 3D acceleration before you install VirtualBox Guest Additions.
Virtualbox - Select Virtualbox Guest Ubuntu (Right button) - Settings - Display - uncheck Enable 3D Acceleration 

2 - Install Virtualbox Guest Additions:
System Settings - Software & Updates - virtualbox-guest-dkms

Terminal (CTRL + ALT + T):
sudo apt-get install virtualbox-guest-dkms

Dash - synaptic - virtualbox-guest-dkms

3 - Install mesa-utils:
Terminal (CTRL + ALT + T)
sudo apt-get install mesa-utils

Dash - synaptic - mesa-utils

4 - Add "vboxvideo" module. Only if not load automatically when you restart the system. 

Terminal: (CTRL + ALT + T)
sudo gedit /etc/modules 

sudo gedit /etc/modules-load.d/modules.conf

5 - Enable 3D acceleration before you install VirtualBox Guest Additions.
Virtualbox - Select Virtualbox Guest Ubuntu (Right button) - Settings - Display - check Enable 3D Acceleration 

6 - glxinfo, glxgears, glxheads, unity_support_test :
Terminal (CTRL + ALT + T)
glxinfo -i | grep render

glxinfo -i | grep direct

glxinfo -i | grep vendor 

glxinfo -i | grep OpenGL

glxgears

glxheads

/usr/lib/nux/unity_support_test -p



01 Virtualbox Guest Additions Screen Size Ubuntu Kubuntu



Video Youtube:
01 Virtualbox Guest Additions Screen Size Ubuntu Kubuntu
www.youtube.com/watch?v=hGXX8vLaGR0


Install Virtualbox Guest Additions and change screen resolution Ubuntu / Kubuntu.

Alternative 1:
Terminal (CTRL + ALT + T) / Konsole:
Packages: virtualbox-guest-dkms , virtualbox-guest-utils , virtualbox-guest-x11

sudo apt-get install virtualbox-guest-dkms


Alternative 2:
Ubuntu: System Settings - Software & Updates

Kubuntu: K (Start Button) - Settings - System Settings - Driver Manager


Alternative 3:
Synaptic:
sudo apt-get install synaptic

Ubuntu: Dash - synaptic - virtualbox-guest-dkms

Kubuntu: K (Start Button) - System - Synaptic - virtualbox-guest-dkms