Install Adobe AIR in Ubuntu 17.04 at 64 bit

Posted by MD     Category: Informatica



Since I needed a program made in AIR, I had to work to find the way to install it on version 17.04 amd64.
First of all, you will need the installable dependencies by opening a terminal (ctrl + t) and copying:

sudo apt-get install libgtk2.0-0:i386 libstdc++6:i386 libxml2:i386 libxslt1.1:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libqt4-qt3support:i386 libgnome-keyring0:i386 libnss-mdns:i386 libnss3:i386 libxaw7 libnss3:i386 libnss-mdns:i386 libxt6:i386 libnspr4:i386

Now you have to create symbolic links for proper functioning:

sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0

We now download a part of the program:

cd ~/Download
wget http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2
sudo mkdir /opt/adobe-air-sdk
sudo tar jxf AdobeAIRSDK.tbz2 -C /opt/adobe-air-sdk

We download the AIR SDK

wget https://aur.archlinux.org/cgit/aur.git/snapshot/adobe-air.tar.gz
sudo tar xvf adobe-air.tar.gz -C /opt/adobe-air-sdk
sudo chmod +x /opt/adobe-air-sdk/adobe-air/adobe-air

Now we are in place, now I’ll explain how to install any program with * .air extension
Obviously replace “NomePacchettoProgramma”(ProgramPartyName) end “NomeProgramma”(ProgramName) according to your needs !!

sudo mkdir /opt/adobe-air-sdk/NomeProgramma
sudo cp NomePacchettoProgramma.air /opt/adobe-air-sdk/NomeProgramma/
sudo mkdir /tmp/air
sudo cp NomePacchettoProgramma.air /tmp/air
cd /tmp/air
unzip /tmp/air/NomePacchettoProgramma.air
sudo cp /tmp/air /opt/adobe-air-sdk/NomeProgramma

Now let’s create a pitcher for the main menu (also replace “NomeEseguibile”(exec) and “iconaProgramma”(icon))

sudo su
cat << _EOF_ > /usr/share/applications/NomeProgramma.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec=/opt/adobe-air-sdk/adobe-air/adobe-air /opt/adobe-air-sdk/NomeProgramma/NomeEseguibile.air
Icon=/opt/adobe-air-sdk/NomeProgramma/iconaProgramma.png
Terminal=false
Name=NomeProgramma
Comment= quello che vuoi
Categories=Application;Education;Development;ComputerScience;
MimeType=application/vnd.adobe.air-application-installer-package+zip
_EOF_

chmod +x /usr/share/applications/NomeProgramma.desktop

Now just look in the “ProgramName” menu and you will start
Probably the additional settings that will create the program will be found in ~ /.appdata/ProgramName

See you soon. Bye

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 😉

Firefox 43 add-on plugins enable disabled for invalid signature

Posted by MD     Category: Informatica




Hi, with the latest update of Firefox we noticed that the unsigned add-ins are not activated and there is a button to activate them.
You are stuck with the plug-in written: “plugin name” is not verified for use in firefox. Proceed with caution.
To overcome this problem and continue to use our old add-ons (seprate you trust those not controlled by the Mozilla team), you need to write the address bar:
about: config
then press enter, consent (I promise I will pay attention) now in the search bar write:
xpinstall.signatures.required
now this parameter is defaulti “ true ” you will put one-click “ false
then restart firefox and you will have your add-ons working

Good firefox 😛

Convert directly from a link in firefox PDF

Posted by MD     Category: Informatica





Hi today I’ll show you how covertire a page you are viewing in firefox pdf, unlike the virtual printers will have a true conversion, that we will find a pdf editable, with lots of opportunity to make a copy and paste of texts written in it.
First you need to download my script from here:Download
Then move the file to where it suits you better (no longer have to delete it) and give it execute permissions (right-click> properties> permissions)!
Now go back to firefox and download the plugin that will allow you to call my script if necessary: :
Download version 5.4 (tested on firefox 29) alternativ:
Download latest version from the official site and install it.
Also in firefox go to: Tools> Add-ons> Open With; click Preferences, once open, click on add (bottom right), now a window will open dovre’re going to choose my script “convert-html-to-pdf” that you downloaded before!
Then close the add-ons and if there is no appearance this icon Icona estensione Open With right-click on the top bar of firefox (the one containing the address bar www) and click on customize: move the icon to where we please!
To create the pdf, page (site) you are viewing, just click the icon and click “convert-html-to-pdf” and your desktop trovere pdf 😉
This system is very useful and in addition to being able to copy text from the created PDF file generated weighs very little (based on pages that will save it is still lighter than pages printed from other programs to the virtual press)

