Skip to content

Instantly share code, notes, and snippets.

View sushantmane's full-sized avatar
🎯
Focusing

Sushant Mane sushantmane

🎯
Focusing
View GitHub Profile
@sushantmane
sushantmane / e2fsprogs.url
Last active September 3, 2015 10:53
e2fsprogs url file
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/e2fsprogs-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/e2fsprogs-debuginfo-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/e2fsprogs-devel-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/e2fsprogs-libs-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/e2fsprogs-static-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/libcom_err-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/libcom_err-devel-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/libss-1.42.12.wc1-7.el6.x86_64.rpm
https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el6/RPMS/x86_64/libss-devel-1.42.12.wc1
@sushantmane
sushantmane / e2fsprogs_update.sh
Last active September 3, 2015 12:02
Shell script to update e2fsprogs on CentOS 6
#!/bin/bash
script_file="$PWD/$0"
dir=`mktemp -d` && cd $dir
echo "Downloading and updating e2fsprogs..."
wget -i https://gist.githubusercontent.com/sushantmane/3800870712be136aa866/raw/fd20e6f53abc523c4180e68d773b15728202a661/e2fsprogs.url && rpm -Uvh *.rpm
echo "Removing rpms..."
rm -rf *.rpm
@sushantmane
sushantmane / vimrc_for_linux_kernel_development
Last active January 12, 2016 10:49
VIM configurations for Linux Kernel Development
set nu
filetype plugin indent on
syn on se title
set tabstop=8
set softtabstop=8
set shiftwidth=8
set noexpandtab
set list listchars=tab:»\ ,trail:.,extends:»,precedes:«
set ai
@sushantmane
sushantmane / muttrc
Last active May 14, 2018 00:51
Mutt configuration for gmail
set ssl_starttls=yes
set ssl_force_tls=yes
set imap_user = 'sushantmane7@gmail.com'
set imap_pass = 'PASSWORD'
set from='sushantmane7@gmail.com'
set realname='Sushant Mane'
set folder = imaps://imap.gmail.com/