-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: php
LEMP Site Setup Script, including SFTP
Setting up a LEMP server on Debian 6 was the first post I ever wrote. The impetus for that post (and this blog) was to chronicle all the steps I took, so that I could go back later and find my answers here, instead of googling them up all over […] Continue Reading
Display All Errors and Warnings in PHP
I find myself googling this up waaaaaaay too often, but there’s nothing unusual about that. I usually put this at the top of my code during development.
[note color=”#DDD”] PHP error_reporting(E_ALL); ini_set('display_errors', '1'); 12 error_reporting(E_ALL);ini_set('display_errors', '1'); [/note]Here’s another handy […] Continue Reading
Posted in Googling for Answers, Web Development
Tagged php, web development
Setting up a LEMP server on Debian 6
Skip the long winded description
Downloading Packages
Vhost Configuration
Testing
Installing MySQL
Installing phpMyAdmin
Setting up SFTP
I’ve been playing with linux as a hobby for about 13 years and I’ve been running my own virtual servers for web and mail for about 2. In all that time, my only […] Continue Reading