Join Ubuntu 12.04LTS to Active Directory Domain
Preliminary Steps DNS must be configured properly. You should be able to ping “mydomain.xx” from the CLI and the host name must resolve. Generally speaking, entries in /etc/hosts are not sufficient....
View ArticleUbuntu 14.04 Web Server Tutorial
In this article, I’m going to be outlining the steps to install and configure a complete web server on a base install of Ubuntu 14.04 LTS server edition. Not only will you learn how to install a...
View ArticleJoin Ubuntu 14.04 to Active Directory Domain using realmd
This proved to be a difficult task. I spent several hours scouring the internet for various bugs in this process to little avail. I’m going to summarize what I did to actually get this puppy up and...
View ArticleAWS: Use instance role credentials to query ec2 API
I was having some issues including a token in v4 signing requests using the ec2 query API. With the help of the excellent AWS support, I know have a working example based on the documentation provided...
View ArticleDeploying Apache Virtual Hosts using Puppet on CentOS 6
Scaling a website to serve thousands or even tens of thousands of users simultaneously is a challenge often best tackled by horizontal scaling – distributing workloads across dozens or even hundreds of...
View ArticleStarting Your Linux Career: 10 Steps
I cannot lie: learning Linux took a lot of time. I spent approximately 3 years as a daily linux user before landing my first full-time Linux-based position. However, my time was not as well spent as...
View Articleopenvswitch GRE over IPv6 on CentOS 7
At my day job, I help maintain a series of network checks that need to run in parallel. Currently, we use one small VM to run each process. At first, this was a fine arrangement, as there were only a...
View Articlekdbus is merged into linux-next
kdbus is a somewhat contentious kernel patch that is intended to provide the dbus api in kernel space. It is slated to be a drop in replacement for dbus (user space), with the initial beneficiary of...
View ArticleBuilding and Installing the latest kernel on CentOS 7
The linux kernel is a constantly developing piece of software; new features and drivers are being added all the time. Fortunately for administrators, the system call API is very stable, so using a...
View ArticleJoin CentOS 6 to Active Directory Domain
Joining CentOS 6 or Red Hat Enterprise Linux 6 to an Active Directory Domain is relatively simple. While Active Directory is proprietary software developed by Microsoft, it’s fairly ubiquitous in...
View ArticleUbuntu 15.10 No GUI
Another Ubuntu release, another disappointment. I maintain, that in my personal experience, Ubuntu is the buggiest of the mainstream distros. This week I installed Ubuntu Server 15.10. I wanted to...
View ArticleHow To Write a Python Web Framework From Scratch
In recent years, Python has become a very popular web-programming language. Unlike PHP, how to go about writing a web application is a little less straight forward in Python. Most administrators are...
View ArticleDeploying OpenStack with OpenStack-Ansible
Deploying OpenStack with OpenStack-Ansible will have your organization running a production-ready OpenStack cloud in a matter of minutes. In this tutorial, I’m going to break down the steps of using...
View ArticleOpenStack Foundation Fractures the Summit
It was announced on the OpenStack-dev mailing list that the splitting of the summit is now official. Barcelona will be the last ‘traditional’ summit for OpenStack devs and operators. In it’s place...
View ArticleCentOS 6 Google App Engine Python Development with Eclipse
With more and more companies moving applications to the cloud, Google App Engine makes a lot of sense. GAE is a Platform as a Service (PaaS) product offered which runs on Google’s infrastructure....
View ArticleJoin Ubuntu 12.04LTS to Active Directory Domain
Preliminary Steps DNS must be configured properly. You should be able to ping “mydomain.xx” from the CLI and the host name must resolve. Generally speaking, entries in /etc/hosts are not sufficient....
View ArticleUbuntu 14.04 Web Server Tutorial
In this article, I’m going to be outlining the steps to install and configure a complete web server on a base install of Ubuntu 14.04 LTS server edition. Not only will you learn how to install a...
View ArticleModifying TP-Link TL-WN722N v2 driver
I recently purchased a TP-Link wifi dongle for my desktop. I have previously purchased TP-Link products and have enjoyed out of the box support. Unfortunately for me, the latest version (v2.1 or...
View Article