Run Multiple Applications in CodeIgniter
You’ve installed CodeIgniter and you’ve written a couple of applications. Now, you want to run two of your applications under one install of CodeIgniter. The following article discusses how to run...
View ArticleThe Perfect Server Based On Ubuntu 10.04
There is no such thing as a perfect server, but this particular one is as close as you can get to being perfect. This tutorial will walk you through how to install the Ubuntu 10.04 LTS Server with all...
View ArticleApache Error: Fully Qualified Domain Name
I recently installed Ubuntu and the Apache web server on another desktop computer. If you like to know how to install Apache, please read my previous post about installing LAMP. In this instance,...
View ArticleMount Bind
The mount command in Linux is used to attach a file system to a certain device. One of the least used features within mount is called bind. With bind, you can mount a certain directory to another...
View ArticleApache mod_spdy
Are you looking for ways to increase the speed of your website? Apache has a new module called mod_spdy which is a new networking protocol spawned by Google. Howtoforge has the install tutorial. It...
View ArticlePermissions To Webroot
I was wondering about the best way to implement and give permissions to webroot, also known as the root directory of your web server. I’m familiar with Ubuntu’s structure, so I’ll use Ubuntu’s default...
View ArticleSimple Invoices 500 Internal Server Error
Simple Invoices is a free, open source, web based invoicing system that you can install on your server, desktop, or at a service provider. I installed Simple Invoices on a webhost company I rather not...
View ArticleDefault Virtual Host in Apache
If you have multiple domains installed in a virtual host configuration with one IP address in Apache, the IP address may not resolve to the domain you prefer. Let me explain. For example, you have the...
View ArticleCheck Apache Version
If you want to know what version of Apache you’re running, do this command: apache2 -v
View ArticleInstall Laravel 4.2 on Ubuntu Server 14.04 LTS
I was having a little trouble getting Laravel installed on a newly installed Ubuntu 14.04 LTS server. I’ve decided to document the whole process in hopes that I’ll use the documentation to good use...
View Article