I hereby claim:
- I am rishirdua on github.
- I am rishirdua (https://keybase.io/rishirdua) on keybase.
- I have a public key whose fingerprint is D004 24A8 AA11 AF36 651C 724C 9D47 918C 71A1 8075
To claim this, I am signing this object:
\documentclass[letterpaper,11pt]{article} | |
%----------------------------------------------------------- | |
\usepackage{tabularx} | |
\usepackage{graphicx} | |
\usepackage{enumitem} | |
\usepackage{multirow} | |
\usepackage[top=0.5in, bottom=0.5in, left=1in, right=1in]{geometry} | |
\usepackage[empty]{fullpage} |
I hereby claim:
To claim this, I am signing this object:
##Configuring Ubuntu for using IIT Delhi internet
For details http://www.cc.iitd.ernet.in/ and http://mirror.iitd.ernet.in
Thanks Vibhav Sinha for helping in compiling this
###Contents:
#append this to ~/.bashrc to mount android phone using alias "android-connect" | |
alias android-connect="mtpfs -o allow_other /media/phone" | |
alias android-disconnect="fusermount -u /media/phone" |
#append this to ~/.bashrc to mount sd cards using an alias "mountsd" | |
alias mountsd="echo 1 | sudo tee /sys/bus/pci/rescan" |