• Generate public SSH key from existing private SSH key

    1 min read

    To be able to successfully connect using SSH keys we need to have the private key on the client side and the public key set on the server side (where we want to connect). If we only have the private key, we can generate a public SSH key from it

    24/12/2021

    Read more...
  • Monitoring the progress of dd

    2 min read

    For a long time we were not able to properly monitor the progress of a dd command unless we were using pv of having another process to periodically send a SIGUSR1 to the dd process

    17/09/2021

    Read more...
  • Using nmap to brute-force SSH

    2 min read

    If we have a bunch of Raspberries on our network and we want to make sure we are not using the default password on any of them, we can using nmap fo trying to brute-force into them

    15/09/2021

    Read more...
  • unable to retrieve the complete list of server APIs

    2 min read

    While performing any action we might encounter the following error:

    error: unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
    

    03/05/2021

    Read more...
  • JVM heap options: Xmx and Xms

    2 min read

    The Xmx and Xms settings are most commonly overlooked settings but yet quite critical for the JVM to perform as expected. They control the JVM's heap: the memory area where objects are instantiated.

    15/04/2021

    Read more...

More recent...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets