This tutorial will walk you through the steps to repaint your scooter (or any vehicle) using spray cans at home. This is what my scooter…
Category: Tutorials
How to enable and setup php.ini on a Mac with OSX 10.8 + (MAMP Part 4)
Welcome to part 4 of the MAMP tutorial. In this post we will go over setting up php.ini on your Mac’s localhost.
How to setup phpMyAdmin on a Mac with OSX 10.8 + (MAMP Part 3)
Welcome to part 3 of the MAMP tutorial. In this post we will go over setting up phpMyAdmin on your Mac’s localhost. Part 2 walks…
How to setup MySQL on a Mac (MAMP Part 2)
Welcome to part 2 of the MAMP tutorial. In this part we will go over setting up Mysql on your Mac’s localhost. Part 1 goes…
Pulling a git repo from github to your Ubuntu server
A quick tutorial showing you how to install and setup git on an Ubuntu server and pull a repo from Github.
Easy way to give user permission to edit and add files in /var/www
Tutorial showing you how to give an Ubuntu user the right to edit and add files in the /var/www folders.
How to become root using sudo in Ubuntu
Simple trick in Ubuntu to become root if your user has the sudo group assigned to it (this way you won’t need to type sudo…
How to list all of a users groups in Ubuntu
If you need to see all of the groups assigned to a user simply type the following into the Terminal: groups username To display all…
How to find the owner and group of a directory in Ubuntu
There are two ways to find the owner and group of a directory in Ubuntu: First way: ls -l /path/to/file The 3rd field outputted is…
How to install Apache and PHP on a Mac (MAMP Part 1)
This tutorial will show you how to set up an Apache server to run PHP on a mac OSX 10.8+ with Mountain Lion or later…