Posts Tagged console

NoMachine

For years now I've been using and managing my Linux server over a SSH connection. Indeed, this entire website was coded up using vim over SSH. In the beginning Unix machines were primarily accessed via teletypewriter (tty's) and CRT terminals connected through a serial connection, and this tradition lives on in the plethora of terminal/console applications for *nix systems (unlike Windows systems, which are virtually impossible to administer from a console alone). So, I've been managing my Debian and Ubuntu systems for years now without ever firing up an X server, happily reading my mail with the proud but austere mutt, seeking tech advice on freenode using the ever clever irssi, haunting the occasional programming news group via the enigmatic but flexible slrn, and more recently downloading *nix ISO's over bittorrent with rTorrent. All managed with the indispensable terminal multiplexer screen, which is essentially a window manager for terminals, with the added goodness of letting you disconnect and reconnect to sessions.
continue reading

rTorrent - console *nix client

This is apparently one of the best console (ncurses) bittorrent clients for *nix systems. I've been meaning to switch over to a *nix/console bittorrent client for a while now, so I don't have to leave my Windows machine running all night when downloading torrents. uTorrent is such a sophisticated and easy to use client that I've been reluctant to change, but I think with this client I will finally make the switch.

Now, if only it was possible to detach and reattach XDMCP sessions (like you can RDP sessions), then maybe I'd go with a graphical client. Something clumsily approximating remote desktop's "resummability" can be accomplished in VNC, but I'm just not convinced.

Lesspipe: less on steroids

This is a very nifty tool I forgot about and then rediscovered. It is capable of handling all sorts of input formats, letting you view html, pdf, ps, dvi, and even word files.
continue reading

vim : search and replace

A quick cheat sheet on how to do search and replace in vi.


continue reading