Projects tagged ‘shell’ and ‘tools’


[26 total ]

2161 Users
   

Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
Created over 3 years ago.

1498 Users
   

The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU Operating System.
Created over 3 years ago.

431 Users
   

Cygwin is a Linux-like environment for Windows. It consists of an emulation DLL providing Linux API functionality, and ports of thousands of Linux tools to Windows.
Created over 3 years ago.

98 Users
   

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. * ... [More] Searches recursively through directories by default, while ignoring .svn, CVS and other VCS directories. * ack ignores most of the crap you don't want to search * Lets you specify file types to search, as in --perl or --nohtml. * Color highlighting of search results. * Uses real Perl regular expressions, not a GNU subset. * ack is pure Perl, so consistent across all platforms. It even comes as a single standalone program with no module dependencies. [Less]
Created over 3 years ago.

75 Users
   

iTerm is a terminal emulation program written using Cocoa. The letter i represents a native Apple look and feel of the program interface, and an emphasis on complete international support. It provides ... [More] multiple tabs within one window, support for Applescript, transparent windows and custom background pictures, Rendezvous support, and support for all language encodings that are available with OS X. [Less]
Created over 3 years ago.

49 Users
   

Continuum is a continuous integration server for building Java based projects. It supports a wide range of projects.
Created over 3 years ago.

1 Users

This application assists DB2 users while writing commands, proposing options and parameters or, completing words.
Created 8 months ago.

1 Users

Intro:This is an Erlang Powered linux command line tool. You can use this tool to connect to mass of servers through SSH client simultaneously and parallel execute noninteractive shell commands on ... [More] every connected server. Requirements:1.openssh client with agent foward enabled(on windows putty or secureCRT also support agent forward) 2.GNU lib readline(libreadline.so,libhistory.so) 3.Erlang 5.6/OTP R12B Demo:The full command is erl -noinput -pa $ERLYSSH_ROOT/ebin -run essh start $PATH_TO_LD_LIBRARY_PATH $path_to_server_list_fileYou can write your shell wrapper to simplify the shell command. I made a dummy wrap that can start erlyssh with: radiumce@app-88:~$ essh cometd -----------------www-11 connected------------------- -----------------www-15 connected------------------- essh>: 'essh' is the shell command for elyssh 'cometd' is the name of server_list_file. The file's format is www-11 www-15just each server address a line.(you can comment a server with #) After the 'essh>:' prompt, you can run any non-interactive commands. for exmaple: radiumce@app-88:~$ essh cometd -----------------www-11 connected------------------- -----------------www-15 connected------------------- essh>: ls --------------www-11--------------- erlang [primary server done] ->> essh>:Input a 'ls' command, and it will parallel executed on www-11,www-15. In erlyssh the first server on the list will be the primary server. Its output is realtime(it is useful when running some long duration commands, such as 'svn up'). when the command on www-15 is done, it will compare with the out put of www-11. when their output is identical, erlssh just print a '->>' as www-15's output. essh>: #con 5 set concurrent execution limits = 5 essh>: Schedule parameter 'con'(parallel connection limit, default 256) can be set by '#con number' essh>: #intv 5 set execution interval = 5s essh>: Schedule parameter 'intv'(execution interval, default 0) can be set by '#intv seconds' essh>: exit; Thanks for using essh, bye.Use command 'exit;'(end with semi) to exit the shell. Tips1. erlyssh is interactive(you can use 'cd' to change path, so it's interactive) but it can only execute non-interactive commands. 2. When there is mass of servers, add CheckHostIP no StrictHostKeyChecking noto your .ssh/config can avoid some yes/no security confirm. 3. Many shell commands have their non-interactive mode or corresponded non-interactive commands. Such as 'svn' commands have non-interactive mode and 'sed' can help you to perform plain text processing. [Less]
Created 10 months ago.

1 Users

phpRemoteShell is an all-in-one Web application to manage servers remotely. It contains a full-featured file manager, the ability to execute shell commands or PHP/SQL/LDAP code, crontab management ... [More] , and zombie management. It can also host itself into existing files and auto-deploy during their execution. In case it has been previously encrypted, it is able to self-decrypt on the fly. [Less]
Created over 3 years ago.

1 Users
 

An interactive Scala Shell
Created about 1 year ago.