Code Sample |
for "export HOME=/root" I put export HOME=/home/dsl |
Code Sample |
echo "Hello there mousey." > /dev/mouse is /dev/psaux on my laptop |
Code Sample |
BlankTime 0 |
Quote |
To get the start the slideshow on boot, make a link in either/both of /etc/rc2.d/ or /etc/rc3.d/. All of the links in /etc/rc2.d/ are called with "start" when booting into runlevel 2 or higher. The links in /etc/rc3.d/ are called with "start" when booting into runlevel 3 or higher. The runlevel is set in /etc/inittab. Anyway, I am running the machine at runlevel 3 and I made a link called "S99picframe" that links to my init scrip. The command to do this is: |