Dec 16
didierapplications, Linux, ubuntu
Install Adobe AIR Linux 1.5 on 64-bit Linux distributions
Summary :
- Uninstall any previous version of air installer (Applications > Accessories > Adobe Air Uninstaller)
- Install getlibs
- Download AdobeAIRInstaller and cd to the download directory
-
sudo getlibs ./AdobeAIRInstaller.bin
$ sudo getlibs -l libgnome-keyring.so
$ sudo getlibs -l libgnome-keyring.so.0
$ sudo getlibs -l libgnome-keyring.so.0.1.1
- Download libnss3 32b : http://mirrors.kernel.org/ubuntu/pool/main/n/nss/libnss3-1d_3.12.0~beta3-0ubuntu1_i386.deb
- Download libnspr4 32 : http://mirrors.kernel.org/ubuntu/pool/main/n/nspr/libnspr4-0d_4.7.1~beta2-0ubuntu1_i386.deb
-
<code>Extract libnss $ sudo file-roller ./libnss3-1d_3.12.0~beta3-0ubuntu1_i386.deb</code>
- Double click data.tar.gz (choose open with file-roller if you are asked)
- select these files in ./usr/lib folder :
libnss3.so.1d<br />libnssutil3.so.1d<br />libsmime3.so.1d<br />libssl3.so.1d
- Extract to /usr/lib32 and close file-roller
- Enter :
$ sudo ln -s /usr/lib32/libnss3.so.1d /usr/lib32/libnss3.so
$ sudo ln -s /usr/lib32/libssl3.so.1d /usr/lib32/libssl3.so
$ sudo ln -s /usr/lib32/libnspr4.so.0d /usr/lib32/libnspr4.so
- Then :
<code>$ ./AdobeAIRIntaller.bin</code>
-
<code>sudo cp /usr/lib/libadobecertstore.so /usr/lib32</code>
-
sudo apt-get install lib32nss-mdns
Done !
Accept any update on first launch
Nov 27
didierGoogle, ubuntu chrome
sudo mkdir /opt/google/chrome/plugins
sudo cp /usr/lib/firefox-3.5.5/plugins/npwrapper.libflashplayer.so /opt/google/chrome/plugins/
Edit Google Chrome Menu item : Right click on “Applications” > Edit menus, and replace “/opt/google/chrome/google-chrome %U” by “/opt/google/chrome/google-chrome –enable-plugins %U” (do the same if you placed this launcher on your panel or on your desktop.
N.B. If you don’t know where is your flash player :
sudo updatedb
sudo locate libflashplayer.so
Nov 27
didierubuntu
You can install a “developper only” version of Google Chrome on Linux (a .deb package).
- Go to the Early Access Release Channels
- Install either the 32 bit or 64 version (which ever will match your architecture.)
Nov 27
didierubuntu, ZendStudio
On Ubuntu Karmic, there are some GUI bugs in Zend Studio. Some buttons are not working, no action follows a click.
Here is the official Zend explanation and workAround : http://kb.zend.com/index.php?View=entry&EntryID=435
Here is an easier step by step :
- Open terminal
- Enter “gedit .ZendStudioFixed.sh”
- Cut and paste the script you’ll find below (if necessary, adapt the path to ZendStudio).
- Save and close
- “chmod u+x .ZendStudioFixed.sh”
- Right click on you ZendStudio launcher in control panel (if you created one) or in System > Preferences > Main Menu > Programming. In “Properties” replace “/usr/local/Zend/ZendStudio-7.0.2/ZendStudio” by “./.ZendStudioFixed.sh”
The script (from kb.zend.com) :
[BEGINNING]
#!/bin/bash
export GDK_NATIVE_WINDOWS=1
/usr/local/Zend/ZendStudio-7.0.2/ZendStudio '$@'
[END]
Sep 19
didierubuntu
Upload To Google Docs Via Nautilus :
Found with some explanations here : http://d0od.blogspot.com/2009/08/google-doc-integration-ubuntu-linux.html
- http://code.google.com/p/nautilus-gdoc/
- Copy the script in {home}/.gnome2/nautilus-scripts
- Re-launch nautilus
Issues :
- Unable to upload (at least) pdf and .odp (Ooo presentation)


Google Doc OpenOffice Extension
You can import and export documents to and from your Google Doc’s account through OpenOffice Writer thanks to the ooo2gd extension. But no synchronization (you must re-upload after changes)…
Sep 19
didierubuntu
Medibuntu allows to install non included packages like skype, codecs, etc.
- https://help.ubuntu.com/community/Medibuntu
- sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list –output-document=/etc/apt/sources.list.d/medibuntu.list
- sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
Sep 08
didierubuntu
First of all : https://launchpad.net/~sony-vaio-z-series
Bluetooth :
- Disable bluetooth : System > Administration > Services > uncheck “bluetooth device management”.
- Or for once : sudo /etc/init.d/bluetooth stop.
- Better : http://blueman-project.org/ (It allows one to shutoff bluetooth completely from the gui, and device browsing and tethering is also much improved. 1) Add Source deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main and 2) sudo apt-get install blueman. (I’ve uninstalled the gnome bluetooth manager before to install blueman)
- turn off background programs
- turn off any cpufreq daemon running
THIS IS OBSOLETE SINCE UBUNTU 10.04 (we must use the sony-VGN-Zseries-janitor script)
Sony-laptop from Eva Brucherseifer and Matthias Welwarsky :
- I followed to the letter the tutorial Installation-sony-vaio and it works :
- intel / nvidia switching ok (“speed” or “stamina”, the switching requires a reboot).
- fn keys (including light that was broken)
- If you want to use nvidia-settings (command-line or System > Administration > nvidia x server settings), you have to save the xorg.conf generated under /etc/X11/xorg.conf.NVIDIA (if you followed the tutorial and name the files as they recommend). On reboot (or logout) with “speed” option selected, your xorg.conf file is allways replaced by xorg.conf.NVIDIA.
Brightness applet : add “acpi_backlight=vendor” to kernel options, so we read noow :
# kopt=root=UUID=fb4858fa-e615-47ea-9cb1-65f22a9935fb ro acpi_osi="!Windows 2006" acpi_backlight=vendor
Aug 28
didierubuntu firefox, ubuntu
Solution 1 (OK !) : java 6 version 1.8+ 64 bit early access
64 bit early access : https://jdk6.dev.java.net/6uNea.html (http://download.java.net/jdk6/index.html)
http://ubuntuforums.org/showthread.php?t=1011899
cd /opt
sudo sh ~/jre-6u18-ea-bin-b01-linux-amd64-20_aug_2009.bin
So you wind up with /opt/jre1.6.0_18
cd /usr/lib/mozilla/plugins
sudo ln -s /opt/jre1.6.0_18/lib/amd64/libnpjp2.so
(restart firefox)
Tools > add-ons > Plugins > enable the plugin if not enabled
Solution 2 : icedTea (seems to not work on all sites, especially logmein)
http://ubuntuforums.org/showthread.php?t=774956
(Install of 1.4.1 64 bit java plugin)
The easiest way to download OpenJDK and Icedtead (the plugin) is Applications > Add/Remove > Change the Show box to either “All OpenSource Applications” or “All Available Applications” (The former is also known as Universe and contains free (as in speech) applications, while the latter is also known as Multiverse and contains proprietary appliations.) > Search: Icedtea > click on the boxes next to OpenJDK and Icedtea > apply changes > apply > close.
——
Solution 3 ??? install java 32 (just for archive) (complete instructions :
http://www.java.com/en/download/help/5000010500.xml)
- Download : http://www.java.com/en/download/linux_manual.jsp -> linux self-extracting ( jre-1_6_0_02-linux-i586.bin)
- sudo -i (to install in a system-wide location)
- cd For example, cd /usr/java/ (or /opt/java or a home subdir)
- Change the permission of the file you downloaded to be executable. Type:
chmod a+x jre-6u-linux-i586.bin
- Verify that you have permission to execute the file. Type:
ls -l
- Start the installation process.Type:
./jre-6u-linux-i586.bin
This displays a binary license agreement. Read through the agreement. Press the spacebar to display the next page. At the end, enter yes to proceed with the installation.
- Java is installed into its own directory. In this example, it is installed in the /usr/java/jre1.6.0_ directory. When the installation has completed, you will see the word Done.
- Java is installed in jre1.6.0_ sub-directory under the current directory. In this case, Java is installed in the /usr/java/jre1.6.0_ directory. Verify that the jre1.6.0_ sub-directory is listed under the current directory. Type:
ls
The installation is now complete. Skip to the Enable and Configure section.
Enable and configure
Aug 28
didierubuntu
- Install network-manager-pptp package
- Network Connections > tab “VPN” > add > choose “PPTP”
- VPN tab : ip in Gateway
- Advanced
- Let only MSCHAPv2
- check “Use Point-to-Point encryption (MPPE)
- Let other options untouched
- Reboot and select your just set vpn
Aug 12
didierubuntu
- Step 1 :
lspci | grep VGA in order to find “VGA compatible controller” lines ( lspci | grep Display in order to find secondary controller.)
- If for some reason you see “unknown” devices, then type update-pciids which should update the devices. Then type lspci again.
Older Entries Newer Entries