See Beyond The Disagreement

This post is not about the controversial side of this photo. Briefly, this is one of the American President’s children sitting in his place at the 2017 G20 summit in Berlin, as though she had some legitimate role in elected government. In place of this absentee president, some random relative of his is sitting in… Continue reading See Beyond The Disagreement

Published
Categorized as Blog

Goals Update: 2017-07-08

Academics Khan: Complete Algebra Review I will review algebra and then test into the courses I need for my degree. This will be a higher priority once I am done with working at Tech 2U and I am able to devote more time to education. Khan: Complete Trigonometry I will complete trigonometry online in order to… Continue reading Goals Update: 2017-07-08

Published
Categorized as Goals

How to Start a Business For Free (With Examples)

I gave this speech for a public speaking class. It included a self-evaluation assignment which I share here;   CJ Trowbridge 2017-07-05 Sierra College Comms 1 Scott Kirchner Demonstration Speech Self-Evaluation Assignment In my speech, I demonstrated how to bootstrap a business. I gave examples from my experience bootstrapping a pizza business in Chico several… Continue reading How to Start a Business For Free (With Examples)

How To Migrate Production MySQL Database Servers

Migrating database servers in production, whether they are large or small, is a surprisingly simple process but a delicate one. There are fewer methods available as the size goes up. This is something I have been asked about by several colleagues so I decided to document my processes and best practices. The File Method (BEST) This… Continue reading How To Migrate Production MySQL Database Servers

Setting Up PHP Apache2 MySQL MSSQL Server on Azure

First, update the packages; sudo apt-get update && sudo apt-get upgrade Set up initial applications; sudo apt-get -y install unzip fail2ban apache2 mysql-server php5 php5-curl php-pear php5-mysql php5-mcrypt screenfetch htop nload curl git ntp freetds-common freetds-bin unixodbc php5-sybase && sudo php5enmod mcrypt && sudo a2enmod rewrite && sudo service apache2 restart && sudo mysql_secure_installation Set Up SMTP… Continue reading Setting Up PHP Apache2 MySQL MSSQL Server on Azure