Demo Discussion
Linux Demo Database
  General linux tips & tricks, Page 5 of 7  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Author Type Category Subjectdown
  105   Fri Apr 18 14:40:47 2025 py_elogOtherGeneralSub level 1.3
Hierarchical navigation test performed by the py_elog suite
  117   Sat Apr 19 20:07:13 2025 py_elogOtherGeneralSub level 1.3
Hierarchical navigation test performed by the py_elog suite
  32   Thu Feb 20 18:51:14 2025 py_elogOtherGeneralSub level 1.2
Hierarchical navigation test performed by the py_elog suite
  44   Thu Feb 20 18:54:26 2025 py_elogOtherGeneralSub level 1.2
Hierarchical navigation test performed by the py_elog suite
  63   Tue Mar 25 11:58:01 2025 py_elogOtherGeneralSub level 1.2
Hierarchical navigation test performed by the py_elog suite
  75   Tue Mar 25 11:58:42 2025 py_elogOtherGeneralSub level 1.2
Hierarchical navigation test performed by the py_elog suite
  87   Sat Mar 29 16:31:01 2025 py_elogOtherGeneralSub level 1.2
Hierarchical navigation test performed by the py_elog suite
  104   Fri Apr 18 14:40:45 2025 py_elogOtherGeneralSub level 1.2
Hierarchical navigation test performed by the py_elog suite
  116   Sat Apr 19 20:07:11 2025 py_elogOtherGeneralSub level 1.2
Hierarchical navigation test performed by the py_elog suite
  31   Thu Feb 20 18:51:14 2025 py_elogOtherGeneralSub level 1.1
Hierarchical navigation test performed by the py_elog suite
  43   Thu Feb 20 18:54:26 2025 py_elogOtherGeneralSub level 1.1
Hierarchical navigation test performed by the py_elog suite
  62   Tue Mar 25 11:58:00 2025 py_elogOtherGeneralSub level 1.1
Hierarchical navigation test performed by the py_elog suite
  74   Tue Mar 25 11:58:41 2025 py_elogOtherGeneralSub level 1.1
Hierarchical navigation test performed by the py_elog suite
  86   Sat Mar 29 16:31:01 2025 py_elogOtherGeneralSub level 1.1
Hierarchical navigation test performed by the py_elog suite
  103   Fri Apr 18 14:40:43 2025 py_elogOtherGeneralSub level 1.1
Hierarchical navigation test performed by the py_elog suite
  115   Sat Apr 19 20:07:09 2025 py_elogOtherGeneralSub level 1.1
Hierarchical navigation test performed by the py_elog suite
  6   Mon Sep 21 11:04:12 2015 Stefan RittRoutineSoftwareRectangle commands for EMACS
- Set mark at current cursor position:

  Ctrl-Space

- Define opposite corner of rectangle:

  Move cursor to position

- Fill current rectangle with blanks:

  Ctrl-X,R,O  (open rectangle)

- Erase current rectangle:

  Ctrl-X,R,K  (kill rectangle)

- Copy current rectangle into internal buffer:

  Ctrl-X,R,R  (register rectangle)

- Paste (yank back) rectangle from internal buffer:

  Ctrl-X,R,Y  (yank rectangle)
  3   Mon Sep 21 11:02:53 2015 Stefan RittConfigurationNetworkPort forwarding
- obtain

  http://www.compsoc.net/~steve/portfw-2.2.html

- Install RPM:

  rpm -i ipmasqadm-0.4.2-3.i386.rpm

- Example fast/telnet -> node1/telnet

  modprobe ip_masq_portfw.o
  ipmasqadm portfw -f
  ipmasqadm portfw -a -P tcp -L 129.129.25.207 23 -R 10.0.0.1 23


hmmmm
  27   Wed Feb 12 14:12:49 2025 TomaszSoftware InstallationHardwareNo subject

Bold

Italics

Underline

 

asaidoishdhaoshcosahci

Przekreślone

Indeks dolny123

Indeks górny123

fformatowanie

  1. ads
  2. asda
  3. da
  • asdasd
  • sfs
  • sad
  • asd

To jest quote

 

To jest DIV box

To jest french

A to jest anchor


laugh

§paragraf

Obecny timestamp: Wed Feb 12 14:27:35 2025

uPLOAD: testfile.txt

Attachment 1: testfile.txt
saaSD
Attachment 2: testfile.txt
saaSD
  2   Mon Sep 21 11:01:52 2015 Stefan RittConfigurationNetworkNIS
! Note: at least two user entries in passwd file necessary !

Server
======

- authconfig: enable NIS, domain "fast", server "fast", use shadow, MD5

- /etc/rc.d/init.d/ypserv start
  /etc/rc.d/init.d/ypbind start

- /var/yp/Makefile:
  # shadow -> shadow #
  netgrp   -> # netgrp

- /var/yp/secureent:
  255.255.255.0 10.0.0.0

- /usr/lib/yp/ypinit -m

- Test: ypcat passwd
        ypwhich
        ypmatch stefan passwd

Client
======

- remove users from passwd/shadow

- [brsh] authconfig --enablenis --nisdomain fast --nisserver fast \
                    --useshadow --enablemd5 --kickstart

Update (after useradd)
======================

cd /var/yp; make
ELOG V3.1.5-3fb85fa6