Difference between revisions of "Scratchpaper.txt - the intestinal tract of linux notes"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
m
Line 67: Line 67:
 
  network address: 192.168.12.0
 
  network address: 192.168.12.0
 
         gateway: 192.168.12.254
 
         gateway: 192.168.12.254
 +
 +
route -v
 +
 +
:3c59c.c  3com 905B
 +
:192.168.12.253
 +
 +
*net-tools-1.33-4.src.rpm
 +
*netcfg-2.19-3.src.rpm
 +
*netkit-base-0.10-5.src.rpm
 +
 +
:/lib/modules/2.0.32/net
 +
:/etc/rc.d/rc2.d
 +
 +
warning: unknown PCI device (10b7:9055) please read include/linux/pci.h
 +
 +
<nowiki>/msdos        502            /              hda1    78      LN</nowiki>
 +
<nowiki>/usr          1004            /usr            hda5    1004    LN</nowiki>
 +
<nowiki>/home          1004            /home          hda6    1004    LN</nowiki>
 +
<nowiki>/usr/local    1004            /usr/local      hda7    1004    LN</nowiki>
 +
<nowiki>/sur/src      282            /msdos          hda8    502    dos 16bit >=32</nowiki>
 +
<nowiki>/tmp          133            /usr/src        hda9    282    LN</nowiki>
 +
<nowiki>/              78              /tmp            hda10  133    LN</nowiki>
 +
<nowiki>SWAP          125            SWAP            hda11  125    swap</nowiki>

Revision as of 13:51, 26 June 2007

scratchpaper.txt - the intestinal tract of linux notes     created June 1998
/sbin/ifconfig     pico -w disables word wrap
/sbin/ifup eth0     su -l login as root
      *from telnet CTRL-H backspace, CTRL-D delete
/etc/sysconfig/network-scripts/ifcfg-eth0
ONBOOT YES
/usr/sbin/in.telnetd
/var/log/*
/etc/inetd.conf
talcon=zygotech@itsnet.com
/etc/passwd
/etc/securetty

ftp.linpeople.org/pub/incoming

diff               ls -la .xdefaults
.Xmodmap 22=backspace
  /--> DontZap in section 'ServerFlags' in /etc/X11/XF86Config
 <
  \--> shift-control-alt-backspace                                     /etc/skel
  • Jun 7 12:37:43 host inetd[736]:getpwnam:root:No such user

telnet stream tcp nowait root /usr.sbin/tcpd in.telnetd

modprobe /lib/modules/2.0.32/net/tulip.o
/sbin/ifup eth0


#!/bin/bash      
PATH=/sbin/:/usr/sbin      
      route del -net 192.168.12.0
/etc/sysconfig/network-scripts/dwifup     route add 192.168.12.0 gw 192.168.12.254
/sbin/ifup      
      route add default gw 192.168.12.254 eth0
/proc/net/socket      
/proc/net/dev      
/etc/init.d/network     sysctl: ip forwarding off
       
                 192.168.12.128
   network mask: 255.255.255.0
network address: 192.168.12.0
        gateway: 192.168.12.254

route -v

3c59c.c 3com 905B
192.168.12.253
  • net-tools-1.33-4.src.rpm
  • netcfg-2.19-3.src.rpm
  • netkit-base-0.10-5.src.rpm
/lib/modules/2.0.32/net
/etc/rc.d/rc2.d

warning: unknown PCI device (10b7:9055) please read include/linux/pci.h

/msdos         502             /               hda1    78      LN
/usr           1004            /usr            hda5    1004    LN
/home          1004            /home           hda6    1004    LN
/usr/local     1004            /usr/local      hda7    1004    LN
/sur/src       282             /msdos          hda8    502     dos 16bit >=32
/tmp           133             /usr/src        hda9    282     LN
/              78              /tmp            hda10   133     LN
SWAP           125             SWAP            hda11   125     swap