<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.slicehost.com/lib/styles/feed.css" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>Slicehost</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/"/>
    <id>http://wiki.slicehost.com/</id>
    <modified>2010-03-17T15:43:18+00:00</modified>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
    <entry>
        <title>setting_up_ubuntu_slice_with_django_postgresql_ledgersmb_and_openvpn</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=setting_up_ubuntu_slice_with_django_postgresql_ledgersmb_and_openvpn"/>
        <created>2010-03-17T15:23:13+00:00</created>
        <issued>2010-03-17T15:23:13+00:00</issued>
        <modified>2010-03-17T15:23:13+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=setting_up_ubuntu_slice_with_django_postgresql_ledgersmb_and_openvpn</id>
        <author>
            <name>Matthew Rankin</name>
        </author>
        <summary>The purpose of this wiki page is to provide instructions for setting up a slice to meet the needs of a small business. The basic requirements are to have two slices as follows:

	*  Slice #1: External Website provides an external customer facing website by running Apache, PostgreSQL, and Django on Ubuntu.
		*  Currently, this slice simply serves static pages; therefore, Django setup is not listed (plan to change this in the future).</summary>
    </entry>
    <entry>
        <title>mysql_tips</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=mysql_tips"/>
        <created>2010-03-17T00:54:00+00:00</created>
        <issued>2010-03-17T00:54:00+00:00</issued>
        <modified>2010-03-17T00:54:00+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=mysql_tips</id>
        <author>
            <name>David Castro</name>
        </author>
        <summary>Command Line Tips

* Good reference article

Remote Connection

 To connect to your database remotely, tunnel in via SSH. 

Run this command on your local machine: 


ssh -fNg -L 8888:127.0.0.1:3306 login@Slice-IP-Address


This creates an encrypted tunnel to your Slice’s mySQL port (3306) on your local port of 8888. Point your local admin/GUI app to localhost:8888. If this does not work, and you are running OS X with Sequel Pro try pointing it to 0.0.0.0:8888 instead.</summary>
    </entry>
    <entry>
        <title>wiki</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=wiki"/>
        <created>2010-03-16T10:43:43+00:00</created>
        <issued>2010-03-16T10:43:43+00:00</issued>
        <modified>2010-03-16T10:43:43+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=wiki</id>
        <author>
            <name>David Beck</name>
        </author>
        <summary>We love wikis. You’ll love this one too. It’s full of software tips and tricks, scripts and little nuggets that make your inner geek smile. We’re frequently uploading Slice specific scripts to automatically build and configure applications for you.</summary>
    </entry>
    <entry>
        <title>list_of_websites_currently_hosted_on_slicehost - added two sites.</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=list_of_websites_currently_hosted_on_slicehost"/>
        <created>2010-03-12T00:14:54+00:00</created>
        <issued>2010-03-12T00:14:54+00:00</issued>
        <modified>2010-03-12T00:14:54+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=list_of_websites_currently_hosted_on_slicehost</id>
        <author>
            <name>Lenley W.</name>
        </author>
        <summary>AddOne App - The hottest new iPhone app on the market

MicrositeGuru - Mobile Websites  - DIY Service for creating mobile optimized websites.

Olympus PEN  - Olympus PEN Photography Community

Match Strike - Web Development firm

Pickii - A gift idea and social shopping site.</summary>
    </entry>
    <entry>
        <title>bash_script_to_install_and_configure_a_centos_slice_with_trac_svn_and_vhost_with_2_domains - created</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=bash_script_to_install_and_configure_a_centos_slice_with_trac_svn_and_vhost_with_2_domains"/>
        <created>2010-02-23T04:43:19+00:00</created>
        <issued>2010-02-23T04:43:19+00:00</issued>
        <modified>2010-02-23T04:43:19+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=bash_script_to_install_and_configure_a_centos_slice_with_trac_svn_and_vhost_with_2_domains</id>
        <author>
            <name>coto</name>
        </author>
        <summary>#!/bin/bash

