Bookmark
Anyterm - Introduction
anyterm.org/, posted 2010 by peter in communication free javascript networking security shell software
Anyterm consists of some Javascript on a web page, an XmlHttpRequest channel on standard ports back to the server, an HTTP proxy such as Apache's mod_proxy and the Anyterm daemon. The daemon uses a pseudo-terminal to communicate with a shell or other application, and includes terminal emulation.
Key presses are picked up by the Javscript which sends them to the daemon; changes to the emulated screen are sent from the daemon to the Javascript which updates its display.
Performance is quite reasonable and SSL can be used to secure the connection.
Bookmark
shellinabox - Project Hosting on Google Code
code.google.com/p/shellinabox/, posted 2010 by peter in communication free javascript security shell software
Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins. Most typically, login shells would be exported this way: shellinaboxd -s /:LOGINThis command starts a web server at http://localhost:4200 that allows users to login with their username and password and to get access to their login shell. All client-server communications are encrypted, if SSL/TLS certificates have been installed.
Bookmark
The Fault Tolerant Shell
www.cse.nd.edu/~ccl/software/ftsh/, posted 2010 by peter in development free linux shell software toread
The Fault-Tolerant Shell (ftsh) is a small language for system integration that makes failures a first class concept. Ftsh aims to combine the ease of scripting with very precise error semantics. It is especially useful in building distributed systems, where failures are common, making timeouts, retry, and alternation necessary techniques.
...
If any element of the script fails, all running process trees are reliably cleaned up, and the block is tried again with an exponential backoff. You might think of this as exception handling for scripts.
Bookmark
fcshctl: the Flex Compiler Shell Controller : hasseg.org
hasseg.org/blog/?p=194, posted 2009 by peter in development download flash flex shell
When I found out about fcsh, tried it out and saw how much faster it was than mxmlc, of course I wanted to immediately start using it instead in my build scripts. The biggest problem with doing this, though, is the fact that the basic operation of these two programs is fundamentally different: when you run mxmlc, it compiles the project, prints some messages to standard output and then exits
[...]. Fcsh, on the other hand, throws you into a shell of its own and expects you to essentially operate it from within itself (instead of simply calling it with some arguments and then having it return with some standard output and an exit status like mxmlc).
...
I tried to search for a solution to this problem that somebody else might have come up with but didn’t find an adequate one (a list of the ones that I could find is further down), so I decided to give it a shot myself.
Bookmark
ack -- better than grep, a power search tool for programmers
betterthangrep.com/, posted 2009 by peter in development free linux mac perl search shell software windows
ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code.
ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions.
Bookmark
sed one-liners
www.unixguide.net/unix/sedoneliner.shtml, posted 2009 by peter in howto linux list reference shell
HANDY ONE-LINERS FOR SED (Unix stream editor) Oct. 29, 1997
compiled by Eric Pement <epement@jpusa.chi.il.us> version 4.3
Bookmark
ImageMagick: Command-line Options
www.imagemagick.org/script/command-line-options.php, posted 2008 by peter in development graphics reference shell
Below is list of command-line options recognized by the ImageMagick command-line tools. If you want a description of a particular option, click on the option name in the navigation bar above and you will go right to it.
Bookmark
Maven Tab Auto Completion in Bash
willcode4beer.com/tips.jsp?set=tabMaven, posted 2008 by peter in development howto java shell
I'm a big fan of auto-completion in the bash shell. So, I decided it was long past time to set-up auto completion goodness for my maven commands.
Bookmark
Colorifer
colorifer.sourceforge.net/, posted 2008 by peter in color free linux shell software
Colorifer is a wrapper to run program and colorize it's output. [sic]
|< First < Previous 21–29 (29)