adding d3k, reformatting
This commit is contained in:
parent
0e989935cf
commit
7d3765cbf3
16
Main.tex
16
Main.tex
@ -19,7 +19,7 @@
|
|||||||
%\ecvEPR{Address}{P.O. Box 453, Stuart, IA}
|
%\ecvEPR{Address}{P.O. Box 453, Stuart, IA}
|
||||||
\ecvEPR{Telephone}{(+1) 707-847-8324}
|
\ecvEPR{Telephone}{(+1) 707-847-8324}
|
||||||
\ecvEPR{E-Mail}{\ecvHyperEMail{david.daily@daviddaily.dev}}
|
\ecvEPR{E-Mail}{\ecvHyperEMail{david.daily@daviddaily.dev}}
|
||||||
\ecvEPR{Gitea}{\href{https://daviddaily.dev/david}{daviddaily.dev/david}}
|
\ecvEPR{Git}{\href{https://daviddaily.dev/david}{daviddaily.dev/david}}
|
||||||
%\ecvEPR{Nationality}
|
%\ecvEPR{Nationality}
|
||||||
% {USA}
|
% {USA}
|
||||||
%\ecvEPR{Date of birth}
|
%\ecvEPR{Date of birth}
|
||||||
@ -42,10 +42,10 @@
|
|||||||
\item John Deere AMS Products Troubleshooting
|
\item John Deere AMS Products Troubleshooting
|
||||||
\item Git branching / Continuous Integration
|
\item Git branching / Continuous Integration
|
||||||
\item Comfortable using Linux CLI
|
\item Comfortable using Linux CLI
|
||||||
\item \href{https://daviddaily.dev/explore/repos?q=latex}{\LaTeX \hspace{0.5mm} (what is being used to render this pdf)}
|
\item \href{https://daviddaily.dev/explore/repos?q=latex}{\LaTeX \hspace{0.5mm}}
|
||||||
\item \href{https://daviddaily.dev/explore/repos?q=ahk}{AutoHotKey}
|
\item \href{https://daviddaily.dev/explore/repos?q=ahk}{AutoHotKey}
|
||||||
\item \href{https://daviddaily.dev/explore/repos?q=python}{Python}
|
\item \href{https://daviddaily.dev/explore/repos?q=python}{Python}
|
||||||
\item Docker (how gitea, nginx, and letsencrypt are installed)
|
\item Docker \& Docker-Compose
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,14 +59,16 @@
|
|||||||
%%% Projects
|
%%% Projects
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\ecvBSec{Projects}
|
\ecvBSec{Projects}
|
||||||
\ecvEBSub{Network Tunnel}
|
\ecvEBSub{Extensive AutoHotkey scripts}
|
||||||
{Set up a network tunnel between friends using OSPF and Quorra. Router is a \href{https://mikrotik.com/product/RB952Ui-5ac2nD}{MicroTik hAP ac lite}, webserver below used as wireguard server as it is not readily available for RouterOS.}
|
{Used \href{https://www.autohotkey.com/}{AutoHotkey} to develop and build out \href{https://daviddaily.dev/david/d3k/}{D3K}, a set of script built to make my job in the call center easier. This includes a section that \href{https://daviddaily.dev/david/d3k/wiki/GloVar}{turns a .ini into global replacements automatically.}}
|
||||||
|
\ecvEBSub{WireGuard Network Tunnel}
|
||||||
|
{Set up a \href{https://www.wireguard.com/}{WireGuard} network tunnel between my server and servers belonging to friends using \href{https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7039-1.html}{OSPF}. }
|
||||||
\ecvNewLine
|
\ecvNewLine
|
||||||
\ecvEBSub{Custom DNS, DHCP, and VPN server}
|
\ecvEBSub{Custom DNS, DHCP, and VPN server}
|
||||||
{Utilized a Raspberry Pi to function as DHCP server, block ads by DNS, and to run as an OpenVPN server. The base of this project is \href{https://pi-hole.net/}{PiHole}, a DNS ad blocker built to run on a Raspberry Pi}
|
{Utilized a Raspberry Pi to function as DHCP server, block ads by DNS, and to run as an OpenVPN server. The base of this project was \href{https://pi-hole.net/}{PiHole}, a DNS ad blocker built to run on a Raspberry Pi. I have since replaced this with \href{https://nextdns.io/}{NextDNS} running at the router level.}
|
||||||
\ecvNewLine
|
\ecvNewLine
|
||||||
\ecvEBSub{Web Server}
|
\ecvEBSub{Web Server}
|
||||||
{Set up and maintaining a CentOS 7 server to host websites, databases, and projects including AutoHotKey, \LaTeX \hspace{0.5mm} (the tool being used to render this pdf), and Python. Utilized \href{https://www.docker.com/}{docker} to install \href{https://www.nginx.com/}{nginx}, \href{https://letsencrypt.org/}{letsencrypt}, and \href{https://gitea.io/}{gitea} after having installed them manually on a previous install of the Web Server}
|
{Set up and maintaining a CentOS 7 server to host websites, databases, and projects including \href{https://daviddaily.dev/explore/repos?q=ahk}{AutoHotKey}, \href{https://daviddaily.dev/explore/repos?q=latex}{\LaTeX \hspace{0.5mm}} (the tool being used to render this pdf), and \href{https://daviddaily.dev/explore/repos?q=python}{Python}. Utilized \href{https://www.docker.com/}{Docker \& Docker-Compose} to install \href{https://www.nginx.com/}{nginx}, \href{https://letsencrypt.org/}{letsencrypt}, and \href{https://gitea.io/}{gitea} after having installed them manually on a previous version of the Web Server}
|
||||||
\ecvNewLine
|
\ecvNewLine
|
||||||
\ecvEBSub{Self-Hosting a Website}
|
\ecvEBSub{Self-Hosting a Website}
|
||||||
{Configured the above CentOS 7 installation to host \href{https://daviddaily.dev}{a website (daviddaily.dev)} and its components by using Apache, PHP, and Ajax. SSH and SFTP are secured with private keys.}
|
{Configured the above CentOS 7 installation to host \href{https://daviddaily.dev}{a website (daviddaily.dev)} and its components by using Apache, PHP, and Ajax. SSH and SFTP are secured with private keys.}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user