All Projects → guodongxiaren → Linuxtool

guodongxiaren / Linuxtool

Linux下常用工具、命令介绍,跟我学Linux

Programming Languages

awk
318 projects

Labels

Projects that are alternatives of or similar to Linuxtool

Comb
Interactive code auditing and grep tool in Emacs Lisp
Stars: ✭ 58 (-81.53%)
Mutual labels:  find, grep
grep for osint
GREP FOR OSINT is a set of very simple shell scripts that will help you quickly analyze a text or a folder with files for data useful for investigation (phone numbers, bank card numbers, URLs, emails and nicknames).
Stars: ✭ 21 (-93.31%)
Mutual labels:  grep
helm-fzf
Fzf using Helm as a front end
Stars: ✭ 16 (-94.9%)
Mutual labels:  find
lucene-grep
Grep-like utility based on Lucene Monitor compiled with GraalVM native-image
Stars: ✭ 160 (-49.04%)
Mutual labels:  grep
DFIRRegex
A repo to centralize some of the regular expressions I've found useful over the course of my DFIR career.
Stars: ✭ 33 (-89.49%)
Mutual labels:  grep
RecoverPy
🙈 Interactively find and recover deleted or 👉 overwritten 👈 files from your terminal
Stars: ✭ 189 (-39.81%)
Mutual labels:  grep
ncgrep
NCGREP, which is based on ncurses library to provide user interface, is a grep tool for searching text on target directory.
Stars: ✭ 23 (-92.68%)
Mutual labels:  grep
Rg.el
Emacs search tool based on ripgrep
Stars: ✭ 277 (-11.78%)
Mutual labels:  grep
json2
xml2 for JSON; like gron
Stars: ✭ 24 (-92.36%)
Mutual labels:  grep
cgrep
grep for C/C++ source files.
Stars: ✭ 22 (-92.99%)
Mutual labels:  grep
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-95.22%)
Mutual labels:  find
Find-String
A PowerShell script to provide functionality similar to grep or ack with highlighting.
Stars: ✭ 56 (-82.17%)
Mutual labels:  grep
mesh
Решает тесты с МЭШ.
Stars: ✭ 19 (-93.95%)
Mutual labels:  find
dicom-dimse-native
node js native addon for dimse services
Stars: ✭ 33 (-89.49%)
Mutual labels:  find
vim-highlighter
Highlight words and expressions
Stars: ✭ 57 (-81.85%)
Mutual labels:  grep
greptile
Fast grep implementation in python, with recursive search and replace
Stars: ✭ 17 (-94.59%)
Mutual labels:  grep
vim-bettergrep
A better way to grep in vim.
Stars: ✭ 15 (-95.22%)
Mutual labels:  grep
my-termux-setup
Here is My Termux Terminal Emulator Setup & Packages
Stars: ✭ 97 (-69.11%)
Mutual labels:  grep
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (-10.83%)
Mutual labels:  grep
Ff
Find files (ff) by name, fast!
Stars: ✭ 257 (-18.15%)
Mutual labels:  find

README

Weapon 本目录中介绍Linux常用的工具,还有常用操作及其命令

综合文件

名称 描述
过滤器 文本过滤相关工具和命令介绍
文件 Ubuntu下文件操作的命令介绍
系统 Linux系统,磁盘管理相关介绍
压缩 压缩,解压及打包的工具命令介绍
网络 网络状态及配置相关命令

常用工具

名称 描述
adb 跨平台安卓手机管理调试工具
awk 与sed齐名
bc 支持浮点运算及其他功能的高级计算器
fdisk 硬盘分区工具
gcc GNU/Linux下C语言编译器
gdb GNU/Linux下C语言调试器
git 我个人的git命令学习日志
grep 常用支持正则表达式的搜索工具
hexdump 十六进制查看器
make 编译C/C++大型程序的make命令
sed Stream Editer常用文本处理工具
tree 文件的树形结构显示
Vim Unix/Linux下强大的编辑器

软件包管理

  • [x] Debian/Ubuntu
  • [x] Red Hat/CentOS
  • [x] Arch Linux

系统检测工具

名称 描述
tcpdump 经典的网络抓包工具
ifconfig
lsof 列出系统打开的文件描述符
nc
starce
netstat 网络信息统计工具
vmstat 实时输出系统中各种资源的使用情况
ifstat
mpstat 监测统计每个CPU状态
iostat

网络服务与工具

名称 描述
网络 网络配置相关命令
cron 计划任务
ftp ftp命令
samba Linux与Windows通信服务
ssh ssh有关的工具和命令
telnet telent远程登陆

过滤器

各种技巧

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].