Category: Ubuntu
Tutorial: stream GTK applications and use them in your browser (with GTK+ and Broadway)
A few days ago I’ve (finally) received my first C.H.I.P.. This is the first 9 dollars microcomputer with a 1Gzh R8 ARM CPU, 512Mb of RAM, 4Gb of on-board space and it includes Wireless B/G/N and Bluetooth 4.0. All in all for that price, I have to admit that it’s a good, all purpose machine…
Ubuntu: unable to play DVD
If your Ubuntu installation is not able to play DVDs, here you can see all the steps to enable this feature: from a command line, make sure you install the main libraries: sudo apt-get purge libdvdread4 libdvdcss2 libdvdnav4 ubuntu-restricted-extras sudo apt-get install libdvdnav4 libdvdread4 ubuntu-restricted-extras Finally, in order to be able to read crypted content…
Tutorial: How to mount raw images (.img) images on Linux
If you have a few .img files coming as disk images from devices like floppies, CDs, DVDs, SD cards, etc, you will realize that you cannot mount the in Linux, because they contain a file system that has to be mounted. In linux you would need to use the mount command as for any physical device,…