I write this post mainly as a reminder, but it might be also usefull for some people.
Requirements : openssh client
Continue Reading
linux
All posts tagged linux
Voici un nouveau tutoriel expliquant les étapes pour compiler, installer et activer gnome-globalemenu-0.6 sur votre bureau.
Ceci a été testé sur Ubuntu Intrepid Ibex, mais devrait également fonctionner avec Hardy. Cela devrait aussi fonstionner avec les autres distributions exception faite de la première étape.
Globalmenu fonctionne avec des “vraies” applications gtk. Ce qui signifie que globalmenu ne fonctionnera pas avec firefox et openoffice.
Autre chose : globalmenu ne neccecite plus de patcher libgtk, bonne nouvelle
Grand merci à rainwoodman pour son boulot énorme sur cet applet bien utile.
A new version of this guide is now available here
Voici la commande apt-get permettant l’installation d’une pile LAMP basique sur ubuntu hardy 8.04, avec en plus quelque commandes de base pour demarrer rapidement. Continue Reading
Hier, mon boss m’a demandé si je pouvais lui installer ubuntu gutsy sur son vieux portable unika. Tout s’est a peu près bien passé, excepté le wifi. Meme le bouton d’activation du wifi ne voulait pas fonctionner et cette commande:
iwconfig eth1
me retournait toujours : “radio:off”. J’avais aussi ce message d’erreur dans le dmesg:
ipw2200: failed to send TX_POWER command
La base du problèeme était donc de faire fonctionner le bouton d’activation du wifi. Voici comment j’ai procédé:
sudo modprobe rfkill
sudo modprobe rfkill_input
apès quoi j’ai essayé le bouton et ca a fonctionné !
Pour rendre ce changement permanent, j’ai du ajouter ces ligne dans /etc/modules:
rfkill
rfkill_input
et, pour avoir la led du wifi, j’ai du créer un fichier ipw2200 dans /etc/modprobe.d et y mettre:
options led=1
Et voila
Le seul problème restant étant que le wifi est desactivé à chaque redémmarrage.
Phosphor est un écran de veille sympa (bon, en tout cas moi j’aime bien) qui fait défiler un texte sur l’écran à la façon des vieux panneaux électroniques des années 80. Sous Ubuntu 7.10, il vient du paquet xscreensaver-data-extra dans le dépot universe.
Je me suis ecris pour générer le texte un petit script en bash choisisant aléatoirement des fortunes que je sauve dans des fichiers texte dans un dossier ~/fortunes(le script ne dependant pas du programme fortune) :
Mon écran de portable a, dans certaines conditions, une luminosité un peu juste et, pourtant je ne peux pas l’augmenter plus avec les boutons du clavier. Il y a bien une applet de gnome, mais elle ne fonctionne pas.
Aujourd’hui je suis tombé par hazard sur l’utilitaire (qui devait déjà être sur mes anciennes distro de linux pour sur) : xgamma
maintenant je peux ajuster la luminosité avec la commande suivante :
xgamma -gamma 1.4
1.4 est un nombre compris entre 0.100 et 10.000, la valeur par defaut est 1.
On peut rendre cette modification permanente en ajoutant dans la section monitor du fichier de configuration de xorg (/etc/X11/xorg.conf) la ligne suivante :
Gamma 1.04
avec la veleur qui vous convient à la place du 1.04.
Finally, i did it only 3 days after it has been released
I said switched and not upgraded, because I’ve done a fresh install. Incredibely fast ! About 1 hour to have my new system operational with (almost) all my apps/configs/tweaks.
The boot is also really fast compare to feisty.
ATM, the only tweak I miss a lot is the MacMenu Bar
Here’s a common problem :
When you use gnome icon browser and don’t find the icon you want in the default pixmaps that the browser shows, you try to use the “browse” button and then you browse directories searching the icon you want.
But even if you are sure there is icons in the directory that you have selected, you can’t see them and hihlight the one you want. Normal. The “browse” button is just here to select a directory where the icons are, then you can see them in the icon browser and pick the one you want.
Two people in two days ask me the same question, and I’ve seen many people with this problem before (even me few years ago). So should we consider this as a bug and post it to gnome devs ?
Because it avoids to have 2 browser windows open, and because it allows to work off line.
That are the good reasons for me to test posting on my blog using a local application. I choose drivel.
I report later if I find it useful or not.
I found another one (but last version from 2005-01, abandonned ?) which is called blogtk
edit : I finally gave a try to blogtk which was apt-get able for ubuntu feisty fawn (the linux distro I use). It seems to have a more complete GUI (especially toolbars).
Screen is an application that allow to create as many as you want virtual terminals on one physical terminal.
Very useful in remote mode (with ssh for example).
If you want to have scrollbar ou pgup/pgdown working in screen embed windows, you need to edit (or create a screen configuration file in your home directory.
gedit ~/.screenrc
(or whatelse is your prefered editor)
and insert this line :
termcapinfo xterm ti@:te@
that does the trick.