[转载] 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 ...
随机推荐
- Rsync原理介绍及配置应用
1.前言 基于LAN或WAN的网络应用之间进行数据传输或者同步非常普遍,比如远程数据镜像.备份.复制.同步,数据下载.上传.共享等等.对此,最简单.直接的做法是对数据进行完全复制.然而,数据在网络上来 ...
- symfony中twig的模板过滤器
过滤器 变量可以被过滤器修饰.过滤器和变量用(|)分割开.过滤器也是可以有参数的.过滤器也可以被多重使用. 通用过滤器 date过滤器 1.1版本新增时区支持,1.5版本增加了默认的日期格式.格式化时 ...
- [STL]set/multiset用法详解[自从VS2010开始,set的iterator类型自动就是const的引用类型]
集合 使用set或multiset之前,必须加入头文件<set> Set.multiset都是集合类,差别在与set中不允许有重复元素,multiset中允许有重复元素. sets和mul ...
- 每日一九度之 题目1042:Coincidence
时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:3007 解决:1638 题目描述: Find a longest common subsequence of two strings. 输入 ...
- Spark函数
这张图不错!
- vim标准操作
主要技巧: ->普通模式负责所有光标定位能力.插入模式随时使用<esc>键回到普通模式并且尽量保持普通模式为主要的工作状态. -> hjkl四键负责光标的低速移动,如果还在使用 ...
- Unity Shader中自定义枚举类型
效果 脚本: Properties { _MainTex ("Texture", 2D) = "white" {} [Enum(Enum1,,Enum2,)]_ ...
- MySql5.7-多源复制(多主单从)
1.1.主库配置 my.cnf #确保唯一 server-id=1 #作为Master要开启binlog log-bin=mysql-bin #binlog format有三种形式:Stateme ...
- 解决CentOS下man 命令,没有帮助信息
Cannot open the message catalog "man" for locale "zh_CN.UTF-8" (NLSPATH="/u ...
- 解决This function or variable may be unsafe
工程名字右键属性-->C/C++-->预处理器-->预处理器定义-->加入:_CRT_SECURE_NO_WARNINGS