color=’\e[1;37;44m’ endColor=’\e[0m’ mail=user@domain.tld

echo -e “$color\n============================ USER / PASS / PORT =============================$endColor”

user=”newuser” passwd=”password” port=”1234”

if | &quot;$passwd&quot; = &quot;&quot; || &quot;$port&quot; = &quot;&quot; ; then</summary>
    </entry>
    <entry>
        <title>installing_subversion_trac - created</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=installing_subversion_trac"/>
        <created>2010-02-23T04:34:12+00:00</created>
        <issued>2010-02-23T04:34:12+00:00</issued>
        <modified>2010-02-23T04:34:12+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=installing_subversion_trac</id>
        <author>
            <name>coto</name>
        </author>
        <summary>yum -y install httpd mod_ssl mysql mysql-server subversion mod_dav_svn mod_python python-setuptools MySQL-python

sudo easy_install Trac</summary>
    </entry>
    <entry>
        <title>setup_cpanel</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=setup_cpanel"/>
        <created>2010-02-01T11:22:29+00:00</created>
        <issued>2010-02-01T11:22:29+00:00</issued>
        <modified>2010-02-01T11:22:29+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=setup_cpanel</id>
        <author>
            <name>Aaron Phillips</name>
        </author>
        <summary>Here’s how to setup cPanel quickly and easily on a new/fresh CentOS slice.

Purchase a cPanel License

 &lt;http://www.instantcpanellicense.com&gt;, $15/month (Distributor)

&lt;https://www.cpanel.net/store&gt;, $200/annually (Direct)

Preparation

 First you need to do a couple things.  Setup a hostname.  For the sake of this tutorial, let’s say you wanted “server1.whatever.com” to be the hostname for this server.</summary>
    </entry>
    <entry>
        <title>ubuntu_run_32bit_applications - allowed dchroot on files using relative paths</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=ubuntu_run_32bit_applications"/>
        <created>2010-01-24T04:19:27+00:00</created>
        <issued>2010-01-24T04:19:27+00:00</issued>
        <modified>2010-01-24T04:19:27+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=ubuntu_run_32bit_applications</id>
        <author>
            <name>rowan wookey</name>
        </author>
        <summary>This was adapted from: &lt;http://ubuntuforums.org/showthread.php?t=24575&gt; SliceForum discussion topic: &lt;http://forum.slicehost.com/comments.php?DiscussionID=1074&gt;

This article shows how to run some apps as 32bit apps on your 64bit Ubuntu slice. In most cases this won’t be needed, however there are some occasions where you want to run an app (that works fine in 64bit) as 32bit..</summary>
    </entry>
    <entry>
        <title>convenient_testing_environment</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=convenient_testing_environment"/>
        <created>2010-01-12T01:28:29+00:00</created>
        <issued>2010-01-12T01:28:29+00:00</issued>
        <modified>2010-01-12T01:28:29+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=convenient_testing_environment</id>
        <author>
            <name>Samuel Hopkins</name>
        </author>
        <summary>Setting up a convenient testing environment using the SliceManager 'clone' and 'backup' options

This will cover how to set up a safe and convenient testing environment for a slice. From what I can tell, this should minimize downtime and security risks to a production slice if you want to make changes or do maintenance on it.</summary>
    </entry>
    <entry>
        <title>upgrade_php_mysql_python_etc_with_ius_community_packages</title>
        <link rel="alternate" type="text/html" href="http://wiki.slicehost.com/doku.php?id=upgrade_php_mysql_python_etc_with_ius_community_packages"/>
        <created>2009-12-31T07:26:55+00:00</created>
        <issued>2009-12-31T07:26:55+00:00</issued>
        <modified>2009-12-31T07:26:55+00:00</modified>
        <id>http://wiki.slicehost.com/doku.php?id=upgrade_php_mysql_python_etc_with_ius_community_packages</id>
        <author>
            <name>BJ Dierkes</name>
        </author>
        <summary>Upgrade PHP/MySQL/Python/Etc on RHEL/CentOS

Summary

 The IUS Community Project is aimed at providing stable and regularly maintained RPM packages for the latest upstream versions of PHP, Python, MySQL and other common software specifically for Redhat Enterprise Linux and clones such as CentOS. IUS can be thought of as, “A better way to upgrade RHEL… if you really need to”.</summary>
    </entry>
</feed>
