Skip to content
View LucaIcaro's full-sized avatar
  • London
  • 15:26 (UTC +01:00)

Block or report LucaIcaro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. terraform-deployments-strategies terraform-deployments-strategies Public

    Some deployments strategies and tactics using terraform

    HCL

  2. hitparadeitalia-spotify hitparadeitalia-spotify Public

    A grabber for HitParadeItalia and Spotify playlist creator

    Python

  3. Generate ED25519 openssh-compatible ... Generate ED25519 openssh-compatible ssh key pair. The output is ready to be used in an authorized_host file and in a private ssh key file.
    1
    // GenerateSSHKeys generates a private and public ssh key pair with ed25519 algorithm
    2
    // and returns the encoded strings
    3
    func GenerateED25519SSHKeys() (string, string, error) {
    4
    	// If rand is nil, crypto/rand.Reader will be used
    5
    	pub, priv, err := ed25519.GenerateKey(rand.Reader)
  4. terraform-aws-various terraform-aws-various Public

    A series of small projects to spin up small infrastructures for testing purposes

    HCL