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 524
Alerts This Week
Warning Icon 1 524

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 12 articles for you...
161

Setting Up A Simple Linux Firewall For Effective Security Protection

This document discusses how to set up a very simple firewall for Linux, to greatly increase the security of your box against outside attacks. . . Master the basics of configuring a straightforward Linux firewall to bolster your system's defenses against external threats.. Linux Firewall Setup, Simple Firewall Configuration, Network Protection. . Anthony Pell

Calendar%202 Aug 25, 2023 User Avatar Anthony Pell How to Secure My Firewall
166

10 Tips to Boost Samba Server Security Against Cyber Threats

If you're hosting a Samba server, it's important that you pay extra attention to securing the server from adversaries. . SMB (Server Message Block) protocol is a cornerstone of file and printer sharing in connected environments. However, the default configuration of Samba can pose significant security risks, leaving your network vulnerable to unauthorized access and cyberattacks. If you're hosting a Samba server, you need to be extra cautious with the configurations you have set in place. Here are 10 critical steps to ensure your SMB server remains secure and protected. By default, SMB traffic is not encrypted. You can verify this by capturing network packets with tcpdump or Wireshark. It is paramount that you encrypt all traffic to prevent an attacker from intercepting and analyzing the traffic. It's recommended that you set up Transport Layer Security (TLS) to encrypt and secure your Linux Samba server's traffic. . Take crucial measures to safeguard your Samba server by implementing these fundamental practices to defend against breaches and digital threats.. Samba Server Security, SMB Protocol, File Sharing Protection, Encryption Techniques. . Brittany Day

Calendar%202 Aug 21, 2023 User Avatar Brittany Day How to Learn Tips and Tricks
160

Rising Threats to Linux Systems: Solutions for Enhanced Security

Linux-related security issues are an increasing threat to businesses. Discover a solution that protects complex networks with vital on-access scanning capabilities, automatic updating and intuitive management functions. . . The dangers of Linux vulnerabilities present serious challenges for organizations. Investigate methods for improved defense and safeguarding of networks.. Linux Threats, Security Solutions, Network Security, Threat Management. . Anthony Pell

Calendar%202 Jun 28, 2023 User Avatar Anthony Pell How to Harden My Filesystem
161

Effective Network Protection for Linux: Using OpenSnitch Firewall

Keep your data safe from intruders by implementing the graphical OpenSnitch firewall on your Linux machine. . Keeping yourself safe and secure from malware is a daunting task, even on Linux. You need to be sure that the tools you use aren't phoning home to criminals for instructions or exfiltrating your personal pics to blackmailers on the other side of the world. While there are various firewall solutions available for Linux, these are usually used via the terminal and can be difficult to understand and use. OpenSnitch is an easy-to-use GUI firewall application for Linux that captures all outgoing network connections and gives you the choice of how to handle them. . Protect your system from online dangers by utilizing OpenSnitch on Linux, ensuring superior defense against malicious software.. OpenSnitch, Network Protection, Linux Firewall, Malware Defense, Cybersecurity Tools. . Brittany Day

Calendar%202 Mar 26, 2023 User Avatar Brittany Day How to Secure My Firewall
166

How To Deploy Pi-hole Using Podman On Linux For Network Safety

Running Pi-hole is an excellent way to secure devices on your local network against unwanted content. Pi-hole was initially designed to run on a Raspberry Pi, but can be deployed as a container as well. Learn how to run Pi-hole as a container with Podman in this tutorial. . There is arguably no better way to protect devices on your local network from unwanted content than Pi-hole . Add a machine running Pi-hole to your network, and it will quietly scrub all incoming traffic from pesky stuff like ads and trackers in the background. As the name suggests, Pi-hole was initially designed to run on a Raspberry Pi. But if you already have a Linux server on your network, you can deploy a Pi-hole container on it instead. That's what I did when I replaced a QNAP NAS appliance with a ThinkPad T410 running Linux Mint. But instead of Docker, I chose to use Podman Deploying Pi-hole on Linux Mint (and by extension, on any Ubuntu-based Linux distribution) requires a few steps, but it's not beyond the wit of man. The link for this article located at Tokyoma is no longer available. . Secure your home network by following this tutorial to set up Pi-hole in a container using Podman.. Pi-hole Guide, Podman Tutorial, Container Security, Local Network Protection. . Brittany Day

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

Securing Edge Devices Against Threats: Protect Your Network

We spend a lot of our online time out and about these days, using our mobile phones and connecting over cellular networks or public Wi-Fi… . …but most of us still have a network that we think of as ours, which we treat differently to the rest of the internet, the giant part that’s theirs. Whether we’re at work or at home, we still have the notion of an edge to our network – that’s edge as in boundary, where we typically set up a router or a firewall to keep the inside and outside apart. The link for this article located at NakedSecurity is no longer available. . …but most of us still have a network that we think of as ours, which we treat differently to the r. spend, online, about, these, using, mobile, phones, connecting. . Brittany Day

Calendar%202 Apr 30, 2019 User Avatar Brittany Day How to Secure My Network
163

Creating Secure Boot CDs For VPN Access And Internal Network Security

Jeffery Douglas Waddell, from the Linux Documentation Project provides us with a comprehensive look at securing your booting stage with VPN capabilities. As he states in the beginning: For several years now, users at the Institution where I currently work part-time have expressed a need for a robust and secure connection to the internal network. The internal network actually has some clients that are on private networks and some clients that are Internet-routeable. Read on for the connecting quickly and securely. . Here's a sneak peak with the introduction: 1. Introduction For several years now, users at the Institution where I currently work part-time have expressed a need for a robust and secure connection to the internal network. The internal network actually has some clients that are on private networks and some clients that are Internet-routeable. Being mostly a Microsoft shop, the options that have been available were not deemed appropriate for various reasons, usually due to security concerns. After being introduced to the problem a few months ago and listening to the concerns surrounding it, I suggested using a boot CD, which would alleviate all of their security concerns. They gave me the go ahead to give it a try. I now have a working prototype and this document describes the process used to create it. 1.1 Copyright Copyright The link for this article located at Linux Documentation Project is no longer available. . Here's a sneak peak with the introduction: 1. Introduction For several years now, users at the Insti. jeffery, douglas, waddell, linux, documentation, project, provides, comprehensive. . LinuxSecurity Contributors

Calendar%202 Nov 07, 2007 User Avatar LinuxSecurity Contributors How to Secure My Webserver
160

Critical Safety Measures for Safeguarding Linux Systems

Organizations throughout the world are adopting Linux as their production platform. By connecting to the Internet to provide critical services, they also become targets of opportunity. To help protect these Linux systems, this article covers the basi. The link for this article located at Read this full article is no longer available. . The link for this article located at Read this full article is no longer available. . organizations, throughout, world, adopting, linux, their, production, platform, connecting. . Anthony Pell

Calendar%202 Jan 07, 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