Friday 18 March 2016

Cheat sheets - Linux commands, Regex, VIM, GitHub ..

Bash commands cheat sheet / Linux commands cheat sheet:

Linux file system:


Regex cheat sheet:

VIM cheat sheet:
VIM references: http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html
https://rumorscity.com/2014/08/16/5-best-vim-cheat-sheet/
https://www.fprintf.net/vimCheatSheet.html

GIT cheat sheet: https://drive.google.com/file/d/0BzzR335fqe5pcWJIZjZ0c0FwTlU/view?usp=sharing

Ref: http://itsfoss.com/download-linux-wallpapers-cheat-sheets/

Networking commands - reference

~/.vimrc file properties for setting python indentation in a terminal:
******************
syntax on
filetype indent plugin on
set modeline
set tabstop=8 expandtab shiftwidth=4 softtabstop=4
filetype indent on
set nu
******************




No comments:

Post a Comment

Update node.js & npm packages to latest/stable/<version>

Upgrade Node.js and npm: sudo npm cache clean -f  (force) clear you npm cache sudo npm install -g n  install  n  (this might take a while) s...