Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am stachdude on github.
  • I am stach (https://keybase.io/stach) on keybase.
  • I have a public key ASCekXXcoRDgqmgNw5OGlCWmhMKbgR8jFMZbKIRbHAUcLQo

To claim this, I am signing this object:

@stachdude
stachdude / clean-install-linux.sh
Created September 8, 2016 20:11 — forked from pedro-stanaka/clean-install-linux.sh
Install all things i need in a linux (debian-based)... 64 bits version
#!/bin/sh
# Upgrade packages that are available to update
sudo apt-get update
sudo apt-get -y upgrade
# Miscelaneous tools and media players and game emulators
sudo apt-get install -y build-essential ubuntu-restricted-extras htop vcl smplayer k3b audacity audacious audacious-plugins visualboyadvance pcsxr
@stachdude
stachdude / multiple_ssh_setting.md
Created September 8, 2016 07:41 — 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"