Linux Tutorials on the topic “ubuntu”
-
How To Share Your Photos For Free From Your Home Server Using Ubuntu 12.04 LTS And phpAlbum
Author: mrpurple • Tags: apache, ubuntu • 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
Author: mrpurple • Tags: apache, ubuntu, web server • 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.
-
Encrypt Your Data With EncFS (Ubuntu 13.04)
Author: Falko Timme • Tags: security, ubuntu • 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 Ubuntu 13.04 to encrypt your data.
-
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 13.04
Author: Falko Timme • Tags: lighttpd, ubuntu, web server • Comments: 0
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 13.04 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.
-
Installing And Using OpenVZ On Ubuntu 13.04 (AMD64)
Author: Falko Timme • Tags: virtualization, ubuntu, openvz • Comments: 5
Installing And Using OpenVZ On Ubuntu 13.04 (AMD64) In this HowTo I will describe how to prepare an Ubuntu 13.04 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
-
phpvirtualbox - Running Virtual Machines With VirtualBox 4.2 and phpvirtualbox On A Headless Ubuntu 12.04 Server
Author: ldrrp • Tags: virtualization, ubuntu, virtualbox • Comments: 11
phpvirtualbox - Running Virtual Machines With VirtualBox 4.2 and phpvirtualbox On A Headless Ubuntu 12.04 Server phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers. This tutorial explains how to install phpvirtualbox on an Ubuntu 12.04 server to manage a locally installed, headless VirtualBox (version 4.2).
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 13.04
Author: Falko Timme • Tags: mysql, nginx, php, ubuntu, web server • Comments: 3
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 13.04 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP) .
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 13
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 13.04 server with PHP5 support (mod_php) and MySQL support.
-
How To Add WiKID Two-Factor Authentication To OpenVPN Community On Ubuntu 13.04
Author: nowen • Tags: linux, security, storage, ubuntu • Comments: 0
How To Add WiKID Two-Factor Authentication To OpenVPN Community On Ubuntu 13.04 These instructions describe setting up two-factor authentication with WiKID Strong Authentication, which is a commercial/open source two-factor authentication system and OpenVPN, an SSL-encrypted VPN, on an Ubuntu 13.04 Linux server using the Radius Pluggable Authentication Module. First, we will configure PAM to use Radius, then we will configure OpenVPN to use PAM and one-time passwords, then we will create a network client on the WiKID server for OpenVPN. We won't go into specifics about installing these services, rather we will focus on configuring them to all work together.
-
High Availability NFS With DRBD + Heartbeat
Author: rbabchis • Tags: ubuntu, high-availability • Comments: 1High Availability NFS With DRBD + Heartbeat This document describes information collected during research and development of a clustered DRBD NFS solution. This project had two purposes: HA NFS solution for Media-X Inc.; develop a standard tool kit and documentation that Win2ix can use for future projects.