Have a nice day and the next guide;)

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

Calibre 0.9.2 and above on ubuntu 12.04

Posted by MD     Category: Informatica

Hello to all,
as all lovers of books / ebooks I realized that the support from the ppa n-caliber Muench for ubuntu 4.12 is stopped while they are developing for the 12.10. In order to keep up to date caliber we arm ourselves with patience and follow these simple steps:
Download the following packages from the web (google is your friend):

calibre_0.9.2+dfsg-1~ppa1_all.deb
calibre-bin_0.9.2+dfsg-1~ppa1_i386.deb
fontconfig-config_2.9.0-7_all.deb
libfontconfig1_2.9.0-7_i386.deb
libjbig0_2.0-2ubuntu1_i386.deb
liblzma5_5.1.1alpha+20120614-1_i386.deb
libmagickcore5_6.7.7.10-2ubuntu4_i386.deb
libmagickwand5_6.7.7.10-2ubuntu4_i386.deb
libtiff5_4.0.2-1ubuntu2_i386.deb
python-qt4_4.9.3-4_i386.deb

Then from the terminal with “cd” you placed in the folder where you downloaded the packages,
now digit
dpkg -i –force-all *.deb

Well now we have to keep Calibre We add the ppa

sudo add-apt-repository ppa:n-muench/calibre -y

We will now modify the pope just added:

sudo gedit /etc/apt/sources.list.d/n-muench-calibre-precise.list

Now we’re going to replace “precise” putting “quantal”

Save and close

In the terminal:

sudo apt-get update
sudo apt-get upgrade

Calibre

That’s it, simple right??
At the next trick;)

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

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

Gablabel programma di traduzione per linux ubuntu

Posted by MD     Category: Informatica




Hi today I want to offer a convenient translation program that uses google translate.Si integragra panel gnome / unity so as to letting us always at hand.

gablabel-immagine

If you have installed 32-bit operating system downloaded this version gablabel-0.1.1
Then simply install!!!
If you have installed the operating system 64-bit download this buildgablabel-0.1.1 and then you need to download the 32-bit libraries that I have prepared. librerie-32bit-gablabel
Solo per la 64 bit:
Once downloaded, open the terminal and stand with the cd command in the folder where the package.
Write:
sudo dpkg -i –force-all gablabel-0.1.1-natty-i386.deb
You will get errors but you do not pay any attention.
Now type sudo nautilus and once open head where you downloaded the additional libraries:
Now unzip the package and copy all of its contents in /lib32
Now you can start the program gablabel located in the Accessories menu.
NB: If you can not access the official website you can download the program from qui

FireTray minimize thunderbird in the gnome panel

Posted by MD     Category: Informatica

# # Last modified November 16, 2012 # #





Hello from time FireTray use to keep active in the bar thunderbird gnome so I signal the presence of new email!
It looks like this:
in the absence of email

fireTray-immagine

with email notification arrived

fireTray-immagine

I wrote this article because I realized that installing certain versions of FireTray on thunderbird does not always work.

Now and then I write the respective correspondences versions make it all work:

Thunderbird 9/10/11/12/13/14/15/16   —-> firetray-0.4.0a2.xpi

NB: For version 16 will only count for incoming mail and right click and closing only one new message (the rest comes under management)

Thunderbird 8 —-> firetray-0.3.0-svn-r134M.xpi
(later update from add-ons otherwise does not go directly)

Compress pdf script with Nautilus

Posted by MD     Category: Informatica

After doing a search on the net I found that pdf file compression is quite dark!

To make life easier I created a script Nautilus (tested on version 10.04 and 11.04 of ubuntu 64bit, but working with all of them)

The script compresses the pdf looking for in the can to maintain good visual quality.

First you need to install a dependency, open the terminal and write

sudo apt-get install ghostscript

Now download the script created by me

Once you have downloaded the script must be placed in

/home/vostronome/.gnome2/nautilus-scripts

then right-clicking on the file

go to properties> permissions

and put the check “Allow executing file as program”

Now just you select the PDF file you need, and right-click

script> Compress-PDF

now wait patiently (depends on the weight of the file)

I hope you might come in handy!

 

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”