diff options
Diffstat (limited to 'cv.tex')
-rw-r--r-- | cv.tex | 82 |
1 files changed, 51 insertions, 31 deletions
@@ -159,44 +159,64 @@ {Also using Perl extensively as a CGI in my current work environment.} \end{entrylist} \section{Software} -\begin{entrylist} - \entry - {} +\begin{software} + \entry {Operating System} - {} - {Have been using GNU/Linux on a daily basis for over a decade.\\ - Occasional user of Microsoft Windows \& macOS} - \entry - {} + { + \begin{actions} + \item{Have been using GNU/Linux on a daily basis for over a decade.} + \item{Occasional user of Microsoft Windows \& macOS.} + \end{actions} + } + \entry {Version Control} - {} - {Intensive user of Git for both professional and personal purposes.} - \entry - {} + { + \begin{actions} + \item{Intensive user of Git for both professional and personal purposes.} + \end{actions} + } + \entry {Build System} - {} - {GNU Autotools, GNU make, GCC} - \entry - {} + { + \begin{actions} + \item{GNU Autotools} + \item{GNU make} + \item{GCC} + \end{actions} + } + \entry {Debugging} - {} - {GDB, Valgrind, strace} - \entry - {} + { + \begin{actions} + \item{GDB} + \item{Valgrind} + \item{strace} + \end{actions} + } + \entry {Networking} - {} - {iproute2, nftables, tcpdump} - \entry - {} + { + \begin{actions} + \item{iproute2} + \item{nftables} + \item{tcpdump} + \end{actions} + } + \entry {Virtualization} - {} - {KVM for Virtual Machines\\ - LXC \& nspawn for containers} + { + \begin{actions} + \item{KVM for Virtual Machines} + \item{LXC \& nspawn for containers} + \end{actions} + } \entry - {} {Init System} - {} - {Systemd} -\end{entrylist} + { + \begin{actions} + \item{Systemd} + \end{actions} + } +\end{software} \end{document} |