\documentclass[a4paper,10pt]{article}
\usepackage{enumitem}

\include{cv-commands}

\begin{document}

\setmainfont

\header
{Barney Desmond}
{+61-413-476-139 (mobile)\\
barneydesmond@gmail.com\\
Sydney, Australia}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{resumeblock}{Ten-Second Summary}
\multicolumn{2}{p{17cm}}{
A hacker at heart and a sysadmin by trade, I \emph{love} solving problems.
I enjoy learning and discovering new things all the time.
I pride myself on clear and concise communication with a no-nonsense attitude, and my ability to get along with people.
}
\largeskip
\end{resumeblock}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{resumeblock}{Employment experience}

\resumeitem{2007--Present}{Anchor (web hosting provider) -- Senior systems administrator\\ &
\begin{itemize}[topsep=-2mm,itemsep=0mm,parsep=1mm]
\item Developed automation tools to allow L1 support staff to perform L2 tasks
\item Wrote a large amount of heavily-used internal and public documentation
\item Upgraded internal monitoring systems to implement escalation of alerts
\item Forensic analysis and reporting following security breaches
\item Mentoring of new staff
\item Developed processes for rapid virtualisation of existing physical servers
\end{itemize}
}
\largeskip

\resumeitem{August 2005--February 2007}{Australian Customs Service -- Immigration officer\\ &
\begin{itemize}[topsep=-2mm,itemsep=0mm,parsep=1mm]
\item Passenger processing
\item Providing legal compliance advice and assistance to the public
\item PROTECTED security clearance
\end{itemize}
}
\largeskip

\resumeitem{July 2005 - December 2005}{University of New South Wales Library -- Desktop support technician\\ &
\begin{itemize}[topsep=-2mm,itemsep=0mm,parsep=1mm]
\item Face to face support for approximately 500 staff and student workstations
\item Large-scale automated rollout of new workstations
\item Assisted in design and deployment of a new Active Directory infrastructure
\end{itemize}
}
\largeskip

\end{resumeblock}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{resumeblock}{Education}
\resumeitem{2002--2006}{Bachelor of Science (Computer Science)\\
	& University of New South Wales}
\largeskip
\end{resumeblock}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{resumeblock}{Keywords}

\resumeitem{Operating Systems}{Strong knowledge of Linux (primarily Debian and Redhat) and Windows}
\shortskip

\resumeitem{Languages}{Lots of Python, shell, Perl, PHP, C, read-only exposure to Ruby, Java, etc.}
\shortskip

\resumeitem{Databases}{PostgreSQL admin and extension, MySQL admin, some MSSQL exposure}
\shortskip

\resumeitem{Networking}{Architecture, addressing, routing, debugging, performance, VPN, IPv6, firewalls}
\shortskip

\resumeitem{Security}{Policy, risk assessment, reporting, auditing, analysis, best practice, crypto}
\shortskip

\resumeitem{Automation}{Puppet, automated OS installation, scripting core unix utilities, cfengine}
\shortskip

\resumeitem{Webapps}{LAMP stack, nginx, WSGI, Rails, Tomcat}
\shortskip

\resumeitem{People}{Listener, amicable, professional, courteous, level-headed}
\largeskip

\end{resumeblock}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{interestsblock}{Interests \& activities}


\begin{itemize}[topsep=-2mm,itemsep=1mm,parsep=1mm]

\item Japanese language and culture
\item Photography
\item Costuming
\item Cryptography

\end{itemize}
&

\begin{itemize}[topsep=-2mm,itemsep=1mm,parsep=1mm]

\item Image metadata storage and indexing
\item Custom hash-based filesystem index
\item Software translation and localisation

\end{itemize}


\end{interestsblock}


\end{document}
