diff --git a/config.yaml b/config.yaml index 6f882fa..636f2c1 100644 --- a/config.yaml +++ b/config.yaml @@ -52,7 +52,7 @@ params: Social: bitbucket: "pcdummy" # gitlab: pcdummy - github: pcdummy + github: jochumdev # flickr: "pcdummy" # twitter: "pcdummy" # facebook: "pcdummy" diff --git a/content/author/jochum.md b/content/author/jochum.md index 53a06ef..c054970 100644 --- a/content/author/jochum.md +++ b/content/author/jochum.md @@ -20,14 +20,14 @@ Programming Languages (in order of preference): Language | Years of Knowledge --------------|------------------------------------------------------------------------- -Python | [12+](https://github.com/pcdummy/socketrpc) -Go | [10+](https://github.com/pcdummy/golxml) -C++ (with Qt) | [12+](https://github.com/pcdummy/Warzone-QML-Frontend) +Python | [12+](https://github.com/jochumdev/socketrpc) +Go | [10+](https://github.com/jochumdev/golxml) +C++ (with Qt) | [12+](https://github.com/jochumdev/Warzone-QML-Frontend) PHP | 19+ Javascript | 20+ Visual Basic | [20+](http://www.vbarchiv.net/tipps/details.php?id=680) VB.NET | 13+ -C# | [9+](https://github.com/pcdummy/SharpFlame) +C# | [9+](https://github.com/jochumdev/SharpFlame) Operating Systems: Linux, OS-X, Windows @@ -35,7 +35,7 @@ Languages: German (first language), English (fluent) ### OpenSource Activities -#### 2022: [MicroLobby - 3rd gen lobbyserver for Warzone 2100](https://github.com/pcdummy/microlobby) +#### 2022: [MicroLobby - 3rd gen lobbyserver for Warzone 2100](https://github.com/jochumdev/microlobby) MicroLobby is the next, next gen lobbyserver for Warzone 2100 after wzlobbserver-ng. @@ -70,7 +70,7 @@ In german theres a wording "Girl for everything" - I help where I can under the Hosting and maintenance of the website. Intodruced the [buildbot](http://buildbot.wz2100.net/). -Introduced a new [Lobby Server](https://github.com/pcdummy/wzlobbyserver-ng) in Python. +Introduced a new [Lobby Server](https://github.com/jochumdev/wzlobbyserver-ng) in Python. #### 2002 - ca. 2006: [Apachefriends](https://www.apachefriends.org) XAMPP @@ -107,14 +107,14 @@ Tools I have been working with: Development in Perl, mainly developed a Client for Proxmox Virtual Environment. -- [pmxc](https://github.com/pcdummy/pmxc) +- [pmxc](https://github.com/jochumdev/pmxc) - [pve-client](https://git.proxmox.com/?p=pve-client.git;a=shortlog) #### November 2016 – January 2017: [Stiftung Maria Ebene](http://mariaebene.at) Developing interfaces between Apps (SAP / Filemaker / ELGA uvm.). -- [py-restfmclient](https://github.com/pcdummy/py-restfmclient) python client library for Filemaker over [RESTfm](http://restfm.com) +- [py-restfmclient](https://github.com/jochumdev/py-restfmclient) python client library for Filemaker over [RESTfm](http://restfm.com) #### August 2015 – October 2016: [Webmeisterei GmbH](https://webmeisterei.com) diff --git a/content/post/emulate-a-hetzner-root-with-mininet.md b/content/post/emulate-a-hetzner-root-with-mininet.md index c0a7d2a..e9d9676 100644 --- a/content/post/emulate-a-hetzner-root-with-mininet.md +++ b/content/post/emulate-a-hetzner-root-with-mininet.md @@ -15,14 +15,14 @@ OpenVSwitch would allow me to add features like **Firewall as a Service** or **I BUT these servers are all in production, i can't play on them, this is where [Mininet](http://mininet.org/ "Mininet") comes in use, it allows me to emulate a full network on a single VM, without touching these root Servers. -Have a look at this [Script](https://gist.github.com/pcdummy/9b9d1589289b649d8207 "hetzner.py") if you also need a lab to test your Hetzner Networking. +Have a look at this [Script](https://gist.github.com/jochumdev/9b9d1589289b649d8207 "hetzner.py") if you also need a lab to test your Hetzner Networking. Setup from start: 1. At first get and install a [Mininet Download and Guide](http://mininet.org/download/ "Mininet Download and Guide") also see this [Guide](http://www.brianlinkletter.com/set-up-mininet/ "Mininet Setup guide by Brian Kletter") 2. Learn howto use Mininet [Sample Workflow.](http://mininet.org/sample-workflow/ "Mininet Sample Workflow") -3. Edit the Script parameters in "[root_network](https://gist.github.com/pcdummy/9b9d1589289b649d8207#file-hetzner-py-L257 "Script root_network")" (get the gw mac with `$ arp -n` on your root. -4. Next copy the [Script](https://gist.github.com/pcdummy/9b9d1589289b649d8207 "Script") to your VM: `$ scp hetzner.py mininet@:/home/mininet/` (you might want to use sshfs). +3. Edit the Script parameters in "[root_network](https://gist.github.com/jochumdev/9b9d1589289b649d8207#file-hetzner-py-L257 "Script root_network")" (get the gw mac with `$ arp -n` on your root. +4. Next copy the [Script](https://gist.github.com/jochumdev/9b9d1589289b649d8207 "Script") to your VM: `$ scp hetzner.py mininet@:/home/mininet/` (you might want to use sshfs). 5. Run hetzner.py as root `$ sudo ./hetzner.py` 6. Play arround with it: `h1 ping gw` diff --git a/content/post/first-hugo.md b/content/post/first-hugo.md index 19c0102..7780976 100644 --- a/content/post/first-hugo.md +++ b/content/post/first-hugo.md @@ -9,7 +9,7 @@ tags: - sublime - My Blog --- -Today i moved my wordpress blog to hugo, it will allow me to **post faster** use **less resources** and i can **share** my content **on [github](https://github.com/pcdummy/pc-dummy.net)**. +Today i moved my wordpress blog to hugo, it will allow me to **post faster** use **less resources** and i can **share** my content **on [github](https://github.com/jochumdev/pc-dummy.net)**. I've been using Markdown a lot recently to document my own stuff, now i'm able to just copy it to my blog and publish it. diff --git a/content/post/gitlab-runner-docker-and-systemd.md b/content/post/gitlab-runner-docker-and-systemd.md index 2f88ae6..ddcde98 100644 --- a/content/post/gitlab-runner-docker-and-systemd.md +++ b/content/post/gitlab-runner-docker-and-systemd.md @@ -12,12 +12,12 @@ tags: An howto on systemd with a Debian stretch/buster docker container and Gitlab. -Find all code on Github [stretch](https://github.com/pcdummy/proxmox-dockerfiles/tree/master/stretch-systemd) and [buster](https://github.com/pcdummy/proxmox-dockerfiles/tree/master/buster-systemd). +Find all code on Github [stretch](https://github.com/jochumdev/proxmox-dockerfiles/tree/master/stretch-systemd) and [buster](https://github.com/jochumdev/proxmox-dockerfiles/tree/master/buster-systemd). ### Debian Stretch This didn't work at all with systemd from Debian stretch, but as i knew from my LXD experience systemd in stretch is buggy with containers, -so i tried systemd from [stretch-backports](https://github.com/pcdummy/proxmox-dockerfiles/blob/master/stretch-systemd/Dockerfile#L18) which worked well. +so i tried systemd from [stretch-backports](https://github.com/jochumdev/proxmox-dockerfiles/blob/master/stretch-systemd/Dockerfile#L18) which worked well. Now to have systemd finaly working in a stretch container you need to mount a tmpfs into /run and /run/lock else systemd tries to mount those - fails with permission denied and freezes. diff --git a/content/post/having-fun-with-saltstack-and-ext_pillar-mongo.md b/content/post/having-fun-with-saltstack-and-ext_pillar-mongo.md index 78426b5..f4ab968 100644 --- a/content/post/having-fun-with-saltstack-and-ext_pillar-mongo.md +++ b/content/post/having-fun-with-saltstack-and-ext_pillar-mongo.md @@ -259,8 +259,8 @@ apt: This uses the following states: -- [apt](https://github.com/pcdummy/saltstack-apt-formula) -- [network](https://github.com/pcdummy/saltstack-network-formula) +- [apt](https://github.com/jochumdev/saltstack-apt-formula) +- [network](https://github.com/jochumdev/saltstack-network-formula) - check_mk - not available to public yet. diff --git a/content/post/howto-clone-my-blog.md b/content/post/howto-clone-my-blog.md index 8f98606..534e9a8 100644 --- a/content/post/howto-clone-my-blog.md +++ b/content/post/howto-clone-my-blog.md @@ -29,18 +29,18 @@ It's a **step by step guide even for newcomers to Plone**. - [plonetheme.persona](https://github.com/collective/plonetheme.persona) - Port of the clean and well-readable Persona theme to Plone 5. - First ported by [@aries1980](https://github.com/aries1980/hugo-theme-persona) to [hugo](https://github.com/spf13/hugo) - - Then improved by [@pcdummy](https://github.com/pcdummy/hugo-theme-persona) - - Now ported to Plone 5 by [@pcdummy](https://github.com/pcdummy/) + - Then improved by [@pcdummy](https://github.com/jochumdev/hugo-theme-persona) + - Now ported to Plone 5 by [@pcdummy](https://github.com/jochumdev/) - [mockup-highlightjs](https://github.com/collective/mockup-highlightjs) - [highlightjs](https://highlightjs.org/) for plonetheme.persona. -- [rj.site](https://github.com/pcdummy/rj.site) - A simple integration package +- [rj.site](https://github.com/jochumdev/rj.site) - A simple integration package Currently a very simple integration package that installs `collective.blog` and `plonetheme.persona`. I plan to extend this via an Upgrade Step to set some options on the site i currently manualy set. -- [rj.buildout](https://github.com/pcdummy/rj.buildout) +- [rj.buildout](https://github.com/jochumdev/rj.buildout) A buildout based on `starzel/buildout` to generate a Plone site, named last but the root to build your clone. @@ -58,7 +58,7 @@ sudo apt-get -y install git pwgen 2.) Create a clone of rj.buildout into a folder named `plone` ```bash -git clone https://github.com/pcdummy/rj.buildout.git plone +git clone https://github.com/jochumdev/rj.buildout.git plone ``` 3.) Create a virtualenv for the buildout (a Python environment inside "plone")