Skip to content

Instantly share code, notes, and snippets.

@tbalthazar
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbalthazar/f3840f7bb4a86863472a to your computer and use it in GitHub Desktop.
Save tbalthazar/f3840f7bb4a86863472a to your computer and use it in GitHub Desktop.
Debian/Config log

Install Wifi card

Add current user to sudoers group

  • as root : adduser foo sudo
  • logout/login

SSH Keys

  • copy public and private keys to ~/.ssh
  • chmod 0600 ~/.ssh/id_rsa
  • chmod 0644 ~/.ssh/id_rsa.pub

Git

  • apt-get install git
  • apt-get install ctags
  • apt-get install ack-grep

Exif tools

  • sudo apt-get install libimage-exiftool-perl

IRC

  • sudo apt-get install irssi
  • sudo apt-get install weechat
  • sudo apt-get install torsocks

Dotfiles

  • git clone git@github.com:tbalthazar/dotfiles.git
  • cd dotfiles
  • ./install.sh
  • create ~/.bash_profile.private and add :
  • git config --global user.name "John Doe"
  • git config --global user.email "example@example.com"

Dev env (for ruby)

  • apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6 libreadline6-dev zlib1g zlib1g-dev
  • apt-get install libpq-dev (to install the pg (postres) gem)
  • apt-get install libsqlite3-dev (to install the sqlite3 gem)

Ruby

Command line notifications with notify-send

  • sudo apt-get install libnotify-bin

Uninstall Flash

  • apt-get remove gnash gnash-common browser-plugin-gnash

Instlal Node.js

  • download source
  • ./configure && make && sudo make install

Keybase

  • sudo npm install -g keybase-installer
  • sudo keybase-installer
  • keybase version

Iceweasel video plugins

  • sudo apt-get install totem-mozilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment