chris.brookins.info chris.brookins.info

chris.brookins.info

chris / brookins

Tech and movie enthusiast. I spend my free tinkering with Linux, DIY projects and with my wife, daughter and two dogs. I am employed by my local public school system and work in a Microsoft Hyper-V server environment. I spend most of my work time managing System Center Configuration Manager. Group Policy and Forefront Identity Manager. You can find me all over the Internet on various social media sites or check out my personal tech project blog.

http://chris.brookins.info/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CHRIS.BROOKINS.INFO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 16 reviews
5 star
9
4 star
3
3 star
2
2 star
0
1 star
2

Hey there! Start your review of chris.brookins.info

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.9 seconds

FAVICON PREVIEW

  • chris.brookins.info

    16x16

  • chris.brookins.info

    32x32

  • chris.brookins.info

    64x64

  • chris.brookins.info

    128x128

  • chris.brookins.info

    160x160

  • chris.brookins.info

    192x192

  • chris.brookins.info

    256x256

CONTACTS AT CHRIS.BROOKINS.INFO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
chris / brookins | chris.brookins.info Reviews
<META>
DESCRIPTION
Tech and movie enthusiast. I spend my free tinkering with Linux, DIY projects and with my wife, daughter and two dogs. I am employed by my local public school system and work in a Microsoft Hyper-V server environment. I spend most of my work time managing System Center Configuration Manager. Group Policy and Forefront Identity Manager. You can find me all over the Internet on various social media sites or check out my personal tech project blog.
<META>
KEYWORDS
1 chris / brookins
2 techbrookins info
3 leahbrookins info
4 public key
5 coupons
6 reviews
7 scam
8 fraud
9 hoax
10 genuine
CONTENT
Page content here
KEYWORDS ON
PAGE
chris / brookins,techbrookins info,leahbrookins info,public key
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

chris / brookins | chris.brookins.info Reviews

https://chris.brookins.info

Tech and movie enthusiast. I spend my free tinkering with Linux, DIY projects and with my wife, daughter and two dogs. I am employed by my local public school system and work in a Microsoft Hyper-V server environment. I spend most of my work time managing System Center Configuration Manager. Group Policy and Forefront Identity Manager. You can find me all over the Internet on various social media sites or check out my personal tech project blog.

LINKS TO THIS WEBSITE

github.com github.com

cbrookins (chris / brookins) · GitHub

https://github.com/cbrookins

Http:/ chris.brookins.info. Jul 5, 2011. Clean-code version of the baseflight flight controller firmware. 86 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. Cbrookins has no activity during this period. You can't perform that action at this time. You signed in with another tab or window. Reload. To refresh your session. You signed out in another tab or window. Reload. To refresh your session.

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2011/12/08/PortQry.html

Dec 08, 11. PortQryV2.exe is a command-line utility that you can use to help troubleshoot TCP/IP connectivity issues. Portqry.exe runs on Windows 2000-based computers.The utility reports the port status of TCP and UDP ports on a computer you choose. This tool can be downloaded free from Microsoft. Official documentation can be found here. Using the KeepItSimple Theme.

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2014/08/25/VNC-through-a-SSH-tunnel-with-Putty.html

VNC through a SSH tunnel with Putty. Aug 25, 14. This posts assumes that you already have a SSH tunnel in place. If you do not, read this. Once you have an SSH tunnel in place, adding services to the tunnel is very simple. I prefer tunneling the traffic instead of opening up numerous ports on my router firewall. We are going to need Putty. Client. When it comes to VNC. Clients I do not really prefer one over the other. This one. Works fine for me. Of course, you will also need a working SSH tunnel. Viewe...

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2014/01/26/Using-IPTABLES-to-only-allow-traffic-through-VPN.html

