User Tools

Site Tools


slackware:etc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
slackware:etc [2010/12/18 18:17] slackslackware:etc [2019/11/07 17:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
-  * DIR_COLORS +====== DIR_COLORS ====== 
-  bashrc + 
-  fstab needs:+ 
 +<code text dir_colours.txt> 
 +.divx 01;35 
 +.rmvb 01;35 
 +.mkv 01;35 
 +.gvi 01;35 
 +</code> 
 + 
 +====== bashrc ====== 
 + 
 +====== fstab ======
  
 <code> <code>
-UUID=ba59924f-c65e-4d66-bb49-a35fe3641ffa  /home/slack/sata  ext3  users,noauto  0  0 +UUID=ba59924f-c65e-4d66-bb49-a35fe3641ffa  /home/slack/sata      ext3  users,noauto  0  0 
-UUID=a206664d-7660-4a90-9bd2-db7313df0da2  /home/slack/maxtor  ext2  users,noauto  0  0+UUID=a206664d-7660-4a90-9bd2-db7313df0da2  /home/slack/maxtor    ext2  users,noauto  0  0
 UUID=af8c6e5a-8304-4707-aa1e-e6158b8e5a68  /home/slack/manhattan ext3  users,noauto  0  0 UUID=af8c6e5a-8304-4707-aa1e-e6158b8e5a68  /home/slack/manhattan ext3  users,noauto  0  0
-nexus:/home/slack  /home/slack/nexus  nfs     users,noauto       +nexus:/home/slack                          /home/slack/nexus     nfs   users,noauto   
-nexus:/home/slack/big  /home/slack/nexus/big  nfs  users,noauto  0  0+nexus:/home/slack/big                      /home/slack/nexus/big nfs   users,noauto  0  0 
 +</code> 
 + 
 +====== hosts ====== 
 + 
 +<code> 
 +10.0.0.1                nexus 
 +10.0.0.2                router 
 +10.0.0.3                printer laser lbp3370 
 +</code> 
 + 
 +====== inittab ====== 
 + 
 +<code> 
 +# Default runlevel. (Do not set to 0 or 6) 
 +id:4:initdefault: 
 + 
 +[...] 
 + 
 +# These are the standard console login getties in multiuser mode: 
 +c1:12345:respawn:/sbin/agetty 38400 tty1 linux 
 +c2:12345:respawn:/sbin/agetty 38400 tty2 linux 
 +c3:12345:respawn:/sbin/agetty 38400 tty3 linux 
 +c4:12345:respawn:/sbin/agetty 38400 tty4 linux 
 +c5:12345:respawn:/sbin/agetty 38400 tty5 linux 
 +c6:12345:respawn:/sbin/agetty 38400 tty6 linux
 </code> </code>
slackware/etc.1292696270.txt.gz · Last modified: 2019/11/07 17:58 (external edit)