Журнал лабораторных работ

Содержание

Журнал

Пятница (04/08/11)

/dev/pts/3
12:05:59
#grep -v ^# /etc/squid/squid.conf | grep -xv '' | less
12:06:05
#grep -v ^# /etc/squid/squid.conf | grep -xv '' | less
12:06:08
#grep -v ^# /etc/squid/squid.conf | grep -xv '' | less
12:08:37
#more ./.vi
12:08:37
#more ./.vimrc
прошло 15 минут
12:24:25
#-- INSERT --
 195 #       request digest in POST requests when reusing the same nonce as acquired
 196 #       earlier in response to a GET request.
 197 #       auth_param digest post_workaround off
 198 #
 199 #       === NTLM scheme options follow ===
 200 #
 201 #       "program" cmdline
 202 #       Specify the command for the external NTLM authenticator. Such a
 203 #       program participates in the NTLMSSP exchanges between Squid and the
 204 #       client and reads commands according to the Squid NTLMSSP helper
...
 650 #       Allowing or Denying access based on defined access lists
 651 #       Identical to http_access, but runs after redirectors. If not set
             then only http_access is used.
 652 #
     #Default:
 653 # none
"/etc/squid/squid.conf" 4524L, 154900C written
 605 #       good idea to have an "deny all" or "allow all" entry at the end
 606 #       of your access lists to avoid potential confusion.
 607 #
прошло 10 минут
12:34:45
#/etc/init.d/squid start
Starting squid:                                            [FAILED]
12:36:18
#/etc/init.d/squid restart
Stopping squid:                                            [FAILED]
Starting squid:                                            [FAILED]
12:39:23
#diff /etc/squid/squid.conf /tmp/squid.conf
1c1,2
< #ELCOME TO SQUID 2.6.STABLE21
---
>
> #     WELCOME TO SQUID 2.6.STABLE21
18,19d18
<
<
210a210
> #
...
635a636
> http_access allow myauth
639c640
< #http_access deny all
---
> http_access deny all
1788a1790
> cache_dir ufs /var/spool/squid 300 16 256
1976a1979
> cache_store_log none
12:39:55
#more tets
12:39:57
#more test
12:39:59
#apropose copmare
bash: apropose: command not found
12:40:16
#apropos copmare
copmare: nothing appropriate
12:40:22
#apropos compare
bcmp                 (3)  - compare byte sequences
bzcmp [bzdiff]       (1)  - compare bzip2 compressed files
bzdiff               (1)  - compare bzip2 compressed files
cmp                  (1)  - compare two files
cmp                  (1p)  - compare two files
comm                 (1)  - compare two sorted files line by line
compare              (1)  - mathematically and visually annotate the difference between an image and its reconstruction
diff                 (1p)  - compare two files
File::Compare        (3pm)  - Compare files or filehandles
I18N::Collate        (3pm)  - compare 8-bit scalar data according to the current locale
...
wcscasecmp           (3)  - compare two wide-character strings, ignoring case
wcscmp               (3)  - compare two wide-character strings
wcscmp               (3p)  - compare two wide-character strings
wcsncasecmp          (3)  - compare two fixed-size wide-character strings, ignoring case
wcsncmp              (3)  - compare two fixed-size wide-character strings
wcsncmp              (3p)  - compare part of two wide-character strings
wmemcmp              (3)  - com