[转载] linux 速查表
原文: http://www.nixtutor.com/linux/all-the-best-linux-cheat-sheets/
1. Linux Command Line
Linux Reference Card - Great reference published on FOSSwire website
One page Linux Manual - Great one page reference to the most popular Linux commands
Unix Tool Box - An incredibly exhaustive reference for all things Linux.
Treebeard’s Unix Cheat Sheet - A great reference with Dos comparisons
Terminal Shortcuts - Cheat sheet for the most common terminal shortcuts
More Terminal Shortcuts - More shortcuts for history and X
2. Linux Security
Linux Security Quick Reference Guide - An awesome security checklist reference
IP Tables - If you are interested in Linux firewalls this is a must have
TCPDump - Great cheat sheet to an awesome security tool
Wireshark Filters - An awesome list of filters for the best packet sniffing utility
IP Access Lists - Cheat sheet for IP Access Lists
Common Ports - In case you don’t have all common ports memorized
netcat - Reference to the swiss army knife of networking
3. Linux Administration
Linux Admin Quick Reference - PDF cheat sheet of common Linux administration tasks
Crontab Reference - Also see Learning Cron by Example
4. Gnome/KDE
KDE Cheat Sheet - KDE specific cheat sheet
5. sed/awk/vim and other tools
Vi Cheat Sheet - Who doesn’t love Vi/Vim. Also check out my guest post on Vim.
awk nawk and gawk cheat sheet - Awesome awk sheet, also check out awk is a beautiful tool
Screen Quick Reference - Quick reference to a must have screen emulator, Also check out Introduction to GNU Screen
Screen Terminal Emulator Cheat Sheet - PDF cheat sheet for screen
Vi/Vim Cheat Sheet - Nice vim/vi keyboard layout reference
6. Distro Specific
Ubuntu Cheat Sheet - Ubuntu specific cheat sheet
Debian Cheat Sheet - Debian specific cheat sheet
7. Everything Else
- Online Man Pages - The ultimate cheat sheet repository. Also use the ‘man’ command.
[转载] linux 速查表的更多相关文章
- Python系列教程-详细版 | 图文+代码,快速搞定Python编程(附全套速查表)
作者:韩信子@ShowMeAI 教程地址:http://showmeai.tech/article-detail/python-tutorial 声明:版权所有,转载请联系平台与作者并注明出处 引言 ...
- OpenStack 命令行速查表
OpenStack 命令行速查表 updated: 2017-07-18 08:53 Contents 认证 (keystone) 镜像(glance) 计算 (nova) 实例的暂停.挂起.停止 ...
- Tools - 速查表与备忘单(Cheat Sheet)
Cheat Sheets Rico's cheatsheets Cheat-Sheets.org Python Python Cheat sheet Python Programming Cheat ...
- 【转】shell速查表
shell速查表 转自:https://www.jianshu.com/p/a98a334bfb25 1. 变量 #!/bin/bash msg="hello world" ech ...
- 【转】Vim速查表-帮你提高N倍效率
Vim速查表-帮你提高N倍效率 转自:https://www.jianshu.com/p/6aa2e0e39f99 去年上半年开始全面使用linux进行开发和娱乐了,现在已经回不去windows了. ...
- GNU Emacs命令速查表
GNU Emacs命令速查表 第一章 Emacs的基本概念 表1-1:Emacs编辑器的主模式 模式 功能 基本模式(fundamental mode) 默认模式,无特殊行为 文本模式(text m ...
- 分享 - 27 个机器学习、数学、Python 速查表
转载自:伯乐在线 - iPytLab,原文链接,侵删 机器学习涉及到的方面非常多.当我开始准备复习这些内容的时候,我找到了许多不同的”速查表”, 这些速查表针对某一主题都罗列出了所有我需要知道的知 ...
- bash基本命令速查表
来源:https://github.com/skywind3000/awesome-cheatsheets/blob/master/languages/bash.sh ################ ...
- Git命令速查表【转】
本文转载自:http://www.cnblogs.com/kenshinobiy/p/4543976.html 一. Git 常用命令速查 git branch 查看本地所有分支git status ...
随机推荐
- JAVA导出数据到excel中大数据量的解决方法
最近在做项目功能时 ,发现有20万以上的数据.要求导出时直接导出成压缩包.原来的逻辑是使用poi导出到excel,他是操作对象集合然后将结果写到excel中. 使用poi等导出时,没有考虑数据量的问题 ...
- [STL]set/multiset用法详解[自从VS2010开始,set的iterator类型自动就是const的引用类型]
集合 使用set或multiset之前,必须加入头文件<set> Set.multiset都是集合类,差别在与set中不允许有重复元素,multiset中允许有重复元素. sets和mul ...
- [ios][swift]Swift - 常用文件目录路径获取(Home目录,文档目录,缓存目录等)
自己写的不一定是最好的! 轮子:http://www.hangge.com/blog/cache/detail_765.html
- 最全面的Java多线程用法解析
1.创建线程 在Java中创建线程有两种方法:使用Thread类和使用Runnable接口.在使用Runnable接口时需要建立一个Thread实例.因此,无论是通过Thread类还是Runnable ...
- json返回日期格式化的解决
function jsonDateFormat(jsonDate) {//json日期格式转换为正常格式 try { var date = new Date(parseInt(jsonDate.rep ...
- 欧拉回路-Door Man 分类: 图论 POJ 2015-08-06 10:07 4人阅读 评论(0) 收藏
Door Man Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 2476 Accepted: 1001 Description ...
- awk用法小结(作者总结)
http://www.chinaunix.net/old_jh/24/691456.html http://wenku.baidu.com/view/ebac4fc658f5f61fb736664d. ...
- 转载-python学习笔记之常用模块用法分析
内置模块(不用import就可以直接使用) 常用内置函数 help(obj) 在线帮助, obj可是任何类型 callable(obj) 查看一个obj是不是可以像函数一样调用 repr(ob ...
- tinyhttpd服务器源码学习
下载地址:http://sourceforge.net/projects/tinyhttpd/ /* J. David's webserver */ /* This is a simple webse ...
- Jquery实现图片上下一张
注:调试的时候发现ff下有兼容性问题,把jquery换成4.4版本就没问题了,问题应该在e.offseX上ff不支持此属性,以图片中间宽度为界限,鼠标移动在左边点击跳转到一个链接,鼠标移动右边点击跳转 ...