Tagged: security Toggle Comment Threads | Keyboard Shortcuts

  • harlekwinblog 7:14 am on September 13, 2011 Permalink | Reply
    Tags: encryption, gpg, security   

    Symmetric Keys. with GPG for Windows.
    Password encrypt a file with the command:
    gpg -vc [FILENAME]
    And decrypt it with the command:
    gpg -vd [FILENAME]

     
  • harlekwinblog 2:07 pm on August 2, 2011 Permalink | Reply
    Tags: , , security   

    giving permission to read a specific file using sudo:
    visudo
        #Support Staff
        Cmnd_Alias = LOGS = /bin/cat /var/log/squid/access.log, /bin/zcat /var/log/squid/access.log.[0-9].gz
        %logaccess ALL (all) NOPASSWD: LOGS

    This gives access to the Squid Logs to anyone in the logaccess group.
    (sudo zcat /var/log/squid/access.log.1.gz) | grep "microsoft.com"

    Advertisement
     
c
Compose new post
j
Next post/Next comment
k
Previous post/Previous comment
r
Reply
e
Edit
o
Show/Hide comments
t
Go to top
l
Go to login
h
Show/Hide help
shift + esc
Cancel