muzea / note

0 stars 0 forks source link

Linux #10

Open muzea opened 6 years ago

muzea commented 6 years ago

polipo

muzea commented 6 years ago

alsamixer

muzea commented 6 years ago

https://twrp.me/essential/essentialph1.html

muzea commented 5 years ago

Debian 8

apt update
apt install git curl zsh vim -y
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sed  -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="bira"/g'  ~/.zshrc
mkdir -p ~/.vim/colors
curl https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim > ~/.vim/colors/solarized.vim
touch ~/.vimrc
cat >> ~/.vimrc<<EOF
syntax enable
set background=dark
let g:solarized_termtrans = 1
colorscheme solarized
EOF
muzea commented 5 years ago

SSH

mkdir -p ~/.ssh
touch ~/.ssh/authorized_keys
curl https://gist.githubusercontent.com/muzea/dc3e5dad46741de9dfc36a9acb82ea08/raw/54626ac5a07de81d4e6968bc0684ee7cfc10b298/ali-hz >> ~/.ssh/authorized_keys
muzea commented 5 years ago

Node

https://github.com/nodesource/distributions/blob/master/README.md