HowtoForge provides user-friendly Linux tutorials.

  • Searching For Files And Folders With The find Command

    Author: DanMillikenTags: Comments: 2

    Searching For Files And Folders With The find Command In this tutorial we'll look at the find command and how you can quickly use it to locate files in your filesystem. Find is a powerful utility capable of locating files anywhere on your system including mounted drives and removable storage, processing regular expressions, and even running other commands on those files. Fortunately only a few simple options are needed to provide most users with all the capability they need.

  • Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Debian Wheezy

    debian Author: Falko TimmeTags: , Comments: 1

    This tutorial shows how to set up a standalone storage server on Debian Wheezy. 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.

  • Running ProcessWire On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04

    nginx Author: Falko TimmeTags: , , , Comments: 2

    This tutorial shows how you can install and run ProcessWire on a Debian Wheezy or Ubuntu 13.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

  • Virtualization With KVM And openQRM 5.1 On Debian Wheezy

    debian Author: openQRMTags: , , Comments: 0

    Virtualization With KVM And openQRM 5.1 On Debian Wheezy This HowTo is about how to create and manage KVM Virtual Machines on Debian 7 aka Wheezy with openQRM 5.1.

  • How To Share Your Photos For Free From Your Home Server Using Ubuntu 12.04 LTS And phpAlbum

    ubuntu Author: mrpurpleTags: , Comments: 1

    How To Share Your Photos For Free From Your Home Server Using Ubuntu 12.04 LTS And phpAlbum If you would like to share your photos with family and friends from your own home server rather than posting onto some social networking site then perhaps this is the how-to for you. phpAlbum is an easy to use photosharing website that you can host yourself and use it to easily manage, view and selectively share your own photo collection with freinds, family, and the world. It's all free and you retain full ownership over the whole system.

  • How To Forward Ports To Your Ubuntu 12.04 LTS LAMP Server

    ubuntu Author: mrpurpleTags: , , Comments: 0

    How To Forward Ports To Your Ubuntu 12.04 LTS LAMP Server This how-to is a wrapper for the fantastic portforwarding help site www.portforward.comTo support, and make it very easy for, those who want to set up a home server on an ubuntu 12.04 LTS server running LAMP. I will assume you have installed ubuntu 12.04 LTS with LAMP and are trying to setup a webserver and need to do a port forward for port 80. While we're at it we'll choose a setup to do port 443 as well so we could potentially host websites on https later. Once you've gone through the process you can repeat it for any ports you may require as defined by the service you are trying to serve to the internet.

  • Fedora 19 Samba Standalone Server With tdbsam Backend

    samba VMWare Image Download Author: Falko TimmeTags: , , 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.

  • How To Test Your Dansguardian, Safesquid, POESIA, Parental Internet Filter Or We-Blocker Keyword Filter Anytime Anywhere

    Author: WebmaestroTags: , Comments: 4

    How To Test Your Dansguardian, Safesquid, POESIA, Parental Internet Filter Or We-Blocker Keyword Filter Anytime Anywhere Keyword filters block unwanted web pages on the basis of potentially fallen words found in them. However, to be sure that a page is indeed offensive, keyword filters nowadays are not designed to block sites on the basis of just about any potentially offensive word. Instead they measure the number of potentially offensive phrases and often the number of times they occur so as to allow a limited number of occurrences in pages such as those on anatomy, forms requiring gender information, crime reports, statistical reports, administrative information, art etc. The leading keyword blockers like Dansguardian which is extremely popular on Linux or SafeSquid which is popular on Linux and Windows use this method known as a weighed keyword score.

  • Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 19

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , , , 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.

  • Setting Up KeePass For Centos 6

    centos Author: mrnuxiTags: , Comments: 9

    Setting Up KeePass For Centos 6 This mini-howto describes how to set up KeePass on Centos 6. It requires building mono from source and installing the "portable" version of KeePass. Finally there are a few tweaks that need to be done so that it can execute properly.