Aliases pour Postfix
Pour créer des alias pour postfix (liste de distribution)
Editer le fichier
/etc/aliases
Ajouter les alias sous le format :
nomalias:abcdef@ereoeri.com, defgrer@erer.com, ererieri@ererr
(le dernier email ne contient pas de virgule de séparation, possibilité aussi de les mettres sur plusieurs lignes)
Et ensuite compiler la base aliases.db avec la commande (root) :
newaliases
Protégé : Soleil et neige aux Gets
Brightness on MacBook Ubuntu
Ok, after each Nvidia driver upgrade… the brightness section in the Xorg config file gets wiped out, automatically recreated, and we loose brightness control in X11.
Solution :
- sudo mcedit /etc/X11/xorg.conf
- Find the line section « Device » (Nvidia) and ensure last line has got the following
Option "RegistryDwords" "EnableBrightnessControl=1"
AIX notes
Prompt et listing LS :
edit the .profile file and add :
PS1= »$(whoami)@$(hostname)(\$PWD)$> »
export PS1
vi support page :
http://www.apl.jhu.edu/Misc/Unix-info/editors/vi/vi.html#SALV
Command history recall :
To start off, run “set -o vi” to set the shell to “VI” or “Insert Mode” mode.
Alt + <k>key to go back
Alt + <j> key to go forward