Demo Discussion
Linux Demo Database
  General linux tips & tricks, Page 3 of 4  Not logged in ELOG logo
Entry  Wed Feb 12 14:12:49 2025, Tomasz, Software Installation, Hardware, No subject testfile.txttestfile.txt

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

Entry  Wed Feb 5 10:58:53 2025, , Problem Fixed, ,  
 
Entry  Fri Jan 31 05:36:22 2025, fdfhfghfgh, Routine, Hardware, dfhdfhgh 

dghfgjghnvbnhnvbmv

Entry  Thu Jan 30 08:53:35 2025, , , ,  
 
Entry  Wed Jan 22 03:41:30 2025, AB, Routine, ,  
This is message text is new
Entry  Wed Jan 22 03:40:20 2025, Me, Other, General, py_elog test [mod] 
hehehehehe
Entry  Wed Jan 22 03:40:17 2025, AB, Routine, ,  
This message text is new
Entry  Tue Jan 21 10:35:37 2025, jan, Routine, Software, py_elog test [mod] 
hehehehehe
Entry  Mon Jan 20 10:45:16 2025, , Routine, Software,  

lkl

Entry  Mon Sep 21 11:03:22 2015, Stefan Ritt, Configuration, Network, Full 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
    Reply  Fri Jan 17 18:09:20 2025, Stefan Ritt, Configuration, Network, Full 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
       Reply  Fri Jan 17 18:09:42 2025, Stefan Ritt, Configuration, Network, Full 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
Entry  Tue Jan 14 14:46:43 2025, Stefan Ritt, Routine, Software, py_elog test [mod] 
hehehehehe
Entry  Mon Jan 13 10:34:38 2025, , , ,  

fdfffff

fff

           
           
           

 

Entry  Tue Jan 7 12:50:41 2025, Me, Other, General, This is a test of UTF-8 characters like èéöä 
Just to be clear this is a general test using UTF-8 characters like èéöä.
Entry  Tue Jan 7 12:50:38 2025, AB, Routine, ,  
This message text is new
Entry  Tue Jan 7 12:50:22 2025, Me, Other, General, py_elog test [mod] 
hehehehehe
Entry  Tue Jan 7 12:50:17 2025, AB, Routine, ,  
This message text is new
Entry  Mon Sep 21 11:04:32 2015, Stefan Ritt, Routine, Software, py_elog test [mod] 
hehehehehe
Entry  Mon Sep 21 11:04:12 2015, Stefan Ritt, Routine, Software, Rectangle 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)
Entry  Mon Sep 21 11:03:40 2015, Stefan Ritt, Configuration, Other, Apache 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
Entry  Mon Sep 21 11:02:53 2015, Stefan Ritt, Configuration, Network, Port 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
ELOG V3.1.5-3fb85fa6