Skip to content

Instantly share code, notes, and snippets.

View karsinkk's full-sized avatar

Karsin Kamakotti karsinkk

View GitHub Profile
@karsinkk
karsinkk / install_mosh_locally.sh
Created August 23, 2017 12:08 — forked from lazywei/install_mosh_locally.sh
Install mosh server without root permission
#!/bin/sh
# this script does absolutely ZERO error checking. however, it worked
# for me on a RHEL 6.3 machine on 2012-08-08. clearly, the version numbers
# and/or URLs should be made variables. cheers, zmil...@cs.wisc.edu
mkdir mosh
cd mosh
@karsinkk
karsinkk / tmux_local_install.sh
Last active December 26, 2018 07:20 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=2.8

Keybase proof

I hereby claim:

  • I am karsinkk on github.
  • I am karsinkk (https://keybase.io/karsinkk) on keybase.
  • I have a public key whose fingerprint is AAFF 1985 C696 9216 EA50 D2E1 8387 BD27 C438 3E20

To claim this, I am signing this object:

@karsinkk
karsinkk / Apache 2.4.9 httpd.conf
Last active August 29, 2015 14:17
Apache 2.4.9 httpd.conf
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure