"MinGW, a contraction of "Minimalist GNU for Windows", is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications"
-
I posted to delicious.com
MinGW | Minimalist GNU for Windows
March 7 2010, 1:55am | Comments a>
-
I posted to delicious.com
Zsh
"One area in which it is dramatically powerful is in its ability to interactively evaluate arguments. It can do command name completion, filename completion, and is extensible such that it can use programs to evaluate possible command completions. It is highly configurable, has a lot of cool features that a lazy man like me likes. The only problem is that Bash is the standard shell and that Zsh is not installed everywhere, so I tried to use Bash for a day, and the missing cyclic completion made me run back to Zsh."
December 21 2009, 8:56am | Comments a>
-
I posted to delicious.com
web-shell - Project Hosting on Google Code
http://code.google.com/p/web-shell/
It runs on any browser capable of JavaScript and AJAX. You can use it from any computer or iPhone/smartphone.
The server is written in Python and is very easy to set up on Linux, Mac OS X, BSD, Solaris, and any Unix that runs python 2.3.
November 23 2009, 4:27pm | Comments a>
-
I posted to delicious.com
Bash shortcuts
http://talesofacoldadmin.wordpress.com/bash-shortcuts/
"Here are my most helpful things to keep in mind when it comes to scripting in bash."
November 15 2009, 7:03am | Comments a>
-
I posted to delicious.com
Dumb things to check when debugging IT problems
http://whatexit.org/tal/mywritings/dumb-things-to-check.html
When you are debugging a problem for hours and hours, you suddenly realize, "I bet it's something really dumb!" It often is.
- Tags:
- windows
- sysadmin
- programming
- unix
- linux
- solaris
- development
- troubleshooting
- troubleshoot
- debugging
November 14 2009, 5:08am | Comments a>
-
I posted to delicious.com
I like Unicorn because it's Unix
http://tomayko.com/writings/unicorn-is-unix
"Eric Wong’s mostly pure-Ruby HTTP backend, Unicorn, is an inspiration. I've studied this file for a couple of days now and it’s undoubtedly one of the best, most densely packed examples of Unix programming in Ruby I've come across."
October 11 2009, 9:16pm | Comments a>
-
I posted to delicious.com
Philesight is a tool to browse your filesystem and see where the diskspace is being used at a glance.
http://zevv.nl/play/code/philesight/
Philesight is implemented as a simple command line program that generates PNG files; a wrapper CGI script is supplied to allow navigating through the filesystem.
September 7 2009, 9:58am | Comments a>
-
I posted to stuart.woodward.jp
Command line Wifi foo with Ubuntu
http://stuart.woodward.jp/?p=383
One of the really nice things about running Ubuntu is that you can get information about the hardware from the command line. For example: sudo iwlist eth1 scan | grep ESSID lists up the names of any Wifi hotspots in close proximity. I will leave it as an exercise for the reader to think as to what could this be useful for.
May 25 2009, 10:11am | Comments a>
-
I posted to delicious.com
Command line made easy: five simple recipes for grep
"The grep search utility is one of the most essential building blocks of command line text filtering and processing. In this tutorial, we will give you a few simple examples that will demonstrate how to get going with grep."
May 6 2009, 11:24am | Comments a>
1 2