Thu Nov 14 07:22:02 2024, abcde, Other, General, Testing
|
1234567890
abcdefghijklmnopqrstuvwxyz |
Thu Nov 7 11:01:38 2024, Jo, Software Installation, Software, Microsoft
|
Test Documentation |
Tue Nov 12 13:02:20 2024, Jo, Software Installation, Software, Microsoft
|
jhbwh
Quote: |
Test Documentation
|
|
Thu Nov 7 10:28:37 2024, test, Problem Fixed, , test
|
test mg |
Wed Nov 6 16:29:13 2024, , Other, General, Driving
|
Drove to james yard hauled 3 loads of caliche took 5 hours drove back |
Thu Sep 12 19:09:36 2024, Test demo, Software Installation, door look key, testing ELOG
|
This is a test! |
Mon Sep 16 11:12:56 2024, Test demo, Software Installation, door look key, testing ELOG
|
yhijoklm
|
Mon Sep 16 11:13:44 2024, Test demo, Software Installation, door look key, testing ELOG
|
inception
|
Tue Nov 5 11:52:53 2024, Test demo, Software Installation, door look key, testing ELOG
|
gfjfgj
|
Tue Nov 5 11:51:36 2024, sh , Routine, Software,
|
fjfgjgfjuiurizui |
Sun Nov 3 13:44:49 2024, kdfkdsjvl, Software Installation, Schleiferei, dsfdsg
|
|
Thu Oct 31 16:21:46 2024, , Software Installation, Hardware,
|
|
Wed Oct 23 14:49:10 2024, , Software Installation, Linux, Tuhgg
|
|
Wed Oct 23 12:23:45 2024, , Configuration, Network, test
|
|
Wed Oct 16 11:12:47 2024, test, Software Installation, General,
|
d
sfqlidhfmlqds n |
Wed Oct 9 15:18:25 2024, , , ,
|
|
Sun Oct 6 17:06:56 2024, test, Routine, ,
|
|
Thu Sep 26 15:10:33 2024, , Routine, Hardware,
|
|
a |
b |
c |
d |
e |
f |
g |
h |
i |
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|
|
|
|
|
|
|
|
4 |
|
|
|
|
|
|
|
|
|
5 |
|
|
|
|
|
|
|
|
|
6 |
|
|
|
|
|
|
|
|
|
7 |
|
|
|
|
|
|
|
|
|
8 |
|
|
|
|
|
|
|
|
|
9 |
|
|
|
|
|
|
|
|
|
10 |
|
|
|
|
|
|
|
|
|
|
Thu Sep 26 07:29:14 2024, Ssamadar, Configuration, Software, DNS config edit
|
Trying to take backup and update the DNS latest config uploaded
latest config is rev.1.5
|
Mon Sep 23 08:03:45 2024, , , ,
|
|
Mon Sep 21 11:04:32 2015, Stefan Ritt, Routine, Software, Download whole Web sites with
|
To download whole web sites recursively, use
wget -m <URL>
where -m (mirror) does a recursive download of up to five levels and only
downloads files which are newer than the local copy. |
Tue Aug 27 00:59:04 2024, Stefan Ritt, Routine, Software, Download whole Web sites with
|
> To download whole web sites recursively, use
>
> wget -m <URL>
>
> where -m (mirror) does a recursive download of up to five levels and only
> downloads files which are newer than the local copy. |
Fri Aug 23 16:14:21 2024, juyu, Software Installation, tyyyh, juuu
|
|
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) |
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 |
|