| by Arround The Web

How to Install and Configure NFS on Ubuntu 22.04/20.04

The concept of NFS (Network File System) empowers a user on a client computer to have read and write privileges on shared file directories on a server computer. This over-the-network file-sharing concept is implementable by anyone due to its open-source attribute. Before this article guide teaches us how to implement the NFS protocol, we first […]

The post How to Install and Configure NFS on Ubuntu 22.04/20.04 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Secure FTP server in Rocky Linux with SSL/TLS

In this article, we will demonstrate how to configure a Secure FTP server (vsftpd) using SSL/TLS encryption. Traditional FTP services are not very secure and vulnerable because the credentials are transmitted in clear text, which is prone to crackdowns and many types of attacks like brute force. The majority of applications these days come with […]

The post Secure FTP server in Rocky Linux with SSL/TLS appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Setup Anonymous FTP in Rocky Linux 8.4

FTP servers file transfers between clients and servers. Typically, ftp servers offer two types of access levels: Authenticated and Anonymous. The first method (Authenticated) requires a valid username and password in order to access the files and directories. The second method ( Anonymous) being anonymous, we can download files without restrictions. You can download files […]

The post How to Setup Anonymous FTP in Rocky Linux 8.4 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

age – simple file encryption tool by Google

age is a command-line tool that encrypts files. These files are binary, add around 200 bytes of overhead per recipient, together with 16 bytes every 64K of plaintext. age doesn’t offer disk encryption. Instead, it’s designed to be a simple, modern, and secure command-line file encryption tool. File encryption helps protect your data by encrypting […]

The post age – simple file encryption tool by Google appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Backup Ext2, Ext3, or Ext4 File Systems in Linux

The implementation of the Ext2 file system overcame the limitations posed by Ext; the original Linux file system. Ext2 does not support any journaling feature, has 16GB to 2TB maximum individual file size, and 2TB to 32TB being its overall file system size. When considering the creation of backups for Ext2, Ext3, and Ext4 file systems in Linux, it […]

The post Backup Ext2, Ext3, or Ext4 File Systems in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Delete Files and Directories in Linux from Command Line

One of the basic file system administration tasks in Linux involves creating, modifying, and deleting different types of files and directories. Knowing some basic tools and concepts for file deletion comes in handy and can save you time. In this guide you will learn several ways how to quickly and easily delete files and directories […]

The post How to Delete Files and Directories in Linux from Command Line appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Samba 4.15 Ships with a Modernized Virtual File System Modules

For those using Samba as the open-source implementation of SMB/CIFS and allowing for file/print sharing with Microsoft Windows systems, Samba 4.15 is now available as the latest release for improving Windows interoperability on Linux and other platform…

Share Button
Read More
| by Arround The Web

plocate Is A Much Faster locate than mlocate

plocate is a newer, much faster locate tool for findning files on the command-line. It’s a drop-in replacement for mlocate in nearly all aspects, including reusing the mlocate database, and it’s fast on SSDs and HDDs alike.
The post plocate…

Share Button
Read More