Skip to content

Instantly share code, notes, and snippets.

@sruf
Last active January 18, 2017 21:03
Show Gist options
  • Save sruf/d5ab18c11e60cd50e0cb744f0f631403 to your computer and use it in GitHub Desktop.
Save sruf/d5ab18c11e60cd50e0cb744f0f631403 to your computer and use it in GitHub Desktop.
Persönliche Uberspace Einstellungen
uberspace-setup-redis
export EDITOR=nano
export VISUAL=nano
# Create SSH key pair
ssh-keygen -t rsa -b 4096 -q -P ""
cat > ~/.npmrc <<__EOF__
prefix = $HOME
umask = 077
__EOF__
echo 'export PATH=/package/host/localhost/nodejs-6/bin:$PATH' >> ~/.bash_profile
mkdir ${HOME}/apps
ln -s /var/www/virtual/$USER virtual
uberspace-setup-svscan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment