Skip to content

Instantly share code, notes, and snippets.

View lehungio's full-sized avatar
🎯
Focusing

lehungio lehungio

🎯
Focusing
View GitHub Profile
@lehungio
lehungio / multiple-ssh-keys-git.adoc
Created September 15, 2024 10:22 — forked from alejandro-martin/multiple-ssh-keys-git.adoc
Configure multiple SSH Keys for Git

Use Multiple SSH Keys for Git host websites (Github, Gitlab)

This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.

Creating SSH keys

  1. Create SSH directory:

@lehungio
lehungio / multiple_ssh_setting.md
Created May 31, 2022 01:12 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"
@lehungio
lehungio / Dockerfile
Created January 12, 2022 14:28 — forked from bheisig/Dockerfile
Base Docker image to run latest npm with Debian 10 "buster"
FROM debian:buster
ARG DEBIAN_FRONTEND=noninteractive
SHELL ["/bin/bash", "-l", "-euxo", "pipefail", "-c"]
RUN apt-get update; \
apt-get full-upgrade -y; \
apt-get install -y --no-install-recommends \
ca-certificates \
@lehungio
lehungio / voices.txt
Created December 4, 2020 01:48 — forked from mculp/voices.txt
List of voices available by the `say` command on OS X
Agnes en_US # Isn't it nice to have a computer that will talk to you?
Albert en_US # I have a frog in my throat. No, I mean a real frog!
Alex en_US # Most people recognize me by my voice.
Alice it_IT # Salve, mi chiamo Alice e sono una voce italiana.
Alva sv_SE # Hej, jag heter Alva. Jag är en svensk röst.
Amelie fr_CA # Bonjour, je m’appelle Amelie. Je suis une voix canadienne.
Anna de_DE # Hallo, ich heiße Anna und ich bin eine deutsche Stimme.
Bad News en_US # The light you see at the end of the tunnel is the headlamp of a fast approaching train.
Bahh en_US # Do not pull the wool over my eyes.
Bells en_US # Time flies when you are having fun.
@lehungio
lehungio / connectorj-mysql-integration.md
Created June 6, 2019 23:43 — forked from craigvantonder/connectorj-mysql-integration.md
MySQL Connector/J / JDBC Integration (In Ubuntu)