Home - nbspou/scripts GitHub Wiki

Resources

/etc/hosts

127.0.1.1 hostname.example.com hostname
127.0.0.1 localhost

https://unix.stackexchange.com/questions/388499/give-user-permission-to-folder-in-home-directory

https://copyninja.info/blog/systemd_automount_entry.html

Dart

Stagehand

https://pub.dartlang.org/packages/stagehand

AWS

Cloud9

Manual install

curl -L https://raw.githubusercontent.com/c9/install/master/install.sh | bash
wget https://github.com/tmux/tmux/releases/download/2.2/tmux-2.2.tar.gz
tar xzf tmux-2.2.tar.gz
cd tmux-2.2
sudo apt-get install libevent-dev ncurses-dev -y
./configure --prefix="/home/kaetemi/.c9/local"
make
make install
rm /home/kaetemi/.c9/bin/tmux
ln -sf /home/kaetemi/.c9/local/bin/tmux /home/kaetemi/.c9/bin/tmux