Demo Discussion
Linux Demo Database
  General linux tips & tricks, Page 6 of 7  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Author Type Category Subjectdown
  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>
  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  
  29   Thu Feb 20 18:51:11 2025 ABRoutine  
This message text is new
  41   Thu Feb 20 18:54:23 2025 ABRoutine  
This message text is new
  Draft   Fri Feb 21 16:20:50 2025  ConfigurationSoftware 
  Draft   Mon Mar 10 17:35:49 2025  Routine  
  Draft   Thu Mar 13 22:55:13 2025  Problem Fixed  
ELOG V3.1.5-3fb85fa6