虽然早就知道了80/20法则,而且在学习的时候也经常靠着这个法则进行偷懒,但是,当碰到了好的Linux下的各种tips的时候还是忍不住要记录下来,时间久了,之前记录的也就都不知道放到哪去了o(╯□╰)o,所以这次希望能找个地方专门记录一下,不定期更新好的技巧(但你必须知道,技巧不用的话就会忘,练习是熟练的必要条件!):
1.Linux{Bash/Vim}相关
- bash.sheet
- vim.sheet
- Cheat-Sheet
- Unix Tips
- 1LineLinux
- Superb Linux command line tools and tricks for Linux geeks
- Hidden features of Bash
2.awk/sed相关
3.Python/Perl相关
- Idiomatic Python — Intermediate and Advanced Software Carpentry 1.0 documentation
- Idioms and Anti-Idioms in Python — Python 2.7.8 documentation
- Code Like a Pythonista: Idiomatic Python
- Code Style — The Hitchhiker’s Guide to Python
- Essential Python Reading List
- Code Like a Pythonista: Idiomatic Python
- PEP 8 — Style Guide for Python Code
- Python best practices
- PEP_20_by_example
- Google Python Style Guide
- Hidden features of Python