Skip to content

Instantly share code, notes, and snippets.

@altherlex
Last active September 26, 2016 16:43
Show Gist options
  • Select an option

  • Save altherlex/3955e497db34e2ee06f3 to your computer and use it in GitHub Desktop.

Select an option

Save altherlex/3955e497db34e2ee06f3 to your computer and use it in GitHub Desktop.
hints

Devops

Haproxy Varnish-cache Big-ip

ssh alther@172.30.131.42 -p 5022

$netstat -nlpt

$ /usr/local/bin/nginx -?
// Log access nginx  
sudo chown t40255 /var/log/nginx/

// uncompacting
$ tar -zxvf p374.tar.gz

// compavting
$ tar -zcvf archive-name.tar.gz directory-name
#/etc/ssh/config
Host puppetdevaws
  HostName xxx.xx.xxx.xx
  User user
Host jenkins
  HostName xx.xx.xx.x
Host *
  GSSAPIAuthentication no
  StrictHostKeyChecking no
  CheckHostIP no
  ServerAliveInterval 30
  Port 5022
  User alther
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment