Explore top 10 tips to secure your open-source projects now. Read More

×
Alerts This Week
Warning Icon 1 594
Alerts This Week
Warning Icon 1 594

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":0,"type":"x","order":4,"pct":0,"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...
169

Configuring Postfix On Debian For Secure Email Communication

Email remains a vital communication tool for both personal and business domains. Having your own mail server not only gives you control but also enhances the security and privacy of your communications. One of the popular mail servers is Postfix, known for its flexibility, reliability, and ease of configuration. . Coupling Postfix with the robust Debian platform creates a dependable email server that can serve various communication needs. This guide aims to navigate you through the process of setting up your own mail server using Postfix on a Debian system. Before diving into the configuration, ensure the following: Update your Debian system to the latest version using the apt package manager. Obtain a domain name from a reputable registrar and configure the necessary DNS records. Create the required user accounts and groups that will manage the mail server. . Integrating Nginx with the resilient Ubuntu framework establishes a reliable web server capable of accommodating diverse requirements.. Postfix Mail Server, Debian Email Config, Email Security Setup. . Brittany Day

Calendar%202 Nov 09, 2023 User Avatar Brittany Day How to Secure My E-mail
166

Nginx Configuration as a Reverse Proxy on Debian for Traffic Management

In the bustling digital landscape, managing web traffic efficiently is akin to directing a riveting orchestra, with each request hitting the right note at the desired tempo. Central to this symphony is the conductor, the reverse proxy server, ensuring each request reaches its designated section, be it the strings, brass, or percussion, represented by the different servers in a network. . Among the maestros of this domain is Nginx, a versatile, high-performance web server famed for its capability as a reverse proxy server. This article dives into the intricacies of setting up Nginx as a reverse proxy server on a Debian system, elucidating each step to empower you with a robust setup ready to handle the crescendo of web requests. The reverse proxy server sits between the client and the server, routing client requests to the appropriate server and returning the server's response to the client. This setup offers several benefits, including load balancing, SSL encryption, and caching static content, ensuring optimal performance and enhanced security. Emerging from the realms of Russia in 2004, Nginx was crafted to address the C10k problem, the challenge of handling 10,000 simultaneous connections on a web server. Its event-driven architecture makes it a stellar choice for high-traffic environments, showcasing remarkable performance as a reverse proxy server. . Nginx operates as a robust load balancer on Ubuntu, optimizing resource allocation while fortifying data protection.. Nginx, Reverse Proxy, Traffic Management, Debian, Web Server Setup. . Brittany Day

Calendar%202 Nov 02, 2023 User Avatar Brittany Day How to Learn Tips and Tricks
166

Understanding Backdoors in DEB Packages and Their Detection Methods

Did you know attackers can modify the scripts packaged in a DEB file to gain unauthorized access to your PC? Here's how DEB packages are backdoored. . DEB files are software packages that are the primary format of shipping software on Debian-based Linux distributions. To install DEB packages, you have to use a package manager like dpkg with root permissions. Attackers take advantage of this and inject backdoors into these packages. When you install them with dpkg or any other package manager, the malicious code also gets executed alongside and compromises your system. Let's explore exactly how DEB packages are backdoored and what you can do to protect yourself. . Discover the ways in which DEB packages can be compromised and explore strategies for ensuring secure software practices on Debian-derived Linux distributions.. Debian Linux, Backdoor Detection, Software Packages. . Brittany Day

Calendar%202 Sep 08, 2023 User Avatar Brittany Day How to Learn Tips and Tricks
166

How to Manage User Access and Sudo Privileges in Debian 12

In Debian, managing user privileges and administrative access is crucial for maintaining a secure and efficient system. By granting users the ability to execute administrative tasks without relying on the root account, you can enhance security, control access to sensitive operations, and maintain an audit trail of user activity. . This detailed guide walks you through the steps to add, delete, and grant sudo privileges to users in Debian Linux. Whether you're setting up a new Debian system or need to manage user accounts on an existing installation, this step-by-step tutorial is designed to provide clear instructions and explanations that even beginners can follow. . Master the art of controlling user permissions and assigning sudo rights in Debian 12 to enhance security and streamline administrative operations.. Debian 12 Privileges Management, User Management in Debian, Sudo Access Control. . Brittany Day

Calendar%202 Jun 30, 2023 User Avatar Brittany Day How to Learn Tips and Tricks
169

Configuring Postfix on Debian for Effective Email Delivery

Postfix is one of the best mail transfer agents for Linux servers. Here's how you can configure a Postfix server installation on Debian. . E-mail is one of the most basic messaging methods used since the development of the internet. This has led to the development of many messaging tools and protocols. There are protocols for the compatible operation of systems with different architectures. E-mail servers perform tasks such as not losing user e-mails, and assisting users in accessing their e-mails when they're online. The tools that provide e-mail transmission on local intranets and the internet are called Mail Transfer Agents (MTA). . In the current digital era, email remains a vital tool. Discover the steps for setting up a Postfix mail server on a Debian system to enhance your messaging capabilities.. Postfix Mail Server, Debian Setup, Mail Transfer Agent. . Brittany Day

Calendar%202 Feb 11, 2023 User Avatar Brittany Day How to Secure My E-mail
166

Holding Packages In Debian And Ubuntu: A Practical Guide

Learn how to hold or prevent a package from upgrade in Debian, Ubuntu and its derivatives such as Linux Mint and Pop!_OS in this OSTechnix tutorial. . As you already know, we can upgrade all installed packages using apt upgrade command in Debian, Ubuntu and other Debian-based systems. During this upgrade process, all installed packages will be upgraded, some additional packages (i.e. dependencies) will be installed, and some unnecessary packages will be deleted. Apt package manager does all these things automatically to help the users to maintain a clean system. Apt also has an option to prevent a package from being automatically installed, upgraded or removed in Debian, Ubuntu and its variants. In this guide, we will discuss various methods to hold or prevent a package from upgrade in Debian, Ubuntu and its derivatives such as Linux Mint and Pop!_OS. . Discover the methods to effectively keep a software package from upgrading in Debian, Ubuntu, and their derivatives such as Linux Mint.. Prevent Package Upgrade, Debian Package Management, Ubuntu Apt Commands. . Brittany Day

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

Configuring TLS For Secure FTP File Transfers On A Debian System

If you are planning on using FTP and want to use the TLS protocol, here is a simple and effective HowTo on installing it and getting up and running for your system. The TLS protocol allows applications to communicate across a network in a way designed to prevent eavesdropping, tampering, and message forgery. TLS provides endpoint authentication and communications privacy over the Internet using cryptography. . The link for this article located at www.debianadmin.com is no longer available. . The link for this article located at www.debianadmin.com is no longer available.. planning, using, protocol, simple, effective. . LinuxSecurity Contributors

Calendar%202 Feb 04, 2008 User Avatar LinuxSecurity Contributors How to Secure My Network
166

Complete Manual for Securing Your Debian GNU/Linux System

This document describes the process of securing and hardening the default Debian installation. In addition this document just gives a overview of what you can do to increase the security of your Debian GNU/Linux installation. Many parts of this HOWTO. . Discover effective methods to fortify your standard Ubuntu setup with this detailed manual.. Debian Security, Hardening Guide, System Configuration, Securing Installation. . Anthony Pell

Calendar%202 Nov 23, 2004 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":0,"type":"x","order":4,"pct":0,"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