From 0fc3d737a4ac8b8d8edc84f995cab363fb19f54f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 28 Aug 2014 18:33:04 +0300
Subject: [PATCH] Added push action to Makefile

---
 Makefile   |  3 +++
 resume.rst | 16 +++++++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 04392e2..54f7559 100644
--- a/Makefile
+++ b/Makefile
@@ -21,3 +21,6 @@ clean:
 
 publish: all
 	rsync -az --exclude="$(RESUME)" --exclude="Makefile" --exclude="resume.css" ./ www.shore.co.il:/var/www/htdocs/www.shore.co.il/resume
+
+clone:
+	git push gitweb master
diff --git a/resume.rst b/resume.rst
index 14ed1e1..f4b61cf 100644
--- a/resume.rst
+++ b/resume.rst
@@ -16,7 +16,12 @@ 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.
+- Proud homelab owner since 2001 (started with Windows NT4).
+  Today using OpenBSD as router, proxy and load-balancer and Linux containers
+  for email, web, domain, package repository, LDAP, etc. Redundant services in
+  Amazon's AWS.
+
+- Experienced with multiple virtualization and cloud providers.
 
 - Using Linux/Unix since 2004, exclusively since 2007.
 
@@ -53,7 +58,12 @@ Employment
   based on Debian).
 
 :2008-2009:
-   Tutor at Hadar Haifa learning center.
+   Tutor at Hadar Haifa learning center, teaching math and English.
+
+:2007-2008:
+    Jr. sysadmin and helpdesk in Haifa University' library. Assisted in
+    decommissioning a Novell directory and moving to Active Directory and
+    supported Windows and RHEL servers, networking and backup 
 
 :2005-2007:
    Different help desk and jr. sysadmin positions (Assisting
@@ -75,7 +85,7 @@ Military Service
 ----------------
 
 :2002-2005:
-   L.T. Of the Commanders School in the Israeli navy training base, exemplary service.
+   L.T. Of the Israeli Navy Commanding School, exemplary service.
 
 Job expectations
 ----------------
-- 
GitLab