15 ferramentas para usar no seu Terminal

Fonte: http://www.tuxarena.com/

Para quem usou Linux nos tempos heróicos, o Terminal é um ente quase invisível, intermediário para a shell, que é uma velha amiga; já quem chegou mais recentemente talvez veja o Terminal como um ícone de acessório que raramente é usado sem algum motivo muito forte.
Para estes últimos, o artigo ilustrado do TuxArena mostra 15 ferramentas que os primeiros já devem ter usado e que, muitas vezes, acabam salvando o dia. Estão incluídos tocadores de músicas, conversores de formatos de vídeos, sistemas de bate-papo (IRC, MSN e mais), um navegador web, e até programas para exibir imagens e vídeos no Terminal. (via tuxarena.com)


By Craciun Dan | June 15, 2011 -- 2:34 AM | 14 Comments
cmus
cmus is a music player that I admire the most when it comes to command-line because it’s really powerful and has a lot of nice features. It is built with ncurses and therefore providing a text-user interface. cmus is indeed feature-rich, with several view modes and Last.fm song submission support via scripts. It supports Vi-like commands and auto-completion with Tab too. Recently I wrote a full guide on how to use cmus, you can read it here.
Homepage


finch
Finch comes bundled with Pidgin, the popular IM client. Finch offers the same functionality that Pidgin offers, only that it does it in a terminal by using the ncurses library. It supports IM protocols like Yahoo, Google Talk, XMPP (Facebook), WLM (Windows Live Messenger) and more. A while ago I put up a detailed guide to Finch, which you can read here.
Homepage

htop
htop is an interactive process viewer tool using ncurses which has the great benefit that it allows to scroll up and down the list of processes, and it also uses graphs and colors. I think all these make htop a real gem for the Linux user.
Homepage

irssi
Very powerful IRC (Internet Relay Chat) client with an ncurses-based interface, implements multi-server support, can be expanded with Perl scripts, supports themes, DCC chat and every other possible feature IRC servers allow.
Homepage

mc
Midnight Commander is the famous twin-panel file manager for the Linux terminal, also based on ncurses and with lots of features.
Homepage

lynx
lynx is a popular web browser for the terminal. It supports protocols like HTTP, FTP or Gopher.
Homepage

gzip
gzip is a command-line tool for compressing and uncompressing files. All the files that end in a .tar.gz extension are archived with tar and compressed with gzip.
Homepage
bzip2
Same as gzip, bzip2 is a data compressor which takes a longer time to compress and uncompress files, but it also provides a more efficient compression algorithm which results in smaller files.
Homepage
tar
This tool is used to create archived files, and will also work in conjunction with gzip or bzip2. The command to compress a file or folder to gzip is (what follows after # is a comment):
The c argument means compress, the z specifies the type of file to create (gzip file in this case), and f specifies the output file name. The command to uncompress a .tar.gz file:
This will extract the contents of input_file.tar.gz to the current working directory. Here are the commands for bzip2:
Homepage
aaxine
aaxine is a video player for console based on xine-lib multimedia player, using ASCII characters for video output. In Ubuntu it is provided by the xine-console package.
Homepage

…it’s Big Buck Bunny by the way
aview
This tool allows to view images as ASCII art. It only supports the following formats, which are either in binary form or ASCII plain text: PNM, PGM, PBM, PPM. It also supports FLI and FLC video formats.
Homepage
mencoder
mencoder is a powerful video encoder and decoder included in MPlayer and can convert between various video files.
Homepage
ffmpeg
Using libavcodec, ffmpeg is yet another powerful tool to encode/decode, record and stream video files.
Homepage
convert
Included in ImageMagick, convert is a tool that can convert between image formats, and also apply various effects to images or edit certain aspects, including resizing, cropping, blur or dither effects. convert is also used on web servers for image processing.
Homepage
moc
moc (music on console) is yet another ncurses-based music player for the terminal which plays formats like Ogg Vorbis, FLAC, MP3, WAV or WMA. It also supports themes and searching for files.
Homepage


 

Funções ZZ 

É uma coletânea com mais de 120 miniaplicativos de utilidades diversas, prontos para serem usados na linha de comando de sistemas tipo UNIX (Linux, BSD, Cygwin, Mac OS X, entre outros).
Entre as funcionalidades, destacam-se:
  • Cálculos e conversões (datas, horários, unidades de medida, CPF, CNPJ)
  • Manipulação de arquivos (alterar nome, extensão, conteúdo)
  • Manipulação de dados (estatísticas, filtros, geração de senhas)
  • Consulta a sites na Internet (dicionários, tradutores, notícias, buscas, cotações)
Este é um software livre 100% nacional e maduro, que já completou 10 anos de existência, contando com mais de 50 versões lançadas. É o resultado do trabalho voluntário e não remunerado de dois programadores que codificam nas horas vagas, auxiliados por vários colaboradores em todo o país.
Agora você personalizar seu pacote das Funções ZZ, escolhendo somente aquelas que você mais usa. Dá uma olhada: Funções ZZ à la carte
Ou ZZ On-Line: Funções ZZ On-Line


Comentários

Postagens mais visitadas