2710 liens privés
Soutenez KDE! :-)
Affiche nativement les notifications de Firefox dans votre environnement Linux
via Korben
Sympa le nouveau thème par défaut de Chakralinux:
http://chakraos.org/forum/viewtopic.php?id=13041
J'aime beaucoup le thème pour ksplash : http://chakra.sourceforge.net/sources/index.php?loc=./chakra-artwork/Sirius/KSplash-QML
N'oubliez pas de changer les identifiants par défaut (sudo passwd root )
par défaut, user: root, pw: volumio
sudo cp /usr/share/kde4/services/plasma-runner-bookmarks.desktop /home/USER/.kde4/share/kde4/services/
sudo chown USERS:users /home/USERS/.kde4/share/kde4/services/plasma-runner-bookmarks.desktop
nano /home/USER/.kde4/share/kde4/services/plasma-runner-bookmarks.desktop
Find this line:
X-KDE-PluginInfo-EnabledByDefault=true
and change it to:
X-KDE-PluginInfo-EnabledByDefault=false
Simon is an open source speech recognition program that can replace your mouse and keyboard. The system is designed to be as flexible as possible and will work with any language or dialect. Simon uses the KDE libraries, CMU SPHINX and / or Julius coupled with the HTK and runs on Windows and Linux.
Since some Linux kernel version, the sony_laptop module has been able to manage natively Vaio’s keyboard backlight, turning it on/off and setting its timeout delay.
echo 1 | sudo tee /sys/devices/platform/sony-laptop/kbd_backlight
--> 0 = off, 1 = on
echo 1 | sudo tee /sys/devices/platform/sony-laptop/kbd_backlight_timeout
--> 0 = 10 seconds, 1 = 30 seconds, 2 = 60 seconds, 3 = Always on
Je viens de découvrir la commande qui permet de gérer le mode de préservation de la batterie pour un ordinateur VAIO Sony sous (Kubuntu) Linux.
Il s'agit d'abord de s'assurer que le module du kernel "sony_laptop" soit chargé (ce qui devrait être le cas) :
lsmod | grep sony
3 paramètres sont disponibles:
echo 50 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter
echo 80 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter
echo 100 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter
Ca prend directement effet!
Alternative (ne fonctionne pas toujours)
echo 0 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter #for 100%
echo 1 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter #for 80%
echo 2 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter #for 50%
Pour connaître le statut actuel :
cat /sys/devices/platform/sony-laptop/battery_care_limiter
0 = 100%
1 = 80%
2 = 50%
" Une importante vulnérabilité a été découverte dans la bibliothèque GnuTLS utilisée dans des distributions Linux. GnuTLS est une implémentation libre des protocoles de sécurisation SSL et TLS. "
Pour faire des calculs simple depuis le terminal, éditer le fichier /home/user/.bashrc et ajouter:
=() {
calc="${@//p/+}"
calc="${calc//x/*}"
bc -l <<<"scale=4;$calc"
}
Pour l'utiliser, il suffit d'entrer la formule en commençant par =
Toujours trop compliqué la gestion du son sur le réseau pour linux/kde.
find /home/toto/ -type f -size +500000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
http://www.system-linux.eu/index.php?post/2010/06/02/Trouver-les-plus-gros-fichiers-de-votre-disque-dur
du -Sh | sort -n
http://www.tux-planet.fr/trouver-les-plus-gros-fichiers/
http://manpages.ubuntu.com/manpages/jaunty/fr/man5/nfs.5.html
NFS Howto - Wiki de la communauté Mandriva
http://wiki.mandriva.com/fr/NFS_Howto
Linux: Tune NFS Performance
http://www.cyberciti.biz/faq/linux-unix-tuning-nfs-server-client-performance/
--
Chez moi ces paramètres marchent bien : 192.168.X.X /media/nas/ nfs auto,user,async,rsize=32768,wsize=32768,noatime,rw,intr,timeo=10,tcp,_netdev 0 0
(The "_netdev" addition instructs that the files are not mounted unless the network is connected)
Un petit utilitaire pour Linux équivalent de Logitech Unifying. Gestion des périphériques et niveau des batteries. Ça fonctionne bien chez moi ! (Kubuntu + Logitech M505)
Site officiel: http://pwr.github.io/Solaar/index.html