Working with a SLUG
From REM
Working with a SLUG is largely a test of your command line capabilities. When using REM on a SLUG platform, these are some helpful instructions.
[edit]
(Remotely) Accessing the SLUG
Typically you SSH into the SLUG. From your host computer, the command line for this will look something like:
ssh root@192.168.1.100
Besure to change 'root' to your username, and '192.168.1.100' to the IP address of the slug.
[edit]
Running init script
Often you'll want to create initialization scripts for the SLUG to execute when booting up. These will go the /etc/init.d/ directory.
You can also run these scripts manually by typing the the full path filename and a commmand (i.e. start and stop). For example, the remInit script can be run from the command line by typing:
/etc/init.d/remInit start
