We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/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
https://pub.dartlang.org/packages/stagehand
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