May 03
didierapplications, ubuntu
I decided to reinstall my Ubuntu Box after some issues (My disk went full after I switched from legacy backup to Backup Vault in Jungledisk, and (I suppose) in the meantime, an automatic upgrade from ubuntu occured). So I’m listing here the softwares I’m reinstalling (hoping it will we be useless). "From apt-get" means I installed the software using the built-in installer (apt-get command line tool or synaptic), "deb From web" means I got a debian package from web, and "From web" means I couldn’t find an official package (neither ubuntu nor debian) and downloaded the soft.
- Thunderbird (from apt-get). I tried to use Evolution,
but was not convinced. Update : I use now evolution, that I found useful for its integration with others apps. But I mainly use gmail, I use Evolution only to check occasionally a mail account.
- Flash (from apt-get : "flashplugin-nonfree")
- Firefox add-ons. I had no backup of my firefox folder, but it was easy with "add-on collector" + "Massive extender" add-ons.
- JungleDisk workgroup (deb from web)
- Skype (deb from web)
- Google Chrome (deb from web)
- Zend Studio 7.2 (from web)
- Blogilo (from apt-get) (I needed to install manually libqt4-sql-sqlite, unless I had a "driver not loaded" issue)
- Picasa (apt-get after config of repository)
- Filezilla (apt-get)
- Amule
(from apt-get)
- VirtualBox (deb from web). The best is to add the repository : 1) add the line "deb http://download.virtualbox.org/virtualbox/debian lucid non-free" in /etc/apt/sources.list. 2)
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add - 3) sudo apt-get update 4) sudo apt-get install virtualbox-3.1 (source : http://www.virtualbox.org/wiki/Linux_Downloads)
- VMware player (https://www.vmware.com/tryvmware/p/activate.php?p=player&lp=1) to play with some cool jumpBox appliances…
Plus…
- Tomboy notes (with Ubuntu one synchro, it rocks !)
- xmind : (deb from web)
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
Dec 16
didierapplications, Project management todo
- Doit.im – Do it Anywhere, Anytime! A GTD software. GTD + Air application with cross-platform synchronization (by a server), support delegation feature. All tasks can be synchronize with Google Calendar. Clean and usable GUI.
- LogMyTask : No features for Project management (due date, client, delegation…). Time tracking (you and coworkers), team and task management. On line service. “No matter how well we schedule our tasks, we end up doing something that is not in our schedule. More than that, we cannot schedule everything that we are going to do. So, most of us at the end of the day ask – Where the heck has my time gone? Well, that is what LogMyTask answers. LogMyTask is a collaboration-friendly time tracking and task management software.” Track your time and allow to know what coworkers are doing (real time).
- qdPM : Open source (PHP/MySQL – Symfony) project management. Allows to manage projects, users, tasks, reports. Simple and efficient. Projects can be of different types (fixed price, time billed). The application is localised (with i18n of Symfony)
