Skip to content

Instantly share code, notes, and snippets.

View leonardovillela's full-sized avatar

Leonardo Villela leonardovillela

  • GitHub Staff
  • Amsterdam, Netherlands
  • 16:25 (UTC +02:00)
View GitHub Profile
@leonardovillela
leonardovillela / _service.md
Created September 11, 2017 14:16 — forked from naholyr/_service.md
Sample /etc/init.d script

Sample service script for debianoids

Look at LSB init scripts for more information.

Usage

Copy to /etc/init.d:

# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)
@leonardovillela
leonardovillela / multiple_ssh_setting.md
Created March 12, 2017 16:27 — 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 "your_email@youremail.com"