Code: Select all
# emerge hddtemp netcat6Code: Select all
# /etc/init.d/hddtemp start
# rc-update add hddtemp defaultCode: Select all
nc6 localhost 7634 | cut -d"|" -f 4Code: Select all
emerge --resume --skipfirstCode: Select all
OnResume 00 DISPLAY=:0.0 nohup conkystart &> /dev/null &Code: Select all
#!/bin/bash
conky -c /home/fctk/.conkyrc1
conky -c /home/fctk/.conkyrc2
conky -c /home/fctk/.conkyrc3
conky -c /home/fctk/.conkyrc4Code: Select all
export DISPLAY=":0.0"