I hereby claim:
- I am gnurag on github.
- I am src (https://keybase.io/src) on keybase.
- I have a public key whose fingerprint is EAA5 F84E DF27 BD14 2C6B B902 B131 2811 B20A 82C1
To claim this, I am signing this object:
| #!/bin/bash | |
| while true | |
| do | |
| ./Quake3-UrT.x86_64 +set fs_game q3ut4 +set dedicated 1 +set net_port 27960 +set com_hunkmegs 256 +exec server.cfg | |
| echo "server crashed on `date`" > last_crash.txt | |
| done |
| hardstatus on | |
| hardstatus alwayslastline | |
| hardstatus string "%{= kw}[ %{= kb}%H%{= kw} ] %{.gW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a " | |
| termcapinfo xterm* ti@:te@ # scrolling |
| [anurag@dagobah ~]$ python | |
| Python 2.7.5 (default, Feb 19 2014, 13:47:28) | |
| [GCC 4.8.2 20131212 (Red Hat 4.8.2-7)] on linux2 | |
| Type "help", "copyright", "credits" or "license" for more information. | |
| >>> from blist import blist | |
| >>> from ujson import dumps | |
| >>> a=range(10) | |
| >>> a | |
| [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] | |
| >>> b=blist(range(10)) |
| server { | |
| listen 80; | |
| server_name www.xinh.org; | |
| rewrite ^ $scheme://xinh.org$request_uri? permanent; | |
| } |
| <VirtualHost *:80> | |
| DocumentRoot /var/www/html | |
| ServerName app-example.rhcloud.com | |
| ServerAlias alias1-example.rhcloud.com | |
| ProxyRequests Off | |
| ProxyVia Off | |
| Header set Access-Control-Allow-Origin "*" | |
| # Proxy Redirect for ElasticSearch. | |
| ProxyPass /es http://localhost:9200 connectiontimeout=5 timeout=300 |
| [anurag@zomg linux]$ git log | grep '^commit dead' | |
| commit dead1971d2a57f972af1b0ffeb7896a73434c628 | |
| commit deadcb36f49bee9b3010382ffe4fe4f5c439f1c5 | |
| commit deadcfc3324410726cd6a663fb4fc46be595abe7 | |
| commit dead537dd8a1c9495322c1d6f7c780697f474af0 | |
| commit deadff1665491afce124a8ff83f00f784161f660 | |
| commit dead28da8e3fb32601d38fb32b7021122e0a3d21 | |
| [anurag@zomg linux]$ git show deadc | |
| error: short SHA1 deadc is ambiguous. | |
| error: short SHA1 deadc is ambiguous. |
| # subscription-manager repos --disable "*" | |
| # subscription-manager repos --enable rhel-6-server-rpms |
I hereby claim:
To claim this, I am signing this object:
| ################################################## | |
| ## Macro keybindings to enable Gmail delete | |
| ################################################## | |
| # \043 = pound sign (like the keyboard shortcut for Gmail's web interface) | |
| macro index,pager \043 "<save-message>=[Gmail].Trash<enter><enter><refresh>" "Trash Message" |
| %{?scl:%scl_package rubygem-%{gem_name}} | |
| %{!?scl:%global pkg_name %{name}} | |
| %global gem_name foreman_maintain | |
| %global confdir foreman_maintain | |
| %{!?_root_bindir:%global _root_bindir %{_bindir}} | |
| %{!?_root_mandir:%global _root_mandir %{_mandir}} | |
| %{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}} |