|
Linux Tips & Tricks
|
|
Written by Brandon Flath
|
|
Thursday, 26 April 2012 00:00 |
Ubuntu 12.04 LTS Released!
Today marks the release of Ubuntu 12.04 LTS one of my favorite linux distributions. With enhancements to Unity it actually looks like this is the linux for everyone. Faster then ever the system performs well on modern systems, however it does require 1gb of ram and a decent graphics card for Unity to function smoothly. On faster machines it screams, but does breath new life into older systems as well. With Windows 8 coming out in October and many people still struggling to make the move from Windows XP now is a great time to move to linux. Our techs use linux everyday, and we're big fans of Ubuntu so visit www.Ubuntu.com and download it for Free today. If you need help installing and setting it up on your machine our techs offer Ubuntu Installation at our store in Albuquerque, NM for only $149.99. We will install Ubuntu, configure drivers and setup your system to take full advantage of linux. Ubuntu even includes an app store that allows you to install your favorite programs with a simple click of a button. |
|
|
Linux Tips & Tricks
|
|
Written by Brandon Flath
|
|
Wednesday, 02 February 2011 22:08 |
|
We recently moved our servers to Rackspace cloud to give us the flexibility on growth and redundancy we were looking for. As part of this I had to rebuild our 5 year old web server from scratch. So let's go over today implementing suPHP for security.
Let's get started and ssh into the server:
First let's install suPHP
# sudo apt-get install libapache2-mod-suphp
After the suphp install mod_php5 using the following;
# sudo a2dismod php5
# sudo nano /etc/apache2/apache2.conf
and adding the following at the end of the file;
SuPHPsuPHP_Engine on
suPHP_AddHandler application/x-httpd-php .php
|
|
Read more...
|
|
Linux Tips & Tricks
|
|
Written by Brandon Flath
|
|
Tuesday, 28 September 2010 18:14 |
|
Well my distro of choice is Ubuntu and currently we are in 10.10, so we need to setup no-ip.org dynamic IP's on our laptop's so when we go to connect to the VPN our firewall can look to see if the IP is authorized before even listening for credentials or certificates. So here's my notes on getting it installed and configured on Ubuntu 10.10 desktop edition.
Sign up for an account and download the client from
http://no-ip.org
|
|
Read more...
|
|
|
|
|
|
|