Demo Discussion
Linux Demo Database
  General linux tips & tricks, Page 1 of 7  Not logged in ELOG logo
ID Date Author Type Categorydown Subject
  Draft   Mon Mar 24 07:45:20 2025   Ù…شكلة مفاتيح 
   
   
   

 

  Draft   Mon Mar 24 09:19:51 2025 lvmOtherdeploymentAEsensor chain
   
   
   

Type the title here

Type the text here

  100   Mon Apr 14 20:35:08 2025 not me this timeOthercoralpy_elog test [mod]
hehehehehe
  55   Wed Mar 5 17:48:46 2025 TestAuthorProblem FixedTestNewOption1py_elog test [mod]
hehehehehe
  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)
  7   Mon Sep 21 11:04:32 2015 Stefan RittRoutineSoftwarepy_elog test [mod]
hehehehehe
  Draft   Tue Jan 14 14:46:43 2025 Stefan RittRoutineSoftwarepy_elog test [mod]
hehehehehe
  Draft   Mon Jan 20 10:45:16 2025  RoutineSoftware 

lkl

  18   Tue Jan 21 10:35:37 2025 janRoutineSoftwarepy_elog test [mod]
hehehehehe
  Draft   Fri Feb 21 16:20:50 2025  ConfigurationSoftware 
  54   Wed Mar 5 17:47:27 2025 TestAuthorConfigurationSoftwareTesting new entry

Test comment

  99   Tue Apr 8 15:09:42 2025 sebSoftware InstallationSoftwareghuzlgp87 vbc

highikjhikohn

  Draft   Wed May 7 18:41:14 2025 MichaelRoutineSoftwareTesting cut and paste of plots

This is a test how well cut and paste would work by using gnuplot direct output

 

 

This is a sin function
This is a x2
This is a more complicated function 

 

  5   Mon Sep 21 11:03:40 2015 Stefan RittConfigurationOtherApache restricted access
- create user/password file:

  htpasswd -c /etc/httpd/conf/users pibeta
  <passwd>

- configure Apache in access.conf:

#
# Restrict access to pibeta for "resstricted" directory
#

<Directory /home/pibeta/WWW/restricted>
AuthName "restricted"
AuthType Basic
AuthUserFile /etc/httpd/conf/users
require valid-user
</Directory>

- restart Apache

  killall -HUP httpd
  96   Tue Apr 1 14:59:13 2025 Marius WeberOtherOtherTesting this as a lab-book for AMO experiments?

Introduction

I care about having a good lab book because I don't like forgetting what was done. I'll therefore make a test entry :)

Notes as I'm doing stuff

To start I'll just run some experiment with settings here a screen shot of them and tyrying to paste it into the entry

 

Seems like this doesn't work.

 

Let's see if I can upload it if I save the image

 

That seems to work, but the image appears to be seperate from my text entry. Fair enough.

 

I'll now add a second image to this entry. That seems to work

 

 

 

Attachment 1: Screenshot_2025-04-01_140952.png
Screenshot_2025-04-01_140952.png
Attachment 2: Screenshot_2025-04-01_141225.png
Screenshot_2025-04-01_141225.png
  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
  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
  4   Mon Sep 21 11:03:22 2015 Stefan RittConfigurationNetworkFull Duplex
/etc/conf.modules:

  alias eth0 eepro100
  options eepro100 options=0x30
                            
See parameters at http://www.scyld.com/network/eepro100.html

And for 3c59x (PSI stock):

  alias eth0 3c59x
  options eth0 options=20 full_duplex=1

see: http://www.scyld.com/network/vortex.html
  14   Fri Jan 17 18:09:20 2025 Stefan RittConfigurationNetworkFull Duplex
> /etc/conf.modules:
> 
>   alias eth0 eepro100
>   options eepro100 options=0x30
>                             
> See parameters at http://www.scyld.com/network/eepro100.html
> 
> And for 3c59x (PSI stock):
> 
>   alias eth0 3c59x
>   options eth0 options=20 full_duplex=1
> 
> see: http://www.scyld.com/network/vortex.html

fgfgdfg
  15   Fri Jan 17 18:09:42 2025 Stefan RittConfigurationNetworkFull Duplex
> > /etc/conf.modules:
> > 
> >   alias eth0 eepro100
> >   options eepro100 options=0x30
> >                             
> > See parameters at http://www.scyld.com/network/eepro100.html
> > 
> > And for 3c59x (PSI stock):
> > 
> >   alias eth0 3c59x
> >   options eth0 options=20 full_duplex=1
> > 
> > see: http://www.scyld.com/network/vortex.html
> 
> fgfgdfg

tester
ELOG V3.1.5-3fb85fa6