/l3/users/bas/2011-03/linux4.unix.bas/user :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 :12 :13 |
|
#grep -v ^# /etc/squid/squid.conf | grep -xv '' | less
|
#grep -v ^# /etc/squid/squid.conf | grep -xv '' | less
|
#more ./.vi
![]() |
#more ./.vimrc
|
#-- 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 # |
#/etc/init.d/squid start
![]() Starting squid: [FAILED] |
#/etc/init.d/squid restart
![]() Stopping squid: [FAILED] Starting squid: [FAILED] |
#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 |
#more tets
|
#more test
|
#apropose copmare
![]() bash: apropose: command not found |
#apropos copmare
copmare: nothing appropriate |
#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 |