Alerts This Week
Warning Icon 1 541
Alerts This Week
Warning Icon 1 541

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

Master Five Core File And Folder Management Commands In Linux

Linux offers over 1,000 commands for a simple service. This number increases when you move to the desktop. In Pop!_OS, for example, /usr/bin has 1,615 commands, and /usr/sbin has 609. There are more than 2,000 commands available. . You will probably use only 1% of these commands in your lifetime, and this number is even lower for file and folder management. However, you'll eventually need to know more than just the basic commands. Here are the five next Linux file and folder management commands that you should know. . Uncover five crucial Linux commands for managing files and directories that will elevate your terminal proficiency and boost productivity.. Linux Commands, File Management, Command Line Usage, System Utilities. . Anthony Pell

Calendar 2 Mar 26, 2024 User Avatar Anthony Pell How to Harden My Filesystem
160

Encrypt Files on Linux: Command Line and File Manager Methods

Looking for the easiest method for protecting a file behind a layer of encryption in Linux? Here are two easy ways. . Your security and privacy have both become critically important. Businesses are not the only entities that have to keep sensitive information from prying eyes. You might have bank account details, contracts, wills, and other files on your desktop that should be locked behind a password, so only you can access them. But how do you do this, if Linux is your operating system of choice? Believe it or not, it's actually pretty simple. I want to show you two different methods -- one using the command line and one that makes use of the built-in file manager -- so you too can protect those important documents. You can do this with just about any type of file (text, .docx, .odt, PDF, .jpg, or you name it). One word of warning: Both methods do require using the command line. However, the GUI method only requires that you use the command line to install the required integration for the file manager. With that said, let's get to the processes. . Safeguard your confidential documents in Linux through straightforward encryption techniques utilizing terminal commands or seamless integration with file management tools.. Linux File Encryption, Secure Files, Data Protection, Encryption Methods. . Brittany Day

Calendar 2 Apr 12, 2023 User Avatar Brittany Day How to Harden My Filesystem
162

Encrypt And Decrypt Files With GnuPG In Linux Command Line

Today, we are going to see how to encrypt and decrypt files from command line in Linux using a free utility named GNU Privacy Guard (shortly GPG or GnuPG). . There are, of course, plethora of methods, and applications are available to encrypt and decrypt files in Linux. But, encrypting and decrypting files with GnuPG is the easiest method. GnuPG is an Open Source OpenPGP compatible encryption system. It is a commandline, sophisticated public key cryptosystem that provides digital encryption and signing services using the OpenPGP standard. Using GnuPG, we can easily encrypt the important and confidential files and documents. It is packaged for several operating systems and also available as pre-compiled binaries. GnuPG is available as two versions. They are GnuPG 1.x and GnuPG 2.x . GnuPG 2.x uses the modern algorithms and is recommended by security experts. You should use GnuPG 1.x only if your distribution does not support GnuPG 2.x. . Discover the straightforward process of securing and revealing files in Linux using OpenSSL via terminal commands to enhance data protection.. file encryption,GnuPG,secure file management,data encryption,Linux command line. . Brittany Day

Calendar 2 Feb 11, 2023 User Avatar Brittany Day How to Strengthen My Privacy
160

Exploring Linux Directory Structures: Types, Permissions, and Methods

There’s a lot more to working with files on Linux than creating, listing and updating them. After all, files can be Linux commands (i.e., binaries), scripts, images, simple text files, pointers to other files or folders. You might remember the "everything is a file" description of Unix and Linux systems. . Even sockets and named pipes are files in their own way. Sometimes only the owner can see and use files, sometimes everyone can and sometimes select individuals will also have access. Here are some of the subtleties. . Linux file manipulation encompasses creation, deletion, and modification, while understanding file types and permissions enhances system security and functionality. File Management, File Types, File Permissions. . Brittany Day

Calendar 2 Jan 15, 2023 User Avatar Brittany Day How to Harden My Filesystem
160

Top 10 Practical Uses Of The Linux Rsync Command For Efficiency

The Linux rsync command is a powerful file copying and folder synchronization tool. Here are ten common use-cases that you’ll be able to put to good use on your own systems. . The rsync tool copies files and directories between two computers. It uses a sophisticated algorithm that scans directory trees to find files on the source computer that don’t exist on the destination computer. These files are transmitted to the destination computer. What makes rync so clever is it can figure out which pieces of existing files have been modified, and it only sends the changed portions. You can use rsync to copy files to a different location on your hard drive, to a different hard drive in the same computer, to an externally connected USB drive, or any other network-accessible location. The link for this article located at How-To Geek is no longer available. . Discover essential rsync commands for local and remote backups, syncing, excluding files, bandwidth control, and more to optimize your file transfers. Linux Rsync Command, File Synchronization, Command Line Tools, Data Transfer, System Backups. . Brittany Day

Calendar 2 Dec 14, 2022 User Avatar Brittany Day How to Harden My Filesystem
162

Remove File Metadata on Linux for Enhanced Data Security Practices

All files contain some additional information about the data stored in them, also known as metadata. Here's how to remove file metadata on Linux. . When you create a file, all kinds of supplementary metadata get added to it. Anyone with access to the file can read this information, which may include details you may not want anyone else to know. Here's how to clear metadata from files on Linux. . Discover techniques to swiftly eliminate metadata from files in Linux, ensuring your confidentiality and safeguarding your data.. File Metadata, Data Privacy, Linux File Management. . Brittany Day

Calendar 2 Oct 20, 2022 User Avatar Brittany Day How to Strengthen My Privacy
160

Understanding Umask Settings and Default File Permissions in Linux

In Linux, all directories and files have access permissions. You can use chmod to set your preferred access rights for different users. But what decides their default permissions? Let’s talk about umask . . All directories and files have flags called mode bits that decide whether they can be read, written to, or executed. Executing a file means running it like a program or a script. For a directory, you must be able to “execute” a directory to cd into it. Collectively the bit mode settings are called the permissions of the directory or file. There are three sets of permissions. One set is for the owner of the directory or file. Unless the ownership has been changed with chown , the owner is the person who created the directory or file. The link for this article located at How-To Geek is no longer available. . Uncover the way umask affects the baseline permissions assigned to files and folders within Linux environments.. File Permissions, Linux Umask, Access Rights. . Brittany Day

Calendar 2 Jul 28, 2022 User Avatar Brittany Day How to Harden My Filesystem
160

How to Effectively Use Déjà Dup for Backing Up Data on Linux Systems

Backing up files is a crucial task that every system administrator should perform. Here's how you can create a backup of your data using Déjà Dup. . Do you have any documents or information on your PC that you can't afford to lose? Then you should take a backup. A data backup protects you from losing valuable data such as family photos, travel documents, etc. in case of a disaster, hardware failure, malicious attack on your computer, etc. Let's explore how you can back up your data on Linux using Déjà Dup, also known as Backups. . Protect your important files with Dj Dup on Linux and ensure your data is safe from unexpected loss or damage.. Linux Data Backup, File Backup Solutions, Data Protection Strategies. . Brittany Day

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

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