Skip to content

Instantly share code, notes, and snippets.

View oyeb's full-sized avatar
🎯
Focusing

Ananya Bahadur oyeb

🎯
Focusing
View GitHub Profile
@oyeb
oyeb / .emacs
Created August 1, 2019 05:08
Suggested emacs config (with stack)
;; Drop this in your ~/.emacs OR ~/.emacs.d/init.el
(require 'package)
(setq package-enable-at-startup nil)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/")
'("org" . "https://orgmode.org/elpa/"))
(package-initialize)
;; Bootstrap `use-package'
@oyeb
oyeb / config.yaml
Created August 1, 2019 05:28
stack global config
# This file contains default non-project-specific settings for 'stack', used
# in all projects. For more information about stack's configuration, see
# http://docs.haskellstack.org/en/stable/yaml_configuration/
# The following parameters are used by "stack new" to automatically fill fields
# in the cabal config. We recommend uncommenting them and filling them out if
# you intend to use 'stack new'.
# See https://docs.haskellstack.org/en/stable/yaml_configuration/#templates
local-programs-path: <HASKELL_STACK_ROOT>/programs/
@oyeb
oyeb / iitb-vpn-ssh.md
Last active March 6, 2022 07:19
Accessing IITB from outside

Avoid the VPN -- use SSH tunnel

If you use the VPN all your private browsing gets tunneled thru IITB -- and why the hell would you want that? Just use the SSH tunnel at login.iitb.ac.in.

You can access it by:

ssh -p xxxx <ldap-user>@login.iitb.ac.in

The port number can be found on the computer center's website.