Posts

Convert openssh keys to rsa keys

Convert openssh keys to rsa keys

Convert openssh keys to rsa keys

from something that starts with

-----BEGIN OPENSSH PRIVATE KEY-----

to something that starts with

-----BEGIN RSA PRIVATE KEY-----
ops linux ssh

Linux Desktop configuration

A set of ansible role to configure a Linux account

I’ve just make a public repository where I have written some roles to install/configure a Linux desktop account. The prerequisite is ansible and to have an access to the root account for some setup.

Dev linux

GVM: Golang Manager

How to manage versions of GO

Dev golang dev

gitlab-runner in a swarm

Launch a gitlab-runner in a Swarm

We are beginning to use Swarm at work and I wanted to make a complete CI/CD in the Swarm. So I have tried to run my own gitlab-runner in the Swarm (connected to https://gitlab.com).

Docker docker swarm gitlab

Swarm vagrant

Create a swarm cluster with vagrant

As for Kubernetes, I have done some code to build a swarm cluster with vagrant too :

Docker docker swarm vagrant