Linux Tutorials on the topic “fedora”

  • Fedora 14 Samba Standalone Server With tdbsam Backend

    samba Author: Falko TimmeTags: , , Comments: 0

    Fedora 14 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Fedora 14 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.

  • How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 14

    fedora Author: Falko TimmeTags: , , Comments: 0

    How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 14 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 14 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 14

    fedora Author: Falko TimmeTags: , , Comments: 0

    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 14 server.

  • Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Fedora 14)

    android Author: Falko TimmeTags: , , Comments: 1

    Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Fedora 14) This tutorial describes how you can set up a development environment for building Android apps on a Fedora 14 desktop using Eclipse, the Android SDK, and PhoneGap. I will describe how to build Android apps from the command line with PhoneGap and from the GUI with Eclipse and PhoneGap and how to test them in an Android emulator and on a real Android device. PhoneGap allows you to develop your Android applications using web technologies such as HTML, CSS, and JavaScript (e.g. with JavaScript libraries such as jQuery/jQTouch), and it will turn these web apps into native Android apps (in fact, PhoneGap supports multiple platforms such as Android, iPhone, Palm, Windows Mobile, Symbian, so you can use the same sources to create apps for multiple platforms).

  • SquirrelMail Configuration Easy Steps (SquirrelMail + Sendmail + Apache On RedHat/CentOS/Fedora)

    Author: hhh123Tags: , , Comments: 9

    SquirrelMail Configuration Easy Steps (SquirrelMail + Sendmail + Apache On RedHat/CentOS/Fedora) This tutorial explains how you can install and configure SquirrelMail on a RedHat/CentOS/Fedora based mail server which uses Sendmail and Apache.

  • Creating An NFS-Like Standalone Storage Server With GlusterFS On Fedora 13

    fedora Author: Falko TimmeTags: , Comments: 0

    This tutorial shows how to set up a standalone storage server on Fedora 13. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

  • Installing VirtualBox 3.2 On A Fedora 14 Desktop

    fedora Author: Falko TimmeTags: , , , Comments: 0

    Installing VirtualBox 3.2 On A Fedora 14 Desktop This tutorial shows how you can install VirtualBox 3.2 on a Fedora 14 desktop. With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system. There are two ways of installing VirtualBox: from precompiled binaries that are available for some distributions and come under the PUEL license, and from the sources that are released under the GPL. This article will show how to set up VirtualBox 3.2 from the precompiled binaries.

  • How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 14

    fedora VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 14 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 14. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 14

    fedora VMWare Image Download Author: Falko TimmeTags: , Comments: 0

    Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 14 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.

  • VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless Fedora 14 Server

    fedora Author: Falko TimmeTags: , , Comments: 3

    VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless Fedora 14 Server This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Fedora 14 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.