Archive for the 'Guides' Category
We all want to have local directories in Apache so we can write and test code safely. Here’s how to do it
1. Create a directory in your home called public_html
2. Install the userdir Apache module using the a2enmod command like so
sudo a2enmod userdir
3. Edit the Apache 2 user preferences configuration file at /etc/apache2/httpd.conf
sudo vi [...]
Attribution
This guide has been adapted from the following pages
http://keystoneit.wordpress.com/2006/03/21/citrix-client-install-for-ubuntu/
http://ubuntuforums.org/archive/index.php/t-85398.html
Introduction
The Citrix client is a very good but proprietary thin client technology that I need to access my work environment via the internet. What you see below is what I have scraped together from a couple of sites. I hope it is useful and thank [...]