Posts tagged Debian

Debian Server Guide Part 3

MySQL and PhpMyAdmin Package Installation This section will help you get MySQL install, running, and configured. We’ll get PhpMyAdmin installed and configured to help get MySQL fully manageable. First run this command to get the correct packages installed logged in as root. apt-get install mysql-server php5-mysql Its going to ask you to enter the root [...]

Debian Server Guide Part 2

Web Server Setup and Virtual Hosts Apache The following sections will vary based on purpose of your server. Use this section if you plan to use Apache as a web server. I will also show you how to setup virtual hosts for hosting several websites on one server. Remember, this is a very simple process [...]

Debian Server Guide Part 1

I love using open source software, and I recently had the opportunity to setup a hefty server using Debian. Debian can be used for so much and useful guides are few and far between for Debian setups (key word, useful). I will take you down a complete Debian server setup that can be used in [...]