Categories
Essays On Business

How to maintain your focus

It is no secret that keeping ones focus in business is challenging. I’ve found this especially true in a startup. That uncertain phase after you’ve got a few early adopters and now are going after the early majority. It can be tough crossing that chasm. Customers went from liking your product because it was new, […]

Categories
Essays On Business

Innovation is a necessary ingredient for success

Have you ever experienced creative block? You need a good idea and you can’t seem to think of one? I used to run a small clothing company out of my house. I was doing everything from designing t-shirts to manning events and following up with sales. Then my creative juices stopped. I was having a […]

Categories
MAMP PHP 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.

Categories
MAMP MySQL Tutorials

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 you through installing mysql on your localhost read. Part 1 shows you how to setup up Apache on your Mac.

Categories
On Business

3 simple steps to test the validity of your new tech idea

Without practical business experience, going to conferences and reading books on starting and running a tech business can give people the wrong impression. Starting a new venture appears to be really easy. Have an idea, go through a tough grind, come out the other end prosperous and successful. Best case scenario, you start a new […]

Categories
Linux MAMP MySQL Tutorials

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 over everything you need to do to setup PHP on a Mac

Categories
Git Linux Tutorials

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.

Categories
Linux Tutorials

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.

Categories
Linux Tutorials

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 in front of every command) sudo -i

Categories
Linux Tutorials

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 the groups on your Ubuntu system just type: groups