Linux Tutorials on the topic “fedora”
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 20
Author: Srijan Kishore • Tags: fedora, ftp, mysql • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 20 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 20 (LAMP)
Author: Srijan Kishore • Tags: apache, fedora, mysql, php • Comments: 3
Installing Apache2 With PHP5 And MySQL Support On Fedora 20 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 20 server with PHP5 support (mod_php) and MySQL support.
-
How to find out if your server is affected from Openssl Heartbleed vulnerability (CVE-2014-0160) and how to fix that
Author: Till Brehm • Tags: centos, debian, fedora, suse, ubuntu • Comments: 8How to find out if your server is affected from Openssl Heartbleed vulnerability (CVE-2014-0160) and how to fix that A severe vulnerability in OpenSSL has been found, the vulnerability is named Heartbleed and affects the heartbeat implementation in Openssl version 1.0.1 up to version 1.0.1f. This velnerability can be used to get the private key of a SSL connection, so it is important to update the server immediately. The bug is fixed in OpenSSL 1.0.1g. All Major Linux Distributions have release updates to the vulnerability.
-
-
Improve Spam abuse protection in dovecot by restricting access to mail accounts by IP address (e. g. with ISPConfig 3)
Author: Croydon • Tags: postfix, antivirus, debian, fedora, suse, ubuntu, centos, email • Comments: 4
Improve Spam abuse protection in dovecot by restricting access to mail accounts by IP address (e. g. with ISPConfig 3) This howto will show you how to add ip restrictions to single mail accounts when using dovecot with MySQL. This is especially useful if you need to access a mail account from only one single ip or a few ips or if you want to block specific ip addresses from accessing the mail account (e. g. due to spam abuse).
-
Data recovery from accidentally deleted files or crashed drives in Redhat, CentOS and Fedora Linux
Author: Srijan Kishore • Tags: fedora, centos • Comments: 6
Data recovery from accidentally deleted files or crashed drives in Redhat, CentOS and Fedora Linux This tutorial will help you to recover data from accidentally deleted data from Linux-file systems. This is a very drastic mistake by any user/admin which costs for huge penalties. This script will be a boon for newbies/expert for data management. I will be using TestDisk for data-recovery. Here I have simplified the task with the help of a script.
-
Script for converting Outlook pst to Thunderbird/Evolution compatible format on Linux
Author: Srijan Kishore • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 5
Script for converting Outlook pst to Thunderbird/Evolution compatible format on Linux This tutorial will show how to convert Outlook PST into Thunderbird/Evolution compatible SBD format. For this I have created a script for the conversion format.This will work in Debian/Ubuntu/CentOS too!
-
How to find outdated joomla versions on your server to reduce the risk of being hacked
Author: Croydon • Tags: linux, security, debian, fedora, suse, ubuntu, centos, linux, security • Comments: 7Today I want to focus on a topic that can lead to huge problems of hacked accounts, spam mailings etc.: Outdated Joomla installations on your server. Of course, this is valid for other software, too. The mentioned method should work in a similar way for other software. Since Joomla is widely spread throughout the internet, especially on shared hosting systems CMS (Content Management System), this howto will only cover Joomla so far.
-
Never Forget To Turn Dansguardian Back On After A Cyberspacejaywalk
Author: Webmaestro • Tags: centos, debian, fedora, linux, security, ubuntu • Comments: 1Never Forget To Turn Dansguardian Back On After A Cyberspacejaywalk Dansguardian is the leading free keyword blocker on Linux systems and it uses this method known as a weighed keyword score. Now, people who use or administer a web content filter know very well that there are situations when a filter accidentally blocks an acceptable site or even an unreviewed site. The simple solution is often to turn off filtering completely. Then it is of paramount importance that when this unrestricted cyberspacewalk ends, the administrator must turn Dansguardian back on!! But what if they forget?
-
Fedora 19 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: fedora, samba, storage • Comments: 5
This tutorial explains the installation of a Samba fileserver on Fedora 19 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 19
Author: Falko Timme • Tags: fedora, lighttpd, mysql, php, web server • Comments: 1
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 19 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 19 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.