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

 

  606   Wed Jul 30 02:44:02 2025 testRoutineمشكلة مفاتيحtest

test

 

test

  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
  301   Mon May 19 09:16:35 2025 userRoutineVacuum testpy_elog test [mod]
hehehehehe
  372   Wed Jun 25 09:28:15 2025 JotaroProblem FixedVacuum testpy_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 

 

test2

 

 

  222   Tue May 13 07:44:49 2025 userSoftware InstallationSoftwarepy_elog test [mod]
hehehehehe
  601   Tue Jul 15 10:09:14 2025 ReneRoutineSlow ControlsMy Test Message
This is message text
  602   Tue Jul 15 11:03:36 2025 ClementRoutineSlow ControlsMorning Checklist
Everything is fine
  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
ELOG V3.1.5-3fb85fa6