博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
A little collection of cool unix terminal/console/curses tools
阅读量:6292 次
发布时间:2019-06-22

本文共 2124 字,大约阅读时间需要 7 分钟。

A little collection of cool unix terminal/console/curses tools

from: Just a list of 20 (now 28) tools for the command line. Some are little-known, some are just too useful to miss, some are pure obscure -- I hope you find something useful that you weren't aware of yet! Use your operating system's package manager to install most of them. (Thanks for the tips, everybody!)

dstat & sar

iostat, vmstat, ifstat and much more in one.
dstat screenshot 

slurm

Visualizes network interface traffic over time.
slurm screenshot 

vim & emacs

The real programmers' editors.
vim screenshot 

screen, dtach, tmux, byobu

Keep your terminal sessions alive.
gnu screen screenshot 

multitail

See your log files in separate windows.
multitail screenshot 

tpp

Presentation ("PowerPoint") tool for terminal.
tpp screenshot 

xargs & parallel

Executes tasks from input (even multithread).
xargs screenshot 

duplicity & rsyncrypto

Encrypting backup tools.
duplicity screenshot 

nethack & slash'em

Still the most complex game on the planet.
nethack screenshot 

lftp

Does FTPS. Can mirror, kinda like rsync.
lftp screenshot 

ack

A better grep for source code.
ack screenshot 

calcurse & remind + wyrd

Calendar systems.
calcurse screenshot 

newsbeuter & rsstail

Command line RSS readers.
newsbeuter screenshot 

powertop

Helps conserve power on Linux.
powertop screenshot 

htop & iotop

Process, memory and io monitoring.
htop screenshot 

ttyrec & ipbt

Record and play back terminal sessions.
ipbt screenshot 

rsync

Keeps filesystems in sync over SSH.
rsync screenshot 

mtr

traceroute 2.0.
mtr screenshot 

socat & netpipes

Directing stuff easily in and out of sockets.
socat screenshot 

iftop & iptraf

To see where your traffic goes.
iftop screenshot 

siege & tsung

Command line load test tools.
siege screenshot 

ledger

Terminal-based accounting package.
ledger screenshot 

taskwarrior

Todo management in the terminal.
taskwarrior screenshot 

curl

Everybody's favorite HTTP toolbox.
curl screenshot 

rtorrent & aria2

Command line torrent downloaders.
rtorrent screenshot 

ttytter & earthquake

Nice trendy Twitter clients :)
ttytter screenshot 

vifm & ranger

Alternatives to the midnight commander.
vifm screenshot 

cowsay & sl

I just couldn't resist. :o)
cowsay screenshot 
- that's the place to get into nice old-school FidoNet-style flame wars about the important things in life, like whether or not
tmux is better than
screen, is
parallel better than
xargs, whether or not
ifconfig is a power tool, or should this list include somebody's once-used tool for converting old Pascal code to C or something. :o)

转载于:https://www.cnblogs.com/shaoguangleo/archive/2011/11/17/2806045.html

你可能感兴趣的文章
继承自ActionBarActivity的activity的activity theme问题
查看>>
设计模式01:简单工厂模式
查看>>
项目经理笔记一
查看>>
Hibernate一对一外键双向关联
查看>>
mac pro 入手,php环境配置总结
查看>>
MyBatis-Plus | 最简单的查询操作教程(Lambda)
查看>>
rpmfusion 的国内大学 NEU 源配置
查看>>
spring jpa 配置详解
查看>>
IOE,为什么去IOE?
查看>>
Storm中的Worker
查看>>
dangdang.ddframe.job中页面修改表达式后进行检查
查看>>
Web基础架构:负载均衡和LVS
查看>>
Linux下c/c++相对路径动态库的生成与使用
查看>>
SHELL实现跳板机,只允许用户执行少量允许的命令
查看>>
SpringBoot 整合Redis
查看>>
2014上半年大片早知道
查看>>
Android 6.0指纹识别App开发案例
查看>>
正文提取算法
查看>>
轻松学PHP
查看>>
Linux中的网络监控命令
查看>>