Skip to content

Author: Patrick Steinert

Setup Windows SSH to connect via Proxy to Host

I had the problem to connect to a SSH Host through a HTTP Proxy. I could run it with Putty, just entering the host and port in the proxy configuration section. Fine so far, but I want to clone GIT repositories from this host, git clone ssh://foo@host.org. So Putty was out (maybe I could tunnel…). So I used this solution: Install basic Cygwin Install packages openssh, git and corkscrew Setup  ~/.ssh/config (where 10.10.10.10 is the HTTP proxy host and 8080 the http proxy port. Host host.org ProxyCommand corkscrew 10.10.10.10 8080 %h %p That was all, I setup my SSH key and could connect.

Leave a Comment

Fridaygram 03/2015

This is my week in links: maybe I should rename it from fridaygram to something weekly VentureBeat about what to expect next: A cloud platform for the Internet of things. (Can’t wait to launch our work) [GER] German language, but very good article about why a process model (1st level) is the wrong way to use scrum in large projects. It is about more about self-management and self-organisation. Die Skalierung von Scrum ist doch gar nicht das Thema! (Maybe use translated version) A Beginner’s Guide to Understanding the Internet of Things Some DevOps stuff from Deutsche Telekom for automatically hardening your server system. It starts with support for Linux OS and some applications MySQL, PostgreSQL, Apache and Nginx Just found the UX und Tollerei Blog. Maybe a good UX resource for you: Read the latest issue Learning to Wireframe: 10 Best Practices. A help for every Product Owner or Product…

Leave a Comment

Fridaygram 02/2015

These are my last two weeks in Links: and yes, it is delayed a day ;) Johanna Rothman about when to move from Scrum to Kanban (or Iterations to Flow). A nice list of  Internet of Things products Five Tips to Hiring a Generalizing Specialist A good debate about what is needed to start a product MVP and Minimal Indispensable Feature Set Getting RE-TRAINED To Be A ScrumMaster  Sven Pet about what skills a Next-Gen Programmer needs to master What does it take to be a good Scrum Trainer A little bit off topic: A fascinating travel story about a MTB adventure in Peru

1 Comment

Fridaygram 51/14

Two Fridays without links in the box in a row. This is due to an increase of workload in this last weeks in the year. It was hard but fun and we had a lot of success. I go all tingly about what happens in the next year. So, at least one link for fun Friday: http://thecodinglove.com/post/102017524268/friday-at-6pm

Leave a Comment

Fridaygram 49/14

My Week in Links [GER] JAXenter.de hat eine gute Artikelsammlung zum Thema Docker bereitgestellt. [GER] In sieben Schritten ins Internet der Dinge IMHO a very good and actual  Overview about Industry 4.0 ScrumMasters Should Not Also Be Product Owners. Period. I like this Portfolio Board from Ship It! Go and copy! We have visualized our portfolio in a not so illustrated way and its worth it! Send a JSON object to server over TCP connection in Java using Socket yes, simple stupid java stuff. If you want to move from local Hadoop development to a remote, real life cluster, start and finish in 20 minutes (or so ;) ): Setting up a CDH cluster on Amazon EC2 in less than 20 minutes  Have a nice weekend!

Leave a Comment

Fridaygram 48/14

My week in Links: Martin Fowler added an useful discussion on his bliki about the TechnicalDebtQuadrant I found the Missing Guide of How to Use Docker on OS X I tried to understand and play with Hadoop. This setup Docker with Apache Hadoop 2.5.1 helped a lot  Also useful to experiment with Apache Spark: Apache Spark 1.1.0 on Docker I like this R tutorial, very different way of programming Three Alternatives for Making Smaller Stories

Leave a Comment

Fridaygram III

Okay, ich habe zwei Wochen pausiert. Hier ein neuer Service. Ein interessantes Modell, wie in modernen Unternehmen Entscheidungen getroffen werden können ohne das eine streng hierarchische oder flache Struktur vorhanden sein muss. Dr. Agil behandelt die übergeordneten Unsicherheiten im Zusammenhang mit der Arbeit in Agilen Teams. Aus dem Bereich Portfolio Management: Die Suche nach dem Wert? Sven Peters beschreibt seine Gedanken zu einer Collaboration Revelution.

Leave a Comment

Fridaygram II

In dieser Woche war nicht viel Zeit zum lesen: Agile 42 geht auf das Thema Struktur von Coaching Konversationen ein Die Scrum Metriken von Jeff Sutherland. Etwas älter, hat mich aber diese Woche stark beschäftigt

Leave a Comment

Fridaygram – Das Freitag-Update

Und da bin ich mal wieder. Ich habe mir überlegt, dass ich Freitags eine kleine Liste von Artikeln aus dem Bereichen Agile Softwareentwicklung, Continuous Delivery, oder generell mit IT Bezug publiziere, die ich in der jeweiligen Woche entdeckt und für empfehlenswert befunden habe. In dieser Woche sind auch noch ältere Sachen dabei, die ich beim aufräumen in meinem Instagram Account gefunden habe. Agile Softwareentwicklung: Scaling Scrum: SaFE, DAD or Less bewertet die genannten drei Vorgehensmodelle. Agile 42 Mitarbeiter Andrea Tomasini hat seine Anatomy on an Agile Organization des Manage Agile Keynote publiziert (Quelle). Noch mal Agile 42 mit The Product Owner (PO) Board – making PO workflow visible. Als Freund von physischen Tokens gefällt mir die Herangehensweise. Interessant wird es mit mehr als einem Team und mehr als einer Vision. Martin Fowler über das Thema Messbarkeit von Produktivität. Continuous Delivery Kief Morris hat bei Martin Folwer einen Bliki-Eintrag zum Thema Configuration…

Leave a Comment