Using IPTABLES to only allow traffic through VPN. Jan 26, 14. This article assumes that you have already set up a VPN connection and that the interface for that connection is named tun0. May not be needed for certain distributions). Iptables -A INPUT -i tun -j ACCEPT. Iptables -A OUTPUT -o tun -j ACCEPT. Iptables -A INPUT -s 127.0.0.1 -j ACCEPT. Iptables -A OUTPUT -d 127.0.0.1 -j ACCEPT. Iptables -A INPUT -s 10.1.1.0/24 -j ACCEPT. Iptables -A OUTPUT -d 10.1.1.0/24 -j ACCEPT. Iptables -A INPUT -j DROP.

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2012/08/18/Ubuntu-Set-DNS-servers-in-12.04.html

Ubuntu Set DNS servers in 12.04. Aug 18, 12. After doing clean installs of Ubuntu 12.04 server on my development machine I came across an odd problem on each machine. As I was trying to update the clean installs I kept getting could not resolve address error during the ‘apt-get update process. After playing with it for a minute I realized that DNS was not working. I could ping the Google IP, but when I pinged Google by name it would fail. To handle the resolv.conf file. Well, it is actually pretty easy.

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2012/01/15/Remotely-manage-a-MySQL-instance.html

Remotely manage a MySQL instance. Jan 15, 12. I have always liked to manage systems from my own workstation. I have never liked having to log into a server to manage something that I could just as easily do using management software installed on my own workstation. Different Linux distributions come with different setups. Remote connections may be allowed by default on some distributions. These steps should work on other distributions that do not allow remote connections by default. Ctrl x to exit.

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2014/05/19/Apache-load-balancing-with-pound-and-rsync.html

Apache load balancing with pound and rsync. May 19, 14. To set this up I used two Ubuntu 12.04 web servers running Apache and a Raspberry Pi, running IPFire, as my load balancer using pound. This document assumes that Apache is already configured on both hosts and serving your web site. Configuring SSH login using private key authentication. On each host run. At the next prompt hit Enter. When it prompts for a password, leave them blank. Check the contents of ‘ /.ssh’ and you should have id rsa. Director...

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2012/03/27/vSphere-Install-VMWare-Tools-in-Ubuntu-Server.html

VSphere Install VMWare Tools in Ubuntu Server. Mar 27, 12. VMware Tools is a suite of utilities that enhances the performance of the virtual machines guest operating system and improves management of the virtual machine. Without VMware Tools installed in your guest operating system, guest performance lacks important functionality. This article assumes that you already have vSphere installed with a virtual instance of Ubuntu Server 10.04 installed as a guest. Update your Ubuntu installation.

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2012/01/21/Convert-a-Virtualbox-VDI-to-a-VMWare-VMDK.html

Convert a Virtualbox VDI to a VMWare VMDK. Jan 21, 12. I recently made the switch from a headless Virtualbox. To the free VMWare vSphere Hypervisor (ESXi). Switching out the Ubuntu Server 10.04. OS for the vSphere hypervisor was simple. Took less than thirty minutes. The problem came when I found out that vSphere doesnt like the VDI. Creates by default. I probably should have checked that first. Next I came across a lot of people saying to use Qemu. I had used VBoxManage in the past to create VDI. Instal...

tech.brookins.info tech.brookins.info

chris / brookins

http://tech.brookins.info/2012/04/06/CentOS-Team-Speak-3-Server.html

CentOS Team Speak 3 Server. Apr 06, 12. This guide will help to install Team Speak 3 Server on a CentOS 6 server. This guide assumes that you have already installed CentOS 6 using the Minimal. Setting. Using a different option during installation should not impact the install of the Team Speak 3 server, but I cannot guarantee that. This was only tested using the default Minimal. Once I booted into CentOS, running. Shows only the lo (loopback) interface. Add NETWORK= 192.168.0.0. Run Team Speak 3 server, ...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL LINKS TO THIS WEBSITE

22

SOCIAL ENGAGEMENT



OTHER SITES

chris.botman.com.au chris.botman.com.au

Chris Botman

Hi, I'm a web developer at. And am also one-third of. My freelance web developer advert. Doubles as a bio. An open-source Java game. (2009).

chris.boyle.name chris.boyle.name

Chris Boyle

