Guide to install and manage tor on ubuntu 4.16 without vidalia

Posted by MD     Category: Informatica







Hi, as I was accustomed to vidalia, I had to endeavor to better manage tor on the new version! But let’s take it easy, first of all we install tor, open the terminal with ctrl + t:
sudo gedit /etc/apt/sources.list
Now it will open a text editor, copy and paste the following line at the bottom:
deb http://deb.torproject.org/torproject.org xenial main
save and close the editor. Always on the terminal to:
gpg –keyserver keys.gnupg.net –recv 886DDD89 gpg –export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add – sudo apt-get update

sudo apt-get install deb.torproject.org-keyring

sudo apt-get update

sudo apt-get install tor

then you have to install the proxy:

sudo apt-get install polipo

sudo gedit /etc/polipo/config
insert:

### Basic configuration
### *******************

# Uncomment one of these if you want to allow remote clients to
# connect:

# proxyAddress = "::0"        # both IPv4 and IPv6
# proxyAddress = "0.0.0.0"    # IPv4 only

proxyAddress = "127.0.0.1"
proxyPort = 8118

# If you do that, you'll want to restrict the set of hosts allowed to
# connect:

# allowedClients = "127.0.0.1, 134.157.168.57"
# allowedClients = "127.0.0.1, 134.157.168.0/24"

allowedClients = 127.0.0.1
allowedPorts = 1-65535

# Uncomment this if you want your Polipo to identify itself by
# something else than the host name:

proxyName = "localhost"

# Uncomment this if there's only one user using this instance of Polipo:

cacheIsShared = false

# Uncomment this if you want to use a parent proxy:

# parentProxy = "squid.example.org:3128"

# Uncomment this if you want to use a parent SOCKS proxy:

socksParentProxy = "localhost:9050"
socksProxyType = socks5

Well now you have to configure:
sudo gedit /etc/default/tor

We’re going to put in place of RUN_DAEMON=”yes”

RUN_DAEMON=”no”

Now to prevent the automatic start giving:
sudo systemctl disable tor.service

sudo update-rc.d tor disable

sudo update-rc.d -f tor remove

Now restart your PC! To graphically manage the start-tor instead of vidalia I created a small program with gui Download it here

Put it in your home or wherever you like is important not to move it if you want that it does not require a password:

sudo gedit /etc/sudoers OR sudo visudo

basically enter:
cacccacc
YourName ALL= NOPASSWD: /home/YourName/Tor-polipo.sh

Here now right-click on Tor-polipo.sh in your home, click properties, permissions enable the execution! For firefox you should get “Proxy selector” by Michele Pezza, to manage the proxy now easily go on plugins, manage proxy , add and copy the following configurations:





Good surfing Tor 😉

Nautilus Script antivirus scan

Posted by MD     Category: Informatica

Hello everyone today I propose un’estenzione nautilus that simplifies scanzione antivirus on linux.
You may wonder now what is a virus on linux:
a) To scanzionare files before transferring them on Windows (prevention)
b) For a hard-disk scanzionare infected (care)
The script created by me iterfaccia has a graphic that will follow you step by step before and during the scanzione.
The scanzione is based on ‘ClamAV antivirus for linux
If you do not have antivirus installed the script will propose the installation.

Instructions:
1) download the script from this link
2) Copy the script
vostraHOME/.gnome2/nautilus-scripts
(to view hidden folders use ctrl + h)
3) Give it execute permissions by right-clicking on the file, properties, permissions, select to run as a program.
4) Position yourself with your cursor on any folder or file by scanzionare, then right-click, scripts, scanzione-Antivirus

5) Now you will be asked to update the virus signature (recommended)

here is the window that appears when updating

6) Follow the graphical instructions and good scan
We carry a possible SCAN-measured weight:

Hope you like it, to the next!

if you want to leave me: comments, report errors, constructive criticism! write here

Manage two versions of Firefox each with its own configuration

Posted by MD     Category: Informatica





Hi today I will explain how to start firefox with diversified and separate personal settings

This could be useful when:
1) We would like to try a new version (pre-or beta) of firefox
2) You want to keep a clean configuration quick and keeping the other custom plugins and various

INSTRUCTIONS :

nb:If you want to download a new version go here

Click here to download Firefox

So first of all close firefox (so I advise you to print the page)

1) click contemporary “alt+F2”

write:                     firefox –profilemanager           ; dare invio

This will open a screen where you’re going to add a new profile ; es:    firefox-beta

fox-profile

Wanting can rename the default profile

es: Fox         ; save and close

2) Ora andremo a modificare il lanciatore di firefox nel menù

right click on; applications> edit menu

now we go in the internet and on the “firefox” do a click

Once selected clicciamo right “Edit”

in the command erase all (firefox% u)

putting: firefox-P Fox, click close

nb:instead of Fox’re going to put the name of the default profile or that we had renamed

3) Now we’re going to click on “new voice”

and we’re going to put:

A: for those who do not have another system in firefox

name = Firefox Fast

command = firefox-P Fox-fast

nb : instead of “Fox-fast” we’re going to put the second profile that we have so far

B: for anyone who has two firefox (one installed by default and the other unloaded by hand)

name = Firefox beta

command = /var/firefox/firefox-P-beta Firefox
nb : instead of “/ var / firefox /” we’re going to put the path to the folder where we extracted the. tar firefox we downloaded at the beginning, instead of “Firefox-beta” we’re going to put the second profile that we have so far

close the open windows
WELL NOW YOU ARE READY

Now in Applications> Internet will find two types of firefox

I recommend you can not start them both at the same time

then we can use the other one closed.

Good navigation “personalized”