diff --git a/Makefile b/Makefile index 4bbc93df1334b790e99a10395e11860f63d13a52..b6afd5c09726a8d253d01b5f1b573cb5378dbcfc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ resume = resume.rst +css = resume.css papersize = A4 all: html pdf docx odt @@ -6,17 +7,17 @@ all: html pdf docx odt html: $(resume) pandoc -s -t html5 --email-obfuscation=none -c resume.css $(resume) -o resume.html -pdf: $(resume) html - pandoc resume.html -V papersize=$(papersize) -o resume.pdf +pdf: $(resume) + pandoc $(resume) -c $(css) -V papersize=$(papersize) -o resume.pdf docx: $(resume) html - pandoc resume.html -V papersize=$(papersize) -o resume.docx + pandoc $(resume) -c $(css) -V papersize=$(papersize) -o resume.docx odt: $(resume) html - pandoc resume.html -V papersize=$(papersize) -o resume.odt + pandoc $(resume) -c $(css) -V papersize=$(papersize) -o resume.odt clean: rm resume.html resume.pdf resume.docx resume.odt publish: all - echo "stub for publishing" + rsync -az --exclude="$(resume)" --exclude="Makefile" --exclude="resume.css" ./ www.shore.co.il:/var/www/htdocs/www.shore.co.il/resume diff --git a/resume.rst b/resume.rst index fcdd69b9e6408d6b837c8d71a37c409cae4157db..14ed1e122820c509b6930c8334e2122b84be377e 100644 --- a/resume.rst +++ b/resume.rst @@ -1,15 +1,85 @@ +Nimrod Adar - Resume +#################### + +Contact information +------------------- + +:Tel: + +972-52-871-3696 + +:Mail: + nimrod@shore.co.il + About me -######## +-------- + +- Programming since 1996 in multiple languages, including: Python, C, + C++, Scheme, Pascal, Perl and Assembly (mostly C and Python). + +- Had a homelab since 2001. Started with NT4, then W2K with AD. + +- Using Linux/Unix since 2004, exclusively since 2007. + +- In homelab now: Debian, FreeBSD and OpenBSD, OpenLDAP, LXC and jails, + Puppet, KVM/ libvirt. Running my own domain, secure web, mail servers + and signed Debian package repository, simple load balancing and + proxying, embedded OpenWRT ipsec VPN endpoints, some AWS instances, + DMZ for internet-facing services. + +- Speaks Hebrew (mother tongue) and English (Fluent). + +- Born in ’83. + +- Resides in Haifa, Israel. + +- German and Israeli citizenship. + +- Avid sailor, used to be rank 2nd in Israel in 5.5m Catamarens. + +Employment +---------- + +:2013: + Sysadmin in Intel Haifa (managing a cluster of ~250 SuSE Linux + servers and ~80 TB of EMC and NetApp NAS appliances using NFS in + production and DR replicated environments, shell scripting, Python + and automation and some package managment). + +:2008-2013: + Technical director of Haifa's cinematheque (Setup a + windows based ticketing system with PowerShell automation, new LAMP + based web site with online orders, new digital projection system with + Linux server, networking projection rooms and self built 20TB NAS + based on Debian). + +:2008-2009: + Tutor at Hadar Haifa learning center. + +:2005-2007: + Different help desk and jr. sysadmin positions (Assisting + with multiple DNS, DHCP on Windows and Linux, Networking and routing, + wireless access points with WPA-Enterprise, thin clients with PXE + booting and Windows Terminal Services, tape backups, RHEL and Ubuntu + support) + +Education +--------- + +:2007-2010: + Haifa University, majoring in CS. -:date: 2014-04-19 -:summary: All about Nimrod. -:slug: about-me +:2006: + Technion, majoring in MIS -Hi. -I'm Nimrod Adar, a Linux and BSD sysadmin and as-needed developer from Haifa, Israel. +Military Service +---------------- -This is my blog about what I do and thus it serves 2 purposes. The 1st is to be my personal journal to document the how or why of some problem solving. The 2nd is more outward facing, for it be a resource for others (by no way complete) and for me to publish whenever I need to. +:2002-2005: + L.T. Of the Commanders School in the Israeli navy training base, exemplary service. -Also, I'm a part-time freelancer so you can contact me at `nimrod@shore.co.il <mailto: nimrod@shore.co.il>`_ or at 052-8713696 (+972-52-871-3696 outside of Israel). +Job expectations +---------------- -Last thing, my public `GPG public key <https://www.shore.co.il/blog/static/nimrod.gpg>`_ \ No newline at end of file +Looking for a sysadmin, devops or integration position. Preferably in +Haifa, willing to commute to Tel-Aviv if the office is close to a train +station, or telecommute.