Cheap and easy DIY iPhone steering wheel for fantastic driving sensations
Last week, someone sent to me a request for an illustration with La MOOouette (mascot of the French OpenOffice.org project) for a (French) article.
The subject was why it's better to use alternatives solutions instead the pirated copies of MS Office in the companies or associations.
Comments [1]
It's a bit frustrating to read a PDF file with an iPhone.
Why ?A good read!
Update:
If you want to read your ePub on your desktop, have a look on this list (from fileinfo.com):
| Mac OS |
| Windows |
| Linux |
Comments [6]
Today is the migration day for the netbook of my wife, Alice. After a long time with pleasure and some annoying things , we've decided to migrate the eeePC 901 from Xandros to Ubuntu Remix.
And to be honest, it hasn't been really painful to achieve this job.
Update (2009.06.13):
Wifi WPA authentication is impossible with the current rt2860 driver. To solve this problem, we have to downgrade the driver.
1) Get the driver from http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb
wget http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb
2) Go to terminal, and move the pre-installed driver so it won't get loaded.
cd /lib/modules/2.6.28-11-generic/kernel/drivers/staging/rt2860/
sudo mv rt2860sta.ko rt2860sta.bak
3) Install rt2860-dkms_1.7.1.1_all.deb. It will also install dependencies needed to compile the driver.
sudo dpkg -i rt2860-dkms_1.7.1.1_all.deb
sudo apt-get install -f
If it doesn't retrieve the right packages, makesure "build-essential", "linux-header-generic" and "dkms" is installed. Let it run and it should complete without a problem.
4) Restart. The new driver should work automatically.
Comments [17]
It's a bit hard to maintain manually a lot of servers but it's really important to keep them updated. It's why I looked for an automatic solution and it has been pretty easy to find a good and simple one.
I propose to you to use an utility called apt-cron. installing it on our system:deb http://archive.ubuntu.com/ubuntu hardy-security main
deb http://archive.ubuntu.com/ubuntu hardy-security universe
setuping APT actions:
sudo nano /etc/cron-apt/action.d/5-install
autoclean -q -y
dist-upgrade -q -y -o APT::Get::Show-Upgraded=true -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/security.sources.list -o Dir::Etc::sourceparts=nonexistent -o DPkg::Options::=--force-confdef -o DPkg::Options::=--force-confold
adding a cron task:
sudo crontab -e
5 0 * * * test -x /usr/sbin/cron-apt && /usr/sbin/cron-apt
To test the auto update process:
sudo /usr/sbin/cron-apt
idea / source from http://www.turnkeylinux.org/
Comments [0]
As a real geek, I'm working with two screens on my desktop computer. But sometime, I'd like to have another one to keep an eye on Twitter for example!
I found a GEQ solution to my problem!
I discovered recently a software called Synergy. It's quite old (last release April 2006) but it works fine.
What is Synergy?
Synergy offers to share the keyboard, the mouse and the clipboard between multi computers!
How it works?
Simply to install:
- a server on the master computer (with the mouse/keyboard)
- a client on the other computers (without mouse/keyboard).
How to install it?
You have two ways to install Synergy on Linux system:
1- console mode
section: screens
my_laptop:
my_desktop:
end
section: links
my_desktop:
left = my_laptop
my_laptop:
right = my_desktop
end
Here, we have the desktop screen on the right of the laptop. You have to insert the hostname (my_laptop and my_desktop here). To know it, put in console "hostname" (or cat $HOSTNAME).
2- with a GUI client:
Comments [0]
Well, a good way to see the financial crisis with a smile.. yes it's possible!
Thanks to Johannes Kreidler, German compositor for this original break.
Made with the Microsoft Composition Tool.
website: http://www.kreidler-net.de/
Comments [1]
You are invited to see the year 2008 by a pictures tour on the Boston.com website.
And of course, you will refind one of the hero of the year, Iron Man!
Unfortunately, lot of the pictures are linked with terrible events.
I prefer to keep, the better things like Iron Man crossing the Channel.
What do you think?
Comments [1]
Little break on my web dev to make some OpenOffice.org Education project visual elements!
Here we have 2 A3 posters to complete with any text you want and 4 differents stickers for laptop or anywhere else.
I'll provide the SVG source to everyone who ask me.
Comments [0]
A great news for all developers of the OpenOffice.org port to native Mac OS-X system,the number of downloads is higher than for Linux system (according with this source: http://www.solidoffice.com/archives/893).
Well done guys, I'm happy for you specially for Eric.
Comments [0]
Comments [1]