2017-02-25

This/Each Week Advance on HackerRank I have not made time for this. I want to say I will this week, but it seems more likely that this will take a back seat for the time being. Read Hacker News It would be hard not to do this every day. I will remove the goal but continue doing… Continue reading 2017-02-25

Published
Categorized as Goals

MusicalCurrents.com – Inception

This week, I bought a new domain MusicalCurrents.com themed off my work with Angela Lombardi at The Maltese, and I discussed licensing and legal requirements with Neal Osincup, a prolific radio producer and old friend of mine. Angela and I were trying to build an audience for current music which wasn’t present on the radio in Chico at the… Continue reading MusicalCurrents.com – Inception

Published
Categorized as Blog

Reflecting on 2016; Planning 2017

Note: this post is very flow-of-thought and was composed over several days. The goals derived from it are more structured and can be found at accomplish.cjtrowbridge.com.   Looking back, most of my goals for 2016 were learning goals, and went unaccomplished. All but one of my non-learning goals was accomplished. I successfully doubled my income, I… Continue reading Reflecting on 2016; Planning 2017

Published
Categorized as Goals

❤️ Sam Harris and Jason Calicanis on Mindfulness, Truth, and which Trump is the Real Trump

Having closely followed both of these guys for years and listened to their podcasts on a weekly basis, I was very surprised to see them billed together on Jason’s podcast last week. I was also very surprised when during the introduction, they tell the story of how their circle of close friends has gotten together… Continue reading ❤️ Sam Harris and Jason Calicanis on Mindfulness, Truth, and which Trump is the Real Trump

Raspberry Pi 3 NAS: Debian, Apache, Samba, BitTorrent Sync, BitTorrent [In-Progress]

NAS stands for Network Accessible Storage, but in this post we are taking it to the next level! I will show you how to build a Raspberry Pi 3 NAS with a few extra features: Using Debian as the OS will be easy to secure and light on resources, but also Debian runs on anything,… Continue reading Raspberry Pi 3 NAS: Debian, Apache, Samba, BitTorrent Sync, BitTorrent [In-Progress]

Published
Categorized as Projects

Wifi Pentesting on a Raspberry Pi [In-Progress]

I want to expand on these resources to create a good post about wifi pentestint on Raspberry Pi. I will also include Wifite which has made the process really easy for me.   http://www.catonrug.net/2014/05/prepare-reaver-for-raspberry-pi.html http://lifehacker.com/5873407/how-to-crack-a-wi-fi-networks-wpa-password-with-reaver http://askubuntu.com/questions/362146/how-to-install-cowpatty

Published
Categorized as Projects

Building a Debian Application Server with PHP 7 + MySQL 5.7 + MS SQL

One of the applications I am building integrates with a legacy software platform including MS SQL Server. In past versions of PHP, there was a simple and free tool called FreeTDS which enabled PHP to connect to MS SQL Server, but this has been deprecated as of PHP 7. In order to get all the new… Continue reading Building a Debian Application Server with PHP 7 + MySQL 5.7 + MS SQL

2017-01-27

This/Each Week Stay up on Medium and contribute regularly I feel like the quality of medium has gone down. I find myself less interested and finding less content I enjoy. I will remove this goal. Advance on HackerRank I have not made time for this. I will create an event this week to try to do… Continue reading 2017-01-27

Published
Categorized as Goals

Setting Up a Debian Server with PHP 7 and MySQL 5.7

First, I created a droplet with Digital Ocean (Referral Link) and give it 1GB RAM. Now, the default apt list needs to be expanded; nano /etc/apt/sources.list Add these sources… deb http://httpredir.debian.org/debian jessie main contrib non-free deb-src http://httpredir.debian.org/debian jessie main contrib non-free deb http://httpredir.debian.org/debian jessie-updates main contrib non-free deb-src http://httpredir.debian.org/debian jessie-updates main contrib non-free deb http://ftp.debian.org/debian… Continue reading Setting Up a Debian Server with PHP 7 and MySQL 5.7