Alerts This Week
Warning Icon 1 525
Alerts This Week
Warning Icon 1 525

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

How To Backup Files From Remote Linux VPS Using Rsync Script

Backups are the backbone of an organization. One of the efficient way to back up your files is to use the Rsync utility. Rsync is a powerful tool for efficiently transferring files between computers over a network. . In this tutorial, you will learn how to backup files from a remote Linux system (VPS) to a local system using a simple rsync script. You will also learn how to use the script with both SSH password-based authentication and SSH key-based authentication. I regularly use this script to back up files from a remote VPS to my local Debian desktop. If you're seeking a straightforward script to back up your remote Linux VPS with Rsync, you can choose from any of the following script variants. . In this guide, you will discover how to securely transfer data from a remote Linux server (VPS) to a local machine efficiently.. Rsync Backup, File Transfer Script, Linux VPS Backup, Remote Backup Solutions. . Brittany Day

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

How To Securely Transfer Files Using SCP Command In Linux

Suppose you want to transfer some files between servers on a Linux system. There are many ways you can accomplish the task, but if your priority is to transfer files securely, you’re left with a few options. . The easiest solution is to use the scp or secure copy command to transfer your files without worrying about security. In this article, we will explain how to use transfer files securely using the scp command on your Linux system. When it comes to transferring files over a secure network, the scp command can be very useful. It stands for Secure Copy Protocol and transfers files and directories between two systems over SSH (Secure Shell) connection. With ssh, you can be assured of the security of your files as they are encrypted by default. In simpler terms, the scp command is a more secure version of the cp command, which you can read all about in our Linux Terminal commands article. . Master the art of safely sending files using the scp command on Linux with confidence and certainty.. Secure File Transfer, SCP Command, SSH File Copy. . Brittany Day

Calendar 2 Mar 26, 2023 User Avatar Brittany Day How to Harden My Filesystem
166

Setting Up ProFTPD With TLS Secure Connections on Ubuntu 22.04

ProFTPD is a feature-rich FTP daemon for Linux and Unix-based OSes. Here's how you can set it up on Ubuntu. . File Transfer Protocol (FTP) is a popular lightweight protocol used to transfer files over a network. Although it is an efficient mechanism for the transmission of data, there is one drawback to it: the data is transmitted and received in plain text. This means the data transfer is unencrypted, and it can be compromised. Modern FTP servers such as ProFTPD allow support for SSL/TLS. This makes the file transfer between the two systems not only efficient but also safe by adding a security element. Let’s explore how to install and set up ProFTPD with TLS on Ubuntu 22.04. . Optimize your file sharing protocols with a guide to setting up vsftpd on Ubuntu, including SSL settings for improved security.. ProFTPD, Ubuntu, FTP Daemon, TLS Security. . Brittany Day

Calendar 2 Jan 05, 2023 User Avatar Brittany Day How to Learn Tips and Tricks
160

Complete Guide To Secure File Transfers With SCP In Linux

File transfer over a network can be done in various ways and using different protocols. The most commonly used protocols for copying files remotely are Rsync, SCP and SFTP. . In this guide, we will look at what is SCP and how to securely transfer files between local and remote computers with SCP in Linux and Unix-like operating systems. SCP, stands for Secure Copy, is a command line program to copy files and directories between a local and a remote system or between two remote systems in a secure way in Linux and Unix-like operating systems. . Delve into the mechanics of SCP for safe file transfers in Linux and Unix-based environments with this comprehensive tutorial.. Secure Copy, SCP, File Transfer, Data Security, Linux Commands. . Brittany Day

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

Mastering the SCP Command for Secure File Transfers on Linux Systems

The scp command makes copying files between Linux computers easy and secure. It uses SSH security, but best of all, it is simple. If you can use cp , you can use scp . . Let’s define a couple of terms: there’s SCP and there’s scp . The uppercase SCP stands for the Secure Copy Protocol . The lowercase scp stands for secure cp . In other words, SCP is a protocol and scp is a program. scp was designed to be a safe and secure means of copying files between remote Linux computers. It uses SSH to establish secure connections. SSH, or secure shell, is a cryptographic network protocol often used to access and log in to remote Linux computers. On Linux distributions, SSH functionality is provided by OpenSSH. . Discover the ins and outs of utilizing the rsync command to facilitate secure synchronization and transfer of files between Unix/Linux platforms.. SCP Command, Secure Copy Protocol, Linux SSH, Remote Transfer. . Brittany Day

Calendar 2 Jun 07, 2022 User Avatar Brittany Day How to Learn Tips and Tricks
166

How To Use Croc Utility For Secure File Transfers On Linux

Want to securely share files with other devices using the Linux command line? Check out croc, a user-friendly cross-platform file transfer utility for Linux. Learn how to install and use croc in this helpful tutorial. . Transferring files between computers is a relatively straightforward act if you have the right tool. While most file transfer tools work the same and share a similar feature set, a few stand out with their distinctive features. Croc is one such tool. It works via the command line and lets you transfer files and folders between computers quickly and securely. Follow along as we discuss croc and list down the instructions to use it for transferring files between Linux and any other device. . Effortlessly transmit files securely between devices employing croc on a Linux system. Adhere to this tutorial for setup and operational guidelines.. croc file transfer, secure file sharing, Linux command line tool, cross-platform file transfer, file sharing tutorial. . Brittany Day

Calendar 2 Oct 26, 2021 User Avatar Brittany Day How to Learn Tips and Tricks
166

Explore 17 Command Examples of Rsync for Linux File Transfers

Learn how to use Rsync for Linux file/directory transfer and backup like a professional with these 17 helpful Rsync SSH command examples. . Rsync is also known as remote sync is a command-line tool used to copy and sync files and directories remotely as well as locally in Linux/Unix systems. With this rcopy and synchronize data: Remotely and locally across directories, disks, and networks. Perform data backups. Mirror between two Linux machines. We have created a list with various Rsync command examples that include using Rsync backup examples and other tips that will help you make the most out of this fabulous tool. . Rsync serves as a powerful command-line utility aimed at efficiently transferring and synchronizing files. Explore 17 practical examples to elevate your expertise.. Rsync Examples, Linux File Sync, Command Line Tips, Remote Copy Tool. . Brittany Day

Calendar 2 Jul 30, 2021 User Avatar Brittany Day How to Learn Tips and Tricks
166

Easy SSH Passwordless Login Setup for Secure Remote Access

Learn how to increase the trust between two Linux servers for easy file synchronization or transfer by setting up SSH password-less login using SSH Keygen in five easy steps. . SSH (Secure SHELL) is an open-source and most trusted network protocol that is used to login to remote servers for the execution of commands and programs. It is also used to transfer files from one computer to another computer over the network using a secure copy (SCP) Protocol . In this article, we will show you how to setup password-less login on RHEL/CentOS and Fedora using ssh keys to connect to remote Linux servers without entering a password. Using Password-less login with SSH keys will increase the trust between two Linux servers for easy file synchronization or transfer. . Master the art of configuring SSH key authentication for seamless remote login without passwords, enhancing the security and efficiency of data transfers between Linux-based systems.. SSH Access, Keygen Setup, File Synchronization. . Brittany Day

Calendar 2 May 21, 2021 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