Fedora 23 on a Dell XPS13 (part 1)

Taking advantage of a trip to Canada and a very favourable CAN$:€ exchange rate, I bought a Dell XPS13 (9350 or “late 2015”), following excellent reviews from around the web. Dell sold a ’ developer edition’ of this laptop (shipping with Ubuntu Linux) but unfortunately it was out of stock on Dell US and I couldn’t find the item on the Dell Canada website. So I bought the Windows version with a touchscreen (it was Black Friday :-)). Here is how to install Fedora 23 on it (and probably most other Linux distribution) … I will focus on three aspects (in brief: everything works out of the box, except the wireless card that needed some additional action): How to boot and install Fedora Workstation What works and what doesn’t work out of the box Some things to do after installation (additional software)

December 17, 2015 · 4 min · jepoirrier

How to write data from Matlab to Excel (especially when you don't have Excel)

If you are using Matlab on a MS-Windows PC with MS-Excel installed, there is no problem reading and writing data to Excel (in case your users/customers only understand this software but you still want to do the computations in Matlab). Here is the code to read (1st line) and write (2nd line): [sourcecode language=“matlab”] inputs = xlsread(‘inputfile.xls’, ‘inData’, ‘A1:B3’); [writeStatus, writeMsg] = xlswrite(‘outputfile.xls’, myMatrix, ‘outData’, ‘A1’); [/sourcecode] Now, there are several reasons why you may not be able to read and write directly to an Excel file: you have Matlab but ...

December 11, 2012 · 3 min · jepoirrier

Reference Manager 10 with Wine

Reference Manager is a commercial reference management software package. It is extensively used in biomedical research, along with Endnote (sold by the same company), mainly because the main OS in these labs is Windows from Microsoft. I used it at the university and still have some reference databases in its format (with file extension .rmd). This evening, I had to go back into one of those proprietary, closed databases I still had (most of my references were later re-entered in a BibTeX file). I could have borrowed my wife’s computer running Windows or tried some Open Source software that can open .rmd files. But it would have been too easy. So I tried it with Wine, a program that allows Microsoft Windows applications to run under Linux. In Wine AppDB, it is written people had tried version 9 and 11. In the old time, I bought a student license for version 10. ...

September 14, 2011 · 2 min · jepoirrier

Installing Fedora 14 on a Toshiba Satellite L670-10K

No issue, installation even smoother than the installation of Fedora 13 on the same machine, last month.

November 10, 2010 · 1 min · jepoirrier

Installing Fedora 13 on a Toshiba Satellite L670-10K

I quickly needed a new laptop to continue working and I found a Toshiba Satellite L670-10K. It’s a nice entry-level laptop with a dual core processor (I didn’t know Intel was still doing Pentium-branded processors) and a 17" screen ( read the specs for other details). I downloaded the latest Fedora Linux (version 13, 64 bits ; and version 14 is coming soon) and installed it from the LiveCD. Nearly everything was recognized out-of-the-box: screen resolution, graphical card (Intel, with 3D effects), wired network, webcam, card reader, sound card, etc. ...

October 21, 2010 · 2 min · jepoirrier

Happy Software Freedom Day 2010!

Today, September 18th 2010, it’s Freedom Software Day all over the world. It is an annual worldwide celebration of Free Software, a public education effort with the aim of increasing awareness of Free Software and its virtues, and encouraging its use. On the SFD website, there isn’t a lot of events registered for Belgium. There is only one, in fact, in Oostende ( LiLiT is doing an install party in Liege but I can’t see any reference to SFD; still, it’s a good initiative!). Well, a SFD on September 18th in Belgium might not have been a good idea if the goal is to increase awareness of Free Software: more than half of the population is celebrating the Walloon Region or preparing a Sunday without car in Brussels (while others are just looking for a government since April 2010!). So, at a personal level, I decided to give Ubuntu a try ( 10.04 LTS). ...

September 18, 2010 · 2 min · jepoirrier

Fedora 11 is out (since a week or so)

This week, I nearly emptied my internet quota by downloading and seeding the new Fedora Core 11. For those who don’t know yet, Fedora is a Linux-based operating system that showcases the latest in free and open source software. What I particularly like in this GNU/Linux distribution is that its developers prefer to make changes to the original software instead of applying fixes specifically for Fedora ; in this way, all the other distributions may also take advantages of the improved software. You’ll find many reviews and " tours" on the web about this new Fedora. In the next paragraphs, I’ll just highlight some of the most interesting points I saw until now. Coming from a Fedora 9 also helps to pinpoint the major improvements (mainly from a user point-of-view). ...

June 15, 2009 · 3 min · jepoirrier

Taking automated screenshots from a live video camera

Following my previous post, I attached a video camera to the composite input of my tv tuner. One good thing I didn’t noticed yesterday is that mplayer can be told to directly use pvr:// as a source instead of the generic tv:// (with many options). So you just have to enter mplayer pvr:// -tv device=/dev/video1:input=0 in order to watch tv. Noticed the input=0 above? This tells the tuner to take the video signal from the tv (read the mplayer man page to see how to change the channel). Now, since I connected my video camera to the composite video in, I need to tell mplayer to use it with input=1. One last thing: taking a screenshot in mplayer is done by pressing the ’s’ key (with option -vf screenshot. In summary, the image below was taken with mplayer pvr:// -tv device=/dev/video1:input=1:noaudio -vo x11 -vf screenshot (camera facing the screen). ...

November 23, 2008 · 2 min · jepoirrier

A first step toward TV on my Linux laptop

I recently got a Hauppauge WinTV-PVR-USB2 (a TV tuner, video recorder and FM receiver) because I read it was well supported on GNU/Linux. The following post explains how I installed it on a Fedora Core 9. If you want to install it with another Linux distribution, some information may vary but most of the following steps will be exactly the same. First connect the USB device, the list of USB devices shows my system has recognised it: ...

November 22, 2008 · 3 min · jepoirrier

Pixel lapse under Linux

Finally, I got a working pixel lapse software under Linux :-) It’s a bit late (and I have to work tomorrow), code is rather dirty but I’ll publish it as soon as possible (btw that’s why I needed a webcam and a library to read it yesterday). Originally, “pixel lapse” photography is the process of creating an image one pixel at a time. Beginning in the upper left corner, pixels are captured sequentially at a set rate until the entire image is formed. ...

September 21, 2008 · 1 min · jepoirrier