Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×

Alerts This Week
Warning Icon 1 490
Alerts This Week
Warning Icon 1 490

Stay Ahead With Linux Security HOWTOs

Filter%20icon Refine HOWTOs
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":100,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security HOWTOs

We found -1 articles for you...
160

Secure Your Files In Vim Editor: Password Protection Tutorial

Looking to secure your confidential files against unauthorized access? If so, you will want to check out this tutorial on how to password protect files in Vim editor. . Vim is a powerful, feature-rich, highly extensible text editor that is used in all Linux OS. It is available in repositories of nearly all major Linux distributions. Because of its performance and low memory consumption, it is the top choice of most Linux users. One useful feature of the Vim editor is its built-in support for encryption. It is very helpful particularly in a multi-user environment where you can encrypt your files so that no one can access your confidential information. In this article, we will be going to discuss how you can password protect your files in Vim editor. We have used Debian 10 OS for explaining the procedure mentioned in this article. . Discover the method to secure your private documents with encryption using the Vim text editor in this comprehensive guide tailored for Linux enthusiasts.. Password Protection, Vim Editor, Secure Files, Linux Encryption. . Brittany Day

Calendar%202 May 25, 2020 User Avatar Brittany Day How to Harden My Filesystem
160

Secure Your Documents: Encrypt Compressed Files On Linux

Learn to easily secure multiple documents by encrypting compressed files on Linux using a password. . When considering how to share data efficiently, cloud storage has a leg up on hardware by making it easy to share files and folders with users across the globe with a few clicks. Because the data is only transmitted from server to client provides little impact on bandwidth for the sender and recipient. But storing data on the cloud is not the most secure practice since that data is effectively placed in the hands of a third party. . Effortlessly safeguard and encode zip archives on Linux by utilizing a passphrase, ensuring secure data distribution in cloud platforms.. Encrypting Compressed Files, Secure Document Sharing, Linux Encryption Techniques. . Brittany Day

Calendar%202 May 20, 2020 User Avatar Brittany Day How to Harden My Filesystem
166

Enhancing phpBB Security With Password Protection And Anti-Robot Techniques

phpBB, the popular forum software, has a lot of capability when it comes to authorization and template systems, among others. Protecting your forum from the various bots and spammers is an important aspect of any forum. This quick guide gives you a couple of options and even takes you through some implementation. . The link for this article located at Net-security.org is no longer available. . To secure your phpBB forum, implement a mix of measures like strong password protection, CAPTCHA for user verification, and limit login attempts to enhance safety. phpBB Security Tips, Forum Authentication Methods, Anti-Spam Solutions. . LinuxSecurity Contributors

Calendar%202 Dec 06, 2007 User Avatar LinuxSecurity Contributors How to Learn Tips and Tricks
166

Secure Sensitive Data Access Using Apache Password Protection

Sensitive information that only certain people need to have web access to must be secured.. Sensitive information that only certain people need to have web access to must be secured. If sensitive or proprietary information is located on your web site and you do not want public access to this information, you must password it. An obscure file name with no links to it anywhere on the site will not keep the information secure. Security through obscurity does not work. To password a file, a series of files or a directory in Apache, the httpd.conf file must be edited. Then, a database of usernames and passwords must be created. AuthType Basic AuthName "Secret" AuthUserFile /usr/local/apache/users require valid-user In this example, all files that begin with secret. will require authentication. If only one file needed to be password protected, the example could be changed to: Similarly, if a directory needed to be password protected, the example could be changed to this: Now back to the original example, the authentication type is basic, meaning it is just a text file, not a true database. When someone tries to go to one of the pages that is protected, the box that asks for a username and password will be titled Secret. The text file with the usernames and passwords will be called users and be located in the /etc/httpd/conf directory. According to the require field, any user in the users file is allowed access. To set up the text file with usernames and passwords, the program htpasswd must be used. It is located in the bin directory when you install apache. The syntax is very simple for this program. The first time htpasswd is run for the users file, it should be called like this: root# /usr/bin/htpasswd -m -c filename username In our example, it would look something like this: root# /usr/bin/htpasswd -m /etc/httpd/conf/users canisab For more information about this and similar things, goto Welcome to The Apache Software Foundation! . Also, there are great books such as Apache: The Definitive Guide by Ben and Peter Laurie. . Safeguard confidential data on your site by utilizing Nginx security measures. Discover how through professional guidance.. Apache Authentication, Sensitive Data Security, Web Access Control. . Anthony Pell

Calendar%202 Jul 23, 2000 User Avatar Anthony Pell How to Learn Tips and Tricks
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":100,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200