Ubuntu 8.10 avec impots.gouv.fr: Télédéclaration 0.0.1AlphaRC

Bonjour, comme beaucoup d’entre vous, il faut payer nos taxe.

Internet est la pour nous aider, rendre les chose plus faciles (ou pas)

J’assume que comme moi, vous avez Ubuntu 8.10 avec Firefox 3.x

En bon contribuable que vous etes, vous vous rendez sur cette page:

http://www.impots.gouv.fr 

Puis tranquilement, abonnez vous:

screenshot-1.png

On rentre notre N° fiscal (5 min pour le trouver sur la feuille)
screenshot-2.png

Au passage, j’ai aussi mis 5 min à trouver sur cette meme feuille la date limite de payment: ces année de surf ayant surdéveloppé mon sens à filtrer :

CE QUI EST ECRIT EN ROUGE ET EN CAPITALE EN PLEIN MILIEU (VOUS AVEZ GAGNE!!!!!!!!!!!!) bref un manque d’érgonomie totale.

Revenons donc à notre télédéclaration 0.0.1AlphaRC.

Vous rentrez votre numéro, et un test de votre systeme est effectué avec un résultat proche de celui ci:

screenshot-3.png

Donc, dans les option, on va bien activer le Javascript, en enlevant les exeption (redimensionnement etc….)

Mais toujours la meme chose, leur site web disent: Linux (mandriva) avec FF 2 ou supp:

screenshot-4.png

Pendant un moment, j’ai osé espéré que mandriva était juste pour bien faire comprendre que c’etait bien de linux dont on parlait. MAIS NON, IL FAUT mandriva ou FF 2 mais pas 3
Bref, on installe  Agent Switcher histoire de lui faire croire ce qu’il veut.

Et on rajoute l’identification de mandriva avec ff de la bonne version:

screenshot-5.png

User agent :
Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.7.8) Gecko/00000000 Firefox/1.0.4

Puis séléctionnez le dans Outils>User Agent>Mandriva. et effectuez un nouveau test. Au fait, à chaque test, le site store le résultat sur un cookie, donc, il faut les supprimer pour voir un changement:

screenshot-6.png

En cliquant sur l’icone à gauche de l’URL, on accede au parametre du site web, et supprimez les cookies stored.

Normalement, ca marche toujours, pas, il faut java5 et non le 6 donc:

sudo apt-get install sun-java5-plugin

Et la encore, ca marche toujours pas, il faut etre en langue francaise, si votre systeme utilise une autre langue:

sudo apt-get install language-support-fr
export LANG=fr_FR.UTF-8
sudo dpkg-reconfigure locales

On reessaye, toujours en supprimant les cookies:

screenshot-7.png

Et HO MAGIE, ca marche, merci france télécom, sncf, laposte, et maintenant gouv.fr pour vos site web fonctionnels, sans pub, sans popup et test javascript à tour de bras.

Layer effects : GIMP

A really really great plugin for your Gimp software :

Layer effects

List of supported effects :

  • Drop Shadow
  • Inner Shadow
  • Outer Glow
  • Inner Glow
  • Bevel and Emboss
  • Satin
  • Color Overlay
  • Gradient Overlay
  • Pattern Overlay
  • Stroke

And what is the best : you can make dynamic test with a preview button without doing and undoing your work everytime !

It’s a shame that a simple Python plugin can make what has fed gorgeous troll for so many years all over the world about layer effects lacks in Gimp (as opposed to Photoshop)… Thanks for this piece of software, this is a truly piece of peace !
Hint : you have to use Python version to benefit of the preview button

How to make a favicon

With Linux / Ubuntu / Whatyouwant here is the process to generate a favicon (found on linuxproblem.org) :

Your problem

You want to create an icon for your website (which is displayed in the browser’s location bar). You already know, that you have to place a file called favicon.ico in your web server’s document root directory. But how can you create one?

The solution

You need an image file that GIMP can open (PNG, GIF, etc.). And you need the command line tool ppmtowinicon from the netpbm-tools (on SuSE you have to have installed the package netpbm). Now perform the following actions:
# Open your image with GIMP.
# If your image is not a square then resize the canvas with GIMP.
# Scale the image to 16×16 pixel (Image, Scale image).
# Choose File, save as.. and save as favicon.pnm or favicon.ppm with raw encoding.
# Close GIMP
# Convert favicon.pnm resp. favicon.ppm using the command line utility ppmtowinicon:

> ppmtowinicon -output favicon.ico favicon.pnm

resp.

> ppmtowinicon -output favicon.ico favicon.ppm

source

Désactiver bip système sous Linux

Le bip système, la première chose à désactiver lorsqu’un linux est fraîchement installée (à moins que vous n’aimiasses ce bip relaxant chaque fois que vous activiates la completion).

How to :

sudo pico /etc/modprobe.d/options.conf

ajouter à la fin :

install pcspkr /bin/true

Puis :

sudo modprobe -r pcspkr

sudo modprobe pcspkr

Und voilà !

Move mysql datadir : errno 13

If you are using Mysql with Ubuntu, be careful with apparmor when you move your mysql datadir.

If you’re symlinking to databases outside /var/lib/mysql and you’re getting unexpected “(errno: 13)” (permission denied) errors, check your MySQL settings for AppArmor (particularly on Ubuntu as of 8.04) or SELinux. Specifically, make sure your new path is listed in /etc/apparmor.d/usr.sbin.mysqld then restart apparmor.

source

Wireless (Vlan or Wifi) problem solved on Eee PC 701 running Ubuntu 8.10

From now ( 1/11/2008) wireless doesnt work out of the box.

To solve this issue:

First, disable closed source drivers:

System > Administration > Hardware Drivers: Desactivate Support for Atheros 802.11 wireless Lan cards

Then in terminal

sudo apt-get install linux-backports-modules-2.6.27-7-generic
(complete with tab with smth ending with generic to select the good kernel if the package doesnt exist)

Reboot, and voilà!

You can also get a better experience with Hotkey, webcam and sound working by installing the custom kernel, especially deseigned for Epc:

http://www.array.org/ubuntu/