Alerts This Week
Warning Icon 1 664
Alerts This Week
Warning Icon 1 664

Stay Ahead With Linux Security HOWTOs

Filter Icon 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

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"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 5 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 2 Jun 22, 2024 User Avatar Anthony Pell How to Harden My Filesystem
166

Secure File Transfers With Croc: Efficient and Simple Guide

Croc is a free and open-source command line tool that enables computers to easily and securely transfer files and folders using code phrases. Learn how to install and use croc in this tutorial. . There are lots of ways to transfer files between two or more computers. Today, we will discuss about yet another utility named Croc. This tutorial we’ll show you how to install Croc and how to use it to transfer files between computers. Croc is a file transfer system that sends files securely using end-to-end encryption, via a file transfer relay. If you are curious about the name, it is inspired by the fable of the frog and the crocodile. The Croc key advantages are speed, security, and simplicity, all-in-one. Transferring data using Croc is faster, because it acts as a relay server between the systems. It creates a full-duplex real-time communication layer between the two computers, so the “uploading” and “downloading” tasks occur simultaneously between those computers. . Learn to safely transmit files with Croc, the open-source application designed for easy file sharing, featuring built-in encryption for enhanced security.. Croc File Transfer, Secure File Sharing, Command Line Utility. . Brittany Day

Calendar 2 May 14, 2021 User Avatar Brittany Day How to Learn Tips and Tricks
160

Easy File Encryption Methods for Secure Linux Management

Learn how to easily and securely encrypt files on Linux in this tutorial. . As longtime readers know, while I try to stay knowledgeable on the many sub-disciplines of information technology, my passion is for information security. Since it's been a while since I've contributed any InfoSec knowhow, I wanted to rectify that. I couldn't have timed this realization better, because (as you'll see) the techniques on display are perfect for protecting your deluge of tax season documents. In this piece, I aim to provide a range of simple but effective options for encrypting a small number of files. In particular, these options are salient for use cases like tax filing, where users are sending sensitive documents to recipients with an unknown degree of technical proficiency. Fond as I am of PGP, I'll bet you your refund check that your accountant doesn't know the first thing about using it. . Quickly secure your documents on Linux by following this simple guide for effective file encryption.. Linux Encryption, Secure File Management, InfoSec Techniques. . Brittany Day

Calendar 2 May 13, 2021 User Avatar Brittany Day How to Harden My Filesystem
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 2 Sep 01, 2020 User Avatar Brittany Day How to Secure My Network
166

Exploring Unique Python Features That Enhance Your Programming Skills

Learn about some interesting, useful Python features you may not be aware of in this informative tutorial. . When I learn about a new feature in Python or I notice that a few others are unaware of that feature, I make a note of it. Over the last few weeks, there have been a few interesting features that I myself recently learned about. Here is a quick look at these features, and a rundown of each. The link for this article located at The Next Web is no longer available. . Discover interesting and useful Python features you might not know in this informative tutorial.. Python Features, Informative Tutorial, Unique Python Tips. . Brittany Day

Calendar 2 Aug 13, 2020 User Avatar Brittany Day How to Learn Tips and Tricks
166

Scraping Websites with Python and Selenium: Techniques and Tips

With advances in web development, web scraping has become more difficult than it used to be. Learn how to scrape data with Python and Selenium when emerging technology and other factors prevent standard scraping in this valuable tutorial. . Web scraping has been used to extract data from websites almost from the time the World Wide Web was born. In the early days, scraping was mainly done on static pages – those with known elements, tags, and data. More recently, however, advanced technologies in web development have made the task a bit more difficult. In this article, we’ll explore how we might go about scraping data in the case that new technology and other factors prevent standard scraping. The link for this article located at The Next Web is no longer available. . Discover the art of website data extraction with Python and Selenium in this comprehensive guide that delves into sophisticated techniques.. Web Scraping, Python Selenium, Data Extraction Techniques, Advanced Web Development. . Brittany Day

Calendar 2 Jul 22, 2020 User Avatar Brittany Day How to Learn Tips and Tricks
163

Essential Strategies to Strengthen and Secure Your OpenSSH Server

Looking to secure and harden your OpenSSH server? Check out this tutorial, which provides valuable tips and advice on how this can be done. . When it comes to accessing remote devices such as servers, routers, and switches, SSH protocol comes highly recommended given its ability to encrypt traffic and ward off anyone who might try to eavesdrop on your connections. Be that as it may, the default settings of SSH are not infallible and additional tweaks are needed to make the protocol more secure. In this guide, we explore different ways that you can use to secure and harden OpenSSH installation on the server. . Fortify and strengthen your OpenSSH setup by employing practical strategies and methods to enhance SSH authentication for offsite connectivity.. OpenSSH Security, Secure SSH, Hardening Techniques. . Brittany Day

Calendar 2 Jul 09, 2020 User Avatar Brittany Day How to Secure My Webserver
166

Install OpenLDAP Server on Ubuntu 16.04/18.04 and CentOS 7

Learn how to install and configure OpenLDAP server for centralized authentication in Ubuntu 16.04/18.04 and CentOS 7 in this helpful tutorial. . Lightweight Directory Access Protocol (LDAP in short) is an industry standard, lightweight, widely used set of protocols for accessing directory services. A directory service is a shared information infrastructure for accessing, managing, organizing, and updating everyday items and network resources, such as users, groups, devices, emails addresses, telephone numbers, volumes and many other objects. The LDAP information model is based on entries. An entry in a LDAP directory represents a single unit or information and is uniquely identified by what is called a Distinguished Name (DN). Each of the entry’s attributes has a type and one or more values. . Discover the steps to effectively set up and manage OpenLDAP for centralized user authentication on both Ubuntu and CentOS systems.. OpenLDAP Installation, Centralized Authentication Guide, Ubuntu LDAP Setup, CentOS LDAP Configuration. . Brittany Day

Calendar 2 Jun 16, 2020 User Avatar Brittany Day 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

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"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
Your message here