Skip to content

Instantly share code, notes, and snippets.

View jassik's full-sized avatar

Jasbir Singh Khehra jassik

  • NDTV Convergence @ndtv
  • New Delhi
View GitHub Profile
@jassik
jassik / init.pp
Created September 28, 2013 09:08 — forked from zaphod42/init.pp
> bundle exec puppet apply t.pp
Notice: Scope(Class[Foo]): Class: foo
Notice: Scope(Class[Foo]): Module:
Notice: Scope(Class[Foo]): Module Orig: foo
Notice: Scope(Class[Foo]): Module Alias:
Notice: Scope(Class[Foo]): Module Puppet:
Notice: Scope(Class[Foo::Bar]): Class: foo::bar
Notice: Scope(Class[Foo::Bar]): Module:
Notice: Scope(Class[Foo::Bar]): Module Orig: foo
Notice: Scope(Class[Foo::Bar]): Module Alias:
@jassik
jassik / gist:2397061
Created April 16, 2012 08:22 — forked from garethr/gist:2336682
Government Digital Service - Web Operations Role

We're looking for systems administrators and software developers of all levels interested in a predominantly web operations role. You will...

  • Work with developers to optimise existing application and to design new ones
  • Support production web applications and infrastructure
  • Participate in stand-ups, planning sessions and retrospectives
  • Design, build and run systems for application deployment, systems orchestration and configuration management
  • Encourage everyone (developers, delivery managers, product owners) to think about how new applications will be run and maintained
  • Be an integral part of growing a multi-disciplinary operations team
  • Contribute to designing internal processes needed in the running of a high performance development and operations organisation
@jassik
jassik / watch-commandline
Created April 6, 2011 10:26
Something simple also gets the work done
watch -n2 -td 'uptime;vmstat -S M ;echo "\nNginx/FPM Stats>"; curl -s localhost/{nginx_status,fpm0status};echo "\nMySQL Stats>";mysql -h localhost -uuser -ppass -e "show global status" | grep -e 'Qcache' -e 'Thread' '