Demo Discussion
Linux Demo Database
  General linux tips & tricks, Page 41 of 51  Not logged in ELOG logo
ID Date Author Type Category Subjectdown
  594   Mon Jul 7 10:45:41 2025 awesome duduSoftware InstallationMaintenanceMaintening stuff

Mon Jul 7 10:46:29 2025 Mon Jul 7 10:46:29 2025

 

I tried hard and it worked

Attachment 1: voig3.png
voig3.png
  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
  Draft   Fri Jan 17 18:12:37 2025 Stefan RittConfigurationGeneralFull Duplex
<p>&gt; &gt; &gt; /etc/conf.modules: &gt; &gt; &gt; &gt; &gt; &gt; alias eth0 eepro100 &gt; &gt; &gt; options eepro100 options=0x30 &gt; &gt; &gt; &gt; &gt; &gt; See parameters at 
http://www.scyld.com/network/eepro100.html &gt; &gt; &gt; &gt; &gt; &gt; And for 3c59x (PSI stock): &gt; &gt; &gt; &gt; &gt; &gt; alias eth0 3c59x &gt; &gt; &gt; options eth0 options=20 full_duplex=1 &gt; 
&gt; &gt; &gt; &gt; &gt; see: http://www.scyld.com/network/vortex.html &gt; &gt; &gt; &gt; fgfgdfg &gt; &gt; tester</p>
  1003   Wed Oct 29 14:04:22 2025 Test UserProblem FixedHardwareFixed it

Heck yeah.  This program seems pretty darn usable

  300   Mon May 19 09:15:10 2025 userConfiguration Elog test
This is the test content.
  221   Tue May 13 07:28:31 2025 userConfiguration Elog Test
This is the content
  1000   Tue Oct 28 12:43:40 2025 ABRoutine CDAM representation error
The QML representation of the CDAM does not always match with its real status. The CDAM seemed to be closed as was represented but in reality it was opened, this caused problems during pass 832
  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
  Draft   Mon Mar 24 09:19:51 2025 lvmOtherdeploymentAEsensor chain
   
   
   

Type the title here

Type the text here

  98   Wed Apr 2 17:25:59 2025 ,mlmlmRoutineHardware,, l,
  8   Tue Jan 7 12:50:17 2025 ABRoutine  
This message text is new
  10   Tue Jan 7 12:50:38 2025 ABRoutine  
This message text is new
  Draft   Mon Jan 13 10:34:38 2025     

fdfffff

fff

           
           
           

 

  Draft   Mon Jan 20 10:45:16 2025  RoutineSoftware 

lkl

  19   Wed Jan 22 03:40:17 2025 ABRoutine  
This message text is new
  21   Wed Jan 22 03:41:30 2025 ABRoutine  
This is message text is new
  Draft   Thu Jan 30 08:53:35 2025     
  Draft   Wed Feb 5 10:58:53 2025  Problem Fixed  
ELOG V3.1.5-3fb85fa6