Skip to content

Instantly share code, notes, and snippets.

{
"basics": {
"name": "Shishir Amin",
"label": "Software Engineer",
"picture": "",
"email": "shishamin@gmail.com",
"phone": "(919) 889 6225",
"website": "http://shishiramin.com",
"summary": "Pragmatist. DevOps, automation and CICD enthusiast. Post sales consultant. Lifelong learner and personable team player. Flexible and always willing to dig in and solve new problems.",
"location": {
sudo apt install xserver-xorg-core xserver-xorg-video-dummy xserver-xorg-video-intel
@xetamus
xetamus / xenial_stack_nl.sh
Created March 22, 2017 06:26
Install stack storage client on xenial
add-apt-repository 'deb http://mirror.transip.net/stack/software/deb/Ubuntu_16.04/ ./'
wget -O - https://mirror.transip.net/stack/release.key | apt-key add -
apt-get update
apt-get install stack-client

Keybase proof

I hereby claim:

  • I am xetamus on github.
  • I am xetamus (https://keybase.io/xetamus) on keybase.
  • I have a public key ASA5sJAh9g6b4wLe6vQxfC343eAde0-SsKGNmDzbPJ_o_Qo

To claim this, I am signing this object:

@xetamus
xetamus / gist:4e39d3cfa74e2c5f95d1f3342ec5aafc
Last active February 17, 2017 16:40
tmux protocol mismatch
$ tmux attach
protocol version mismatch (client 7, server 6)
$ pgrep tmux
3429
$ /proc/3429/exe attach
Re-attaching to tmux during do-release-upgrade found at SO http://unix.stackexchange.com/questions/122238/protocol-version-mismatch-client-8-server-6-when-trying-to-upgrade