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 3 articles for you...
160

Understanding File Permissions And Access Control For Secure Data

In today's interconnected world, controlling who has access to and can modify files is important. Understanding file permissions, whether you're a system administrator or developer, is essential to ensuring the security and management of your data. . The tutorial linked below will examine the basics of file permissions and ownership concepts, as well as the mechanisms for access control, equipping you with the knowledge to navigate and control file systems. At the filesystem and resource level, Discretionary Access Control remains a foundational concept for deciding which users can read, modify, or execute sensitive assets. . To ensure secure data management, focus on file permissions, ownership, and access control systems that limit access to authorized users and protect sensitive data. File Permissions, Access Control, Data Management, Security Best Practices. . Anthony Pell

Calendar%202 Jun 22, 2024 User Avatar Anthony Pell How to Harden My Filesystem
169

Install Mail-In-A-Box on Ubuntu: Your Privacy-Focused Email Solution

Mail-in-a-Box is a small, yet effective program that aims to create an easy to deploy, all-in-one email server solution in your machine. This tutorial shows you how you can install Mail-In-A-Box on Ubuntu Linux. . One of the biggest advantages of hosting your own email server is that it gives you privacy over your own data. Unlike a webmail service such as Gmail, running Mail-in-a-Box guarantees that there is no middle man between you and your emails. A self-hosted server also gives you the flexibility with how you want to interact with your email. For example, Gmail uses tags instead of folders for organizing messages. This often breaks offline clients that try and fetch email from Gmail accounts. Lastly, hosting your own server lets you bypass identity checks when creating an email account. This is useful if you are privacy conscious and you do not want to share your information with third-party providers. . Running a personal email server ensures data security, customization options, and eliminates reliance on outside verification for individuals.. Mail-in-a-Box,email server setup,Ubuntu email solutions. . Brittany Day

Calendar%202 Mar 26, 2023 User Avatar Brittany Day How to Secure My E-mail
160

Explore Pika Backup: Efficient Open Source Data Protection Tool

Pika Backup, an open-source graphical backup utility created by Sophie Herold , promises to keep your data safe and make the entire process easier than ever. . If you care about your personal data, you need to have a backup, and Pika Backup is one of those tools that you configure the way you like it and forget about it. “Doing backups the easy way” – that’s the motto of Pick Backup, but the great thing about this utility is that it saves you time and disk space by not copying the entire data over and over. The link for this article located at 9 to 5 Linux is no longer available. . Safeguard your information with Pika Restore, a community-driven tool crafted for seamless and reliable data preservation.. Pika Backup, Backup Utility, Data Protection, Open Source Software, Graphical Tool. . Brittany Day

Calendar%202 May 25, 2022 User Avatar Brittany Day How to Harden My Filesystem
166

Master Advanced Rsync Techniques for Effective File Synchronization

Linux sysadmins: learn how to use rsync compression and checksums to better manage file synchronization. . In a previous article entitled Sysadmin tools: Using rsync to manage backup, restore, and file synchronization, I discussed cp and sftp , and looked at the basics of rsync for moving files around. There are also a couple of other great articles here on Enable Sysadmin on tar and SSH you should take a look at. Copying files to and from remote systems and having an easy way to run a backup of something you're working on (or, for that matter, critical company data) are basic, useful tools in the sysadmin toolbox that I use again and again. Sometimes, however, you may want to do something a little more sophisticated, like move data across a less trusted or slower link. Rsync can provide encryption to protect it in transit, compression to make it flow better, and checksums to ensure you get what you were expecting. . Boost your data mirroring expertise by mastering advanced rsync techniques for Linux administrators, with an emphasis on utilizing compression methods and checksums.. Rsync Tips, File Transfer, Linux Sysadmin, Data Management, Compression Techniques. . Brittany Day

Calendar%202 Jan 13, 2021 User Avatar Brittany Day How to Learn Tips and Tricks
167

Effective Tcpdump Filtering Techniques for Network Data

Learn to use tcpdump's filtering capability to make it easier to make sense of your network data in this quick, informative tutorial. . In my last article, Troubleshooting with tcpdump, I looked at the tcpdump tool, some basic use cases, and walked through a mock-up of a real-world scenario. Now, I want to dig a bit further. Everyone who uses this tool in a real situation immediately notices how much information (I believe they call this "verbose"...) is presented to the user. One of the best things you can do for yourself is figure out a practical way to filter for the information you need. Let's look at some ways that you can do this. . Unlock the potential of your network insights through tcpdump's powerful filtering techniques in this brief guide.. tcpdump Filtering, Network Analysis, Data Management. . Brittany Day

Calendar%202 Sep 01, 2020 User Avatar Brittany Day How to Secure My Network
166

Five Essential Linux Backup And Restore Tips From Real Experience

Learn five helpful backup and restore tips for Linux from someone who's been there, failed, and then succeeded. . It's easy to quote best practices and to tell someone what they should do, but it doesn't always work in actual practice. "Everything works on paper," was my response to an architect who told me that I need to "adhere to the recommended guidelines and best practices rather than being a rogue sysadmin." The fact is that I wasn't aroguesysadmin. The problem was that this "architect"had never even been inside a data center, norhad he ever seen a server enclosure. He was simply reading a manual and telling me how it should be done, although he'd never had the experience of doing it himself. My experiences (and attitude) aside, you should follow, as closely as possible, the guidelines and the best practices for your systems. But, also follow your own best judgment in whatever you do as long as you have your users' and your system's best interests at heart. Here are my five Linux backup and restore tips from the trenches, in no particular order. The link for this article located at RedHat is no longer available. . Discover practical methods for securing and recovering your Linux data, based on real experiences. Learn about tools, techniques, and best practices for efficient backups and restorations.. Linux Backup Strategies, Restore Techniques, Data Management, System Recovery. . Brittany Day

Calendar%202 Mar 30, 2020 User Avatar Brittany Day How to Learn Tips and Tricks
166

How To Recover Lost Files After Wiping Your Linux Server Drive

This article explains how to recover lost files after you accidentally wipe your hard drive. . Recently I wanted to make sure I had enough space to back up my home digital videos and pictures, so I purchased a new hard drive to add to my home Linux server. I moved all the files I wanted to save onto a single hard drive and repartitioned the old hard drive so I could upgrade to a newer version of Linux. After going through the process of reinstalling the operating system, I mounted the backup hard drive and discovered that it was empty. I had some how mixed up the hard drive I used to back up all the data with a hard drive that I wanted to wipe. Because I had done such a poor job of retaining backups on external media, I did not have any backups of my pictures and videos. The link for this article located at Linux.com is no longer available. . Accidental file deletion on your home Linux server can be frustrating, but you can attempt recovery through various effective methods for lost files. File Recovery, Linux Server Management, Data Restoration Methods. . LinuxSecurity Contributors

Calendar%202 Aug 28, 2006 User Avatar LinuxSecurity Contributors How to Learn Tips and Tricks
160

Comprehensive Guide on Securely Erasing Files Using Wipe Tool

Wipe is a secure file wiping utility.. The link for this article located at Wipe: Secure File Deletion is no longer available. . The link for this article located at Wipe: Secure File Deletion is no longer available.. secure, wiping, utility, article, located, deletio. . Anthony Pell

Calendar%202 Jan 10, 2005 User Avatar Anthony Pell How to Harden My Filesystem
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