I'm a software engineer based in Oxford. I can usually be found writing code. Flying a plane or playing the guitar. And this gift is an illusion, this isnt hard. I've been learning the guitar for about 9 months, so thought it was time to ramble about how that's going. 11 years' experience, including developing a product your web traffic has probably passed through today. Includes details of volunteering and open-source projects. IRC: chrisboyle on freenode.

chris.bracken.jp chris.bracken.jp

Chris Bracken

Installing ibus-mozc on Ubuntu 11.10 (Oneiric Ocelot). After doing a clean install of Oneiric on my machine, first thing I did was install mozc as my input method. Turns out this is much simpler than under Natty. The process goes something like this:. From the command line, execute sudo apt-get install ibus-mozc. Restart the ibus daemon:. Usr/bin/ibus-daemon - xim -r. Set your input method to mozc. Open Keyboard Input Methods. Select the Input Method. From the Select an input method. Tuesday, May 10, 2011.

chris.brainbowband.com chris.brainbowband.com

+ Chris Worth

chris.brandlehner.at chris.brandlehner.at

Chris A. Brandlehner BLOG

Monday 8th, February 2016. Installing HomeBridge as Docker Image on Synology. This article explains how to install and omeBridge, an opensource implementation of Apples HomeKit API, on a Synology Diskstation. This tutorial requires that you own a Synology Diskstation with an Intel CPU that can run Docker. Thursday 26th, December 2013. Fun with Eclipse Browser Settings in IBM Notes. Just because we can, you can play around with some settings in IBM Notes on Windows. Http:/ www.whatismybrowser.com/. Window...

chris.brookins.info chris.brookins.info

chris / brookins

Tech and movie enthusiast. I spend my free tinkering with Linux, DIY projects and with my wife, daughter and two dogs. I am employed by my local public school system and work in a Microsoft Hyper-V server environment. I spend most of my work time managing System Center Configuration Manager. Group Policy and Forefront Identity Manager. You can find me all over the Internet on various social media sites or check out my personal tech project blog.

chris.brooks6.com chris.brooks6.com

Hello! ← Dev Blog

Larr; Christopher Brooks. My name’s Christopher Brooks, and I’m a software developer. I taught myself how to program when I was a kid, on my TI/99-4a. Ever since then, I’ve had a passion for programming. I’m a fast-learner, and a self-reliant problem solver. I enjoy working on a small tight-knit team, on projects that matter to people. I’m currently working full-time on Enable Impact. Resume: http:/ chris.brooks6.com/resume.html. Github: https:/ github.com/csbrooks6. Raquo; Side project: u8this.com.

chris.bucanac.eu chris.bucanac.eu

Chris Bućanac – www.bucanac.eu

Hi I'm Chris,. Freelancer in visual design. Visualising ideas is my profession and I do it. By using any kinds of media such as photography,. Videography and graphics to create a unique look. And a communication design that hits. Hong Kong – Efficiency meets Streetfood. Find my photo series here: Hong Kong – Where business men have lunch on tiny plastic chairs I didnt know what to expect when I…. Amana Melome – Lock and Key. German Rock in black & white. Music video for NANA. Real estate photos in NYC.

chris.bulgarianmove4u.com chris.bulgarianmove4u.com

Chris's Think Flow - Chris

Chriss Think Flow - ItS How Chris Is Done.

chris.bur.gs chris.bur.gs

Some Words Came Out My Head

Some Words Came Out My Head. Cannot load such file - bio/bullshit. GovHack 2015 NZ Awards! Our GovHack entry won some awards and nice words too. Getting TiddlyBot on the wireless. Tiddly up and running with the Wifi device you have handy. GovHack 2015: We're Going to Wellington! We've been invited to the awards ceremony. CiviCRM Contribute Form JS: Don't Rely on Priceset IDs. The foolish man built his house upon the sand. NZ PHP Conf 2015 Speaker Lineup. That didn't look like a representative sample to me.

chris.bur.st chris.bur.st

chris.bur.st - party & club photos from perth

Party and club photos from perth. LAOS, ShockOne b2b Phetsta @ Shape, 09/04/2010. Posted: April 13th, 2010.