aptitude install ksshaskpass
cat >~/.kde/Autostart/ssh-add.sh <<_EOT_
#!/bin/sh
export SSH_ASKPASS=/usr/bin/ksshaskpass
ssh-add </dev/null
_EOT_
chmod +x ~/.kde/Autostart/ssh-add.sh
~/.kde/Autostart/ssh-add.sh
/etc/postfix/main.cf:
smtp_generic_maps = hash:/etc/postfix/generic
/etc/postfix/generic:
tom-01@server01.hosting.com tom@domain.com
# postmap /etc/postfix/generic
# /etc/init.d/postfix restart
Just do a tag-pattern (bound to T here), put in ~= as the pattern, then all duplicates will be tagged. After that, you can delete tagged messages (bound to ;d, or just d if you have $auto_tag=yes).
/root/bulk-user-add.txt:
sanjay:mypass99:555:555:Sanjay Singh:/home/Sanjay:/bin/bash
frampton:mypass99n:556:556:Frampton Martin:/home/Frampton:/bin/bash
—-
–
—
barun:mypass99:560:560:Barun Ghosh:/home/Barun:/bin/bash
# newusers /root/bulk-user-add.txt
Install "wipe", its in the repos.
To delete dirs use it like this: wipe -rfs
Add a nautilus action (menu system > prefs > nautilus actions) like this to make it available in nautilus (you can then select all the dirs and files you want and shred them with 1 right click):
path : wipe
params: -rfs %M
Edit: you need to install nautilus-actions from the repos for this…
/etc/sudoers:
zabbix ALL=NOPASSWD: /usr/sbin/hddtemp
zabbix_agentd.conf:
UserParameter=disk.temp[*],sudo hddtemp -n $1
item in zabbix:
disk.temp[/dev/hda]