{"id":224,"date":"2016-01-17T22:41:20","date_gmt":"2016-01-17T20:41:20","guid":{"rendered":"http:\/\/www.systemcodegeeks.com\/?p=224"},"modified":"2016-01-17T22:41:20","modified_gmt":"2016-01-17T20:41:20","slug":"adding-new-machine-rc-files-sync","status":"publish","type":"post","link":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/","title":{"rendered":"Adding new machine to rc files sync"},"content":{"rendered":"<p>Some time ago I wrote a post on <a href=\"http:\/\/peter-butkovic.blogspot.com\/2014\/10\/linux-productivity-tools-for-me.html\">linux productivity tools I use<\/a>. As from time to time I need to install new machine that would benefit from the synced rc files, I\u2019ll document the steps required (as rediscovering it every time is rather a waste of time).<\/p>\n<h2>What I\u2019d need<\/h2>\n<p>I\u2019ll use the previously introduced:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/robbyrussell\/oh-my-zsh\">oh-my-zsh<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/andsens\/homeshick\">homeshick<\/a> vim\u2019s <a href=\"https:\/\/github.com\/VundleVim\/Vundle.vim\">vundle plugin<\/a> and<\/li>\n<li><a href=\"https:\/\/tmux.github.io\/\">tmux<\/a> with <a href=\"https:\/\/github.com\/tmuxinator\/tmuxinator\">tmuxinator<\/a><\/li>\n<li>powerline fonts<\/li>\n<\/ul>\n<p>Please note: order is important here, otherwise some install steps might fail.<\/p>\n<h2>oh-my-zsh<\/h2>\n<p>Install via:<\/p>\n<pre class=\" brush:php\">sh -c \"$(curl -fsSL https:\/\/raw.github.com\/robbyrussell\/oh-my-zsh\/master\/tools\/install.sh)\"<\/pre>\n<h2>homeshick<\/h2>\n<p>Install via:<\/p>\n<pre class=\" brush:php\">git clone git:\/\/github.com\/andsens\/homeshick.git $HOME\/.homesick\/repos\/homeshick<\/pre>\n<p>Get existing dotfiles via:<\/p>\n<pre class=\" brush:php\">cd $HOME\/.homesick\/repos\r\n$HOME\/.homesick\/repos\/homeshick\/bin\/homeshick clone &lt;your git repo&gt;<\/pre>\n<p>For me, as I use the private bitbucket repo, I just had to add the ssh keys generated to bitbucket first:<\/p>\n<ol>\n<li>generate ssh key via (following <a href=\"https:\/\/help.github.com\/articles\/generating-ssh-keys\/\">https:\/\/help.github.com\/articles\/generating-ssh-keys\/<\/a>)<\/li>\n<li>go to repo on bitbucket via web browser<\/li>\n<li>add generated key at: <code>Settings<\/code> -&gt; <code>Deployment keys<\/code><\/li>\n<\/ol>\n<p>And run the:<\/p>\n<pre class=\" brush:php\">cd $HOME\/.homesick\/repos\r\n$HOME\/.homesick\/repos\/homeshick\/bin\/homeshick clone git@bitbucket.org:typekpb\/dotfiles.git<\/pre>\n<p>Make sure to let homeshick symlink all the dotfiles from the repo (you might want to back up those to be overwritten). You\u2019ll be prompted for symlinking stuff.<\/p>\n<h2>vim\u2019s vundle plugin<\/h2>\n<p>As a prerequisite you\u2019d need (g)vim installed (install instructions would be distro specific).<\/p>\n<p>Install vundle plugin via:<\/p>\n<pre class=\" brush:php\">git clone https:\/\/github.com\/VundleVim\/Vundle.vim.git ~\/.vim\/bundle\/Vundle.vim<\/pre>\n<p>Afterwards install all the vundle managed plugins via running in the vim:<\/p>\n<pre class=\" brush:php\">:BundleInstall<\/pre>\n<h2>tmuxinator<\/h2>\n<p>Make sure to install tmux and ruby first (probably from the distro packages available).<\/p>\n<pre class=\" brush:php\">gem install tmuxinator<\/pre>\n<p>if it\u2019s to be installed globally, use:<\/p>\n<pre class=\" brush:php\">sudo gem install tmuxinator<\/pre>\n<h2>powerline fonts<\/h2>\n<p>Following the <a href=\"https:\/\/powerline.readthedocs.org\/en\/latest\/installation\/linux.html#fonts-installation\">official instructions<\/a>:<\/p>\n<pre class=\" brush:php\">cd \/tmp\r\nwget https:\/\/github.com\/powerline\/powerline\/raw\/develop\/font\/PowerlineSymbols.otf\r\nwget https:\/\/github.com\/powerline\/powerline\/raw\/develop\/font\/10-powerline-symbols.conf\r\nmkdir ~\/.fonts\r\nmv PowerlineSymbols.otf ~\/.fonts\/\r\nfc-cache -vf ~\/.fonts\/\r\nmkdir -p ~\/.config\/fontconfig\/conf.d\/\r\nmv 10-powerline-symbols.conf ~\/.config\/fontconfig\/conf.d\/<\/pre>\n<p>after restart seems to work OK.<\/p>\n<p>Done!<\/p>\n<div class=\"attribution\">\n<table>\n<tbody>\n<tr>\n<td><span class=\"reference\">Reference: <\/span><\/td>\n<td><a href=\"http:\/\/peter-butkovic.blogspot.com\/2015\/09\/adding-new-machine-to-rc-files-sync.html\">Adding new machine to rc files sync<\/a> from our <a href=\"http:\/\/www.systemcodegeeks.com\/join-us\/scg\/\">SCG partner<\/a> Peter Butkovic at the <a href=\"http:\/\/peter-butkovic.blogspot.com\/\">pb&#8217;s blog about life and IT<\/a> blog.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Some time ago I wrote a post on linux productivity tools I use. As from time to time I need to install new machine that would benefit from the synced rc files, I\u2019ll document the steps required (as rediscovering it every time is rather a waste of time). What I\u2019d need I\u2019ll use the previously &hellip;<\/p>\n","protected":false},"author":8,"featured_media":185,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-224","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bash"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Adding new machine to rc files sync - System Code Geeks - 2026<\/title>\n<meta name=\"description\" content=\"Some time ago I wrote a post on linux productivity tools I use. As from time to time I need to install new machine that would benefit from the synced rc\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adding new machine to rc files sync - System Code Geeks - 2026\" \/>\n<meta property=\"og:description\" content=\"Some time ago I wrote a post on linux productivity tools I use. As from time to time I need to install new machine that would benefit from the synced rc\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/\" \/>\n<meta property=\"og:site_name\" content=\"System Code Geeks\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/systemcodegeeks\" \/>\n<meta property=\"article:published_time\" content=\"2016-01-17T20:41:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"150\" \/>\n\t<meta property=\"og:image:height\" content=\"150\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Peter Butkovic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@typek_pb\" \/>\n<meta name=\"twitter:site\" content=\"@systemcodegeeks\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Peter Butkovic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/\"},\"author\":{\"name\":\"Peter Butkovic\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/efeaccc780e62e008f72ef6e16f88aac\"},\"headline\":\"Adding new machine to rc files sync\",\"datePublished\":\"2016-01-17T20:41:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/\"},\"wordCount\":273,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg\",\"articleSection\":[\"BASH\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/\",\"url\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/\",\"name\":\"Adding new machine to rc files sync - System Code Geeks - 2026\",\"isPartOf\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg\",\"datePublished\":\"2016-01-17T20:41:20+00:00\",\"description\":\"Some time ago I wrote a post on linux productivity tools I use. As from time to time I need to install new machine that would benefit from the synced rc\",\"breadcrumb\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage\",\"url\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg\",\"contentUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg\",\"width\":150,\"height\":150},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.systemcodegeeks.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Shell Scripting\",\"item\":\"https:\/\/www.systemcodegeeks.com\/category\/shell-scripting\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BASH\",\"item\":\"https:\/\/www.systemcodegeeks.com\/category\/shell-scripting\/bash\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Adding new machine to rc files sync\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#website\",\"url\":\"https:\/\/www.systemcodegeeks.com\/\",\"name\":\"System Code Geeks\",\"description\":\"Operating System Developers Resource Center\",\"publisher\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.systemcodegeeks.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#organization\",\"name\":\"Exelixis Media P.C.\",\"url\":\"https:\/\/www.systemcodegeeks.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"contentUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"width\":864,\"height\":246,\"caption\":\"Exelixis Media P.C.\"},\"image\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/systemcodegeeks\",\"https:\/\/x.com\/systemcodegeeks\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/efeaccc780e62e008f72ef6e16f88aac\",\"name\":\"Peter Butkovic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0c5fa0d37f45fe416448766a394ad7e5fae4ae72cb8e3416152e6ca6c05f832f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0c5fa0d37f45fe416448766a394ad7e5fae4ae72cb8e3416152e6ca6c05f832f?s=96&d=mm&r=g\",\"caption\":\"Peter Butkovic\"},\"description\":\"Peter is a java developer living in the Munich area. Prototyping is for him the most favourite part of the project work (especially in the phase when nobody really knows if things are really gonna work :) He is also quite influenced by the ideas of open source software. And important things except that? Family, friends and Jesus Christ (the best Friend :)\",\"sameAs\":[\"http:\/\/peter-butkovic.blogspot.gr\/\",\"http:\/\/de.linkedin.com\/in\/butkovic\",\"https:\/\/x.com\/typek_pb\"],\"url\":\"https:\/\/www.systemcodegeeks.com\/author\/peter-butkovic\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adding new machine to rc files sync - System Code Geeks - 2026","description":"Some time ago I wrote a post on linux productivity tools I use. As from time to time I need to install new machine that would benefit from the synced rc","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/","og_locale":"en_US","og_type":"article","og_title":"Adding new machine to rc files sync - System Code Geeks - 2026","og_description":"Some time ago I wrote a post on linux productivity tools I use. As from time to time I need to install new machine that would benefit from the synced rc","og_url":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/","og_site_name":"System Code Geeks","article_publisher":"https:\/\/www.facebook.com\/systemcodegeeks","article_published_time":"2016-01-17T20:41:20+00:00","og_image":[{"width":150,"height":150,"url":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg","type":"image\/jpeg"}],"author":"Peter Butkovic","twitter_card":"summary_large_image","twitter_creator":"@typek_pb","twitter_site":"@systemcodegeeks","twitter_misc":{"Written by":"Peter Butkovic","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#article","isPartOf":{"@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/"},"author":{"name":"Peter Butkovic","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/efeaccc780e62e008f72ef6e16f88aac"},"headline":"Adding new machine to rc files sync","datePublished":"2016-01-17T20:41:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/"},"wordCount":273,"commentCount":0,"publisher":{"@id":"https:\/\/www.systemcodegeeks.com\/#organization"},"image":{"@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg","articleSection":["BASH"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/","url":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/","name":"Adding new machine to rc files sync - System Code Geeks - 2026","isPartOf":{"@id":"https:\/\/www.systemcodegeeks.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage"},"image":{"@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg","datePublished":"2016-01-17T20:41:20+00:00","description":"Some time ago I wrote a post on linux productivity tools I use. As from time to time I need to install new machine that would benefit from the synced rc","breadcrumb":{"@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#primaryimage","url":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg","contentUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/bash-logo.jpg","width":150,"height":150},{"@type":"BreadcrumbList","@id":"https:\/\/www.systemcodegeeks.com\/shell-scripting\/bash\/adding-new-machine-rc-files-sync\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systemcodegeeks.com\/"},{"@type":"ListItem","position":2,"name":"Shell Scripting","item":"https:\/\/www.systemcodegeeks.com\/category\/shell-scripting\/"},{"@type":"ListItem","position":3,"name":"BASH","item":"https:\/\/www.systemcodegeeks.com\/category\/shell-scripting\/bash\/"},{"@type":"ListItem","position":4,"name":"Adding new machine to rc files sync"}]},{"@type":"WebSite","@id":"https:\/\/www.systemcodegeeks.com\/#website","url":"https:\/\/www.systemcodegeeks.com\/","name":"System Code Geeks","description":"Operating System Developers Resource Center","publisher":{"@id":"https:\/\/www.systemcodegeeks.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systemcodegeeks.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.systemcodegeeks.com\/#organization","name":"Exelixis Media P.C.","url":"https:\/\/www.systemcodegeeks.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","contentUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","width":864,"height":246,"caption":"Exelixis Media P.C."},"image":{"@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/systemcodegeeks","https:\/\/x.com\/systemcodegeeks"]},{"@type":"Person","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/efeaccc780e62e008f72ef6e16f88aac","name":"Peter Butkovic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0c5fa0d37f45fe416448766a394ad7e5fae4ae72cb8e3416152e6ca6c05f832f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0c5fa0d37f45fe416448766a394ad7e5fae4ae72cb8e3416152e6ca6c05f832f?s=96&d=mm&r=g","caption":"Peter Butkovic"},"description":"Peter is a java developer living in the Munich area. Prototyping is for him the most favourite part of the project work (especially in the phase when nobody really knows if things are really gonna work :) He is also quite influenced by the ideas of open source software. And important things except that? Family, friends and Jesus Christ (the best Friend :)","sameAs":["http:\/\/peter-butkovic.blogspot.gr\/","http:\/\/de.linkedin.com\/in\/butkovic","https:\/\/x.com\/typek_pb"],"url":"https:\/\/www.systemcodegeeks.com\/author\/peter-butkovic\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":0,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/posts\/224\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/media\/185"}],"wp:attachment":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/media?parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/categories?post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/tags?post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}