Depuis quelques temps, j’arrive à écouter sans problème le flux video de Radio-Canada sous Ubuntu Linux. Il en va pas de même avec tous les vidéos sur le site cependant.
Je ne sais trop comment je suis abouti à la bonne configuration. Dans tout les cas, il faut se procurer les codecs appropriés dans les bons [...]
Spim is A MIPS32 Simulator freely available for Linux, Mac and Windows. The process for installing the software from source is not as nice as we would expect it to be.
Download source code from:
http://www.cs.wisc.edu/~larus/SPIM/spim.tar.gz
You will probably need to get Bison and Flex:
sudo apt-get install bison flex
Don’t forget:
sudo apt-get install libxaw7-dev
Otherwise you’ll get “X11/Xaw/Cardinals.h: No such [...]
I’ve just discovered these 3 applications two days ago and I think it worth to give it a try.
Conky
Conky is lightweight system monitor. Screenlets might be great, but I don’t find it integrated good enough to my desktop and makes my session to load slower. Conky is available in the Ubuntu repos.
Terminator
I was normally [...]
Je n’arrivais pas à faire fonctionner ma sourie bluetooth au cours des dernières semaines. Toutes les indications sur les forums ou dans les tutoriels indiquaient que le bluetooth devait fonctionner parfaitement dans les dernières versions d’Ubuntu. Pourtant, je n’arrivais pas à faire apparaître aucun dispositif bluetooth par l’applet bluetooth-manager de gnome. En passant en ligne [...]
Ayant réussi à configurer Ekiga pour appeler à des numéro de téléphones, j’ai songé après tout à me procurer un numéro de téléphone pour recevoir des appels également en Voip sur mon ordinateur. La qualité du service de diamondcard.us m’a semblé bonne et peut-être même meilleure que celle de Skype concernant la fluidité de transfert [...]
Eventhough you can run Skype on Linux system as described in my last post, I think some more flexible and open options worth to be set.
Ekiga is one of them and is available out of the box in Ubuntu.
When installing Ubuntu on my laptop, I made the choice to run it in 64 bits mode having in mind that it might lead to various problems. One of them, is to get Skype running. Since this product is proprietary, no package can be created for 64 bits. You still can get it work by [...]
Unfortunately, it seems that the wireless device used in the Macbook Pro 4.1 has no linux driver yet. Ndiswrapper has to be used instead. After uncompressing the rar file named broadcomxpinstaller.exe, simply use the file bcmwl5.inf for a 64 bits installation even if broadcominstaller64.exe is also provided. I updated the Ubuntu wiki to precise it. [...]
In a nutshell (supposing you start from scratch):
$ sudo apt-get install wine cabextract
$ rm .wine/drive_c/Program Files/Microchip -rf (to remove anything that failed)
$ wget http://kegel.com/wine/winetricks
$ sh winetricks vcrun6
$ wget http://ww1.microchip.com/downloads/en/DeviceDoc/mp760a.zip
$ unzip mp760a.zip -d microchip
$ wine Install_MP760a.exe
$ wineserver -k (to get rid of splash screen at the end of install)
$ sh winetricks dcom98
$ wine .wine/drive_c/Program Files/Microchip/MPLAB IDE/Core/MPLAB.exe
I [...]