Linux Tutorials on the topic “security”
-
Encrypt Your Data With EncFS (OpenSUSE 12.3)
Author: Falko Timme • Tags: security, storage, suse • Comments: 0
Encrypt Your Data With EncFS (OpenSUSE 12.3) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on OpenSUSE 12.3 to encrypt your data.
-
How To Run LinOTP On OpenSuSE 12.3 With PostgreSQL
Author: cornelinux • Tags: security, suse • Comments: 0
How To Run LinOTP On OpenSuSE 12.3 With PostgreSQL This tutorial describes the installation of LinOTP on OpenSUSE 12.3 using PostgreSQL as a token database. LinOTP is a two factor authentication solution with One Time Passwords. In the following Howto we are showing how to enable SSH authentication with LinOTP.
-
How To Do Mass Enrolling Of Yubikey With LinOTP
Author: cornelinux • Tags: security • Comments: 0How To Do Mass Enrolling Of Yubikey With LinOTP When it comes to two factor authentication Yubikeys are very in vogue. They are small, they have a very small footprint on your keychain and are easy to handle as they need no driver and authentication is as easy as touching a button. This howto shows, how you can use the open source LinOTP to enroll many Yubikeys to the LinOTP server.
-
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 18
Author: Falko Timme • Tags: fedora, ftp, security • Comments: 0
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 18 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
How To Configure PureFTPd To Accept TLS Sessions On Fedora 18
Author: Falko Timme • Tags: fedora, ftp, security • Comments: 1
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a Fedora 18 server.
-
Encrypt Your Data With EncFS (Fedora 18)
Author: Falko Timme • Tags: fedora, security • Comments: 1
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Fedora 18 to encrypt your data.
-
Installing Adito/OpenVPN-ALS On CentOS
Author: chriscowley • Tags: centos, security • Comments: 3
Installing Adito/OpenVPN-ALS On CentOS OpenVPN-ALS, formerly known as Adito, is not to be confused with OpenVPN. They both brilliant tools that work in completely different things, but in a similar way. Confused? Excellent… OpenVPN-ALS (from now on known as Adito, because I find it less confusing) is a browser based SSL VPN that enables you to acess resources on your own network, even if you are behind a restrictive proxy and/or firewall.
-
Encrypt Your Data With EncFS (OpenSUSE 12.2)
Author: Falko Timme • Tags: security, storage, suse • Comments: 1
Encrypt Your Data With EncFS (OpenSUSE 12.2) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on OpenSUSE 12.2 to encrypt your data.
-
Encrypt Your Data With EncFS (Fedora 17)
Author: Falko Timme • Tags: fedora, security • Comments: 0
Encrypt Your Data With EncFS (Fedora 17) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Fedora 17 to encrypt your data.
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 12.10
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 0
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an Ubuntu 12.10 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.