Ir para o conteúdo
ou

Software livre Brasil

 Voltar a CommandLineFu
Tela cheia Sugerir um artigo

Create a system overview dashboard on F12 key

25 de Junho de 2009, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 703 vezes
$ bind '"\e[24~"':"\"ps -elF;df -h;free -mt;netstat -lnpt;who -a\C-m"""

Command binds a set of commands to the F12 key.

Feel free to alter the dashboard according to your own needs.

How to find the key codes?

Type

read

Then press the desired key (example: F5)

^[[15~

Try

bind '"\e[15~"':"\"ssh su@ip-address\C-m"""

or

bind '"\e[16~"':"\"apachectl -k restart\C-m""" (by Neo23x0)

commandlinefu.com

by David Winterbottom (codeinthehole.com)


Fonte: http://www.commandlinefu.com/commands/view/2477/create-a-system-overview-dashboard-on-f12-key

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.