| One of the first things you'll want to do when you have everything installed is to configure samba so that it starts up every time you startup your computer. You can do this by going to the contral panel in the program menu. Then in the new window you need to click on the button for the runlevel editor. It's the one that looks like two flashing red lights. | ![]() |

![]() |
You can use the add window to apply the application to any row or column. You will probably need to add it to the start row under level 3. Then click on done and a new window will pop up telling you where the application will be added and what number will be assigned to it. This part is unimportant. Just leave it as 91. Click done and you're finished. Repeat this process for level 5. | ![]() |
| [global] workgroup = WORKGROUP encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd include = /etc/samba/smb.conf.%m |
| [homes] comment = Home Directories browseable = no read only = yes writeable = yes printable = no |
| [public] comment = Public Stuff path = /home/earth public = yes writeable = yes printable = no |
| [printers] comment = All Printers security = server path = /var/spool/lpd/lp browseable = no printable = yes public = yes writeable = no |
[hpljet] security = server path = /var/spool/lpd/lp printer name = lp printable = yes public = yes writeable = yes print command = lpr -r -h -P %p %s |