Skip to content

Instantly share code, notes, and snippets.

@zaynkorai
Last active March 13, 2019 18:40
Show Gist options
  • Save zaynkorai/b0764c9df5dc4eac8e438d99f1aef5d8 to your computer and use it in GitHub Desktop.
Save zaynkorai/b0764c9df5dc4eac8e438d99f1aef5d8 to your computer and use it in GitHub Desktop.
Post installation raspberry pi

THE BASIC

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install avahi-daemon 

Node Server

wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb

Sysadmin

sudo apt-get install nmap iptraf tcpdump dstat ngrep mtr nc lftp irssi iotop

Docker

curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh

IDE station

sudo apt-get install git-core tmux mc htop vim zsh lsof
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cd ~/.vim/bundle
git clone https://github.com/tikhomirov/vim-glsl
git clone https://github.com/Badacadabra/vim-archery
git clone https://github.com/scrooloose/nerdtree.git
cp vim-archery/colors ../
curl -L http://install.ohmyz.sh | sh

Then reboot

sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment