Articles

Ssl – How do I deal with NET:ERR_CERT_AUTHORITY_INVALID in Chrome?

My work place intercepts SSL connections, looks at their contents, and then passes the data to and from my machine and remote hosts – a kind of man-in-the-middle attack. This is not uncommon in corporate or enterprise environments. Now I have a virtual machine running on my computer. The virtual machine does not have the […]

Ssl – How do I deal with NET:ERR_CERT_AUTHORITY_INVALID in Chrome? Read More »

Sudo – What is the + at the end of Unix permissions in a long listing format?

Here’s an example drwxr-xr-x+  6 reza reza        204 Mar  5 20:23 .ssh/ Although I am the owner of this directory, I cannot modify it without using sudo! Why is that? how can I remove ‘+’ here (assuming that is the problem)? Solution: The + is an indicator that there is an extended file ACL applied

Sudo – What is the + at the end of Unix permissions in a long listing format? Read More »

Scroll to Top