Skip to content

Instantly share code, notes, and snippets.

View KingNoosh's full-sized avatar
🦍
Gettin' stuff done

Anosh Malik KingNoosh

🦍
Gettin' stuff done
View GitHub Profile
@KingNoosh
KingNoosh / make.sh
Created July 5, 2016 22:35 — forked from tatapbl4/make.sh
Install JetBrains Hub + YouTrack + UpSource + Nginx
#!/bin/bash
apt-get install mc htop git unzip wget curl -y
echo
echo "====================================================="
echo " WELCOME"
echo "====================================================="
echo
echo "Hub"

Keybase proof

I hereby claim:

  • I am KingNoosh on github.
  • I am kingnoosh (https://keybase.io/kingnoosh) on keybase.
  • I have a public key whose fingerprint is F671 97FF 51EE AE35 5A31 7F1F 9FFF C17C 4AE8 5DC3

To claim this, I am signing this object:

server_tokens off;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' ; style-src 'self' 'unsafe-inline'; font-src 'self'; object-src 'none'";
server {
listen 443 ssl default deferred;
server_name ano.sh;