share
Server FaultWhat are your favorite open source tools?
[+71] [86] sucuri
[2009-07-01 13:52:21]
[ open-source ]
[ https://serverfault.com/questions/34465/what-are-your-favorite-open-source-tools ]

I believe every system administrator is used to open source by now. From Apache to Firefox or Linux, everyone uses it at least a little bit.

However, most open source developers are not good in marketing, so I know that there are hundreds of very good tools out there that very few people know.

To fill this gap, share your favorite open source tool that you use in your day-to-day work.

*I will post mine in the comments.

hayalci: that question is for generic tools, this one only for open source - sucuri
@sucuri: most of the "generic" tools are also FLOSS [I should add "fortunately" somewhere :) ] - hayalci
[+51] [2009-07-01 17:50:59] Joe

I love PuTTY [1] !

The PuTTY [2] executables and source code are distributed under the MIT licence, which is similar in effect to the BSD licence. (This licence is Open Source certified and complies with the Debian Free Software Guidelines.)

[1] http://www.chiark.greenend.org.uk/~sgtatham/putty/
[2] http://www.chiark.greenend.org.uk/~sgtatham/putty/

+1, but I think PuTTY is fairly famous, at least among the people who would want to use it in the first place. - bcat
if you google putty, you don't get to silly putty's website until the second page. - Michael Lowman
the guy said "not very famous" :) - Perica Zivkovic
This was two year ago. :D - Joe
1
[+50] [2009-07-01 18:15:36] Paxxi

Notepad++ [1] lightweight, has excellent support for different formats, my main text editing tool in windows.

[1] http://notepad-plus.sourceforge.net/uk/site.htm

I love this tool and it even comes in a portable version: portableapps.com/apps/development/notepadpp_portable - JJ01
2
[+47] [2009-07-01 23:45:04] Qwerty

Synergy [1]

Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems without special hardware. It's intended for users with multiple computers on their desk since each system uses its own display.

It is also platform independent.

[1] http://synergy2.sourceforge.net/

One of the few on the list I hadn't heard of, looks very interesting :) - theotherreceive
(1) I love Synergy. One of the first apps I install on most of my machines. - Chris_K
Sounds like x2x and/or x2vnc (but doesn't require the "hijacker" to be running X) - Thomas
I use this every day, I control my Linux laptop from my OS X workstation sitting to the right of it. Invaluable! - Josh
3
[+45] [2009-07-02 06:46:53] igor

Nobody mentioned screen yet?


(1) Surely screen qualifies as famous. - William Pursell
Dunno, lots of folks seem to know about it but I barely see anyone using it. BTW, another one that is amazingly useful for network/network code testing/debugging and is not very well-known is netcat (nc). Let's you hand-craft messages to send over TCP/UDP, can act as a server to see what exactly that weirdo http (or whatever) client is sending etc. - igor
4
[+44] [2009-07-01 13:56:11] ConcernedOfTunbridgeWells

UnxUtils: [1] This is a port of various gnu shell utilities based on msvcrt.dll so it understands native windows paths - i.e. you don't need to map to a /cygdrive path. This is a key advantage over Cygwin if you have to interact with native windows commands or homebrew CL utilities.

Strings: [2] is a very good way to scrounge through files for items of text. Many, many uses.

Flex: [3] Really designed for writing lexical analysers, with a little bodge artistry and a C compiler it can be used as an uber-grep. I don't use it all that often but it can come in surprisingly handy in that role.

Fetchmail [4] and Procmail: [5] Core of my email system for well over a decade, since I had dial-up internet connectivity. If it ain't broke ...

rdesktop: [6] an open source RDP (terminal services) client that works surprisingly well.

PythonWin: [7], particularly as packaged in Activestate Python [8]. Python on Windows works a lot better than you might think. When used with COM Makepy it's really good for scripting COM APIs.

Wget: [9] an exceedingly useful FTP/HTTP downloading tool.

Leafnode: [10] if you still read any of the newsgroups that still have decent active traffic this is quite a good way to do it. Again, a bit of legacy from my dialup days but it still gets used on occasion.

Abiword [11] and Gnumeric: [12] full featured wordprocessing and spreadsheet software that's far leaner and meaner than OpenOffice.

Xfig: [13] Visio type diagramming tool with an odd user interface. Once you get used to the paradigm it's much easier on my poor old mouse hand than a modern direct maniulation interface. Worth a mention for the ergonomics.

Tcl/Tk: [14] Overshadowed by Perl and Python, Tcl is very easy to embed C code into - it was designed specifically for embedding. Surprisingly useful nonetheless, and the Tk toolkit is very easy to whip up a GUI with. Modern versions support theming so your applications no longer have to look like Motif.

Ghostscript: [15] One of the great unsung heroes of the open-source world. A free postscript interpreter with a whole ecosystem of derived items - PS and PDF viewers, PDF creation tools, printer RIPs and all sorts of Postscript conversion tools. Perhaps most widely used outside open-source circles (if not actively credited) in its role in the back-end of PDFCreator [16]

That's just a sampling of the obscure stuff without mentioning Vim, LaTeX, Firefox, python, gcc, gtk & qt and the Berkeley TCP stack - to name but a few.

[1] http://unxutils.sourceforge.net/
[2] http://linux.die.net/man/1/strings
[3] http://flex.sourceforge.net/
[4] http://en.wikipedia.org/wiki/Fetchmail
[5] http://www.procmail.org/
[6] http://www.rdesktop.org/
[7] http://python.net/crew/mhammond/win32/
[8] http://www.activestate.com/activepython/
[9] http://www.gnu.org/software/wget/
[10] http://leafnode.sourceforge.net/
[11] http://www.abisource.com/
[12] http://projects.gnome.org/gnumeric/
[13] http://www.xfig.org/
[14] http://www.tcl.tk/
[15] http://pages.cs.wisc.edu/~ghost/
[16] http://sourceforge.net/projects/pdfcreator/

+1 for UnxUtils. You can find more recent builds of many of the tools scattered all over the net, but if you want a one-stop shop for stable binaries, that is the place to go. - Ehtyar
It's worth noting that xrdp seems to be in a perpetual experimental state, but I love it. You can run the rdp daemon on your linux host and remote to it from windows, and it also has the option to rdp through it to another RDP server on its local network, which I've found very handy. - andyortlieb
5
[+43] [2009-07-01 14:14:36] user4260

My favourite open source tool is rsync.

I use it almost every day and it is still not as famous as it should be:-)


I use rsync to do hourly backups to an external USB drive. I love the "--link-dest" argument! - Paul Tomblin
Oh my goodness, yes. Rsync does things that no other copy utility EVER could- it's virtually bulletproof. - SilentW
Can it be used from Windows without cygwin? - Jay R.
I have not tried it, but sourceforge.net/projects/rsyncwin32 - user4260
rsync isn't famous? - JamesBarnett
6
[+38] [2009-07-01 16:32:35] Ludwig Weinzierl

No one mentioned git.

It is not as well known as cvs or svn but I think it will be one day.


i don't think this qualifies as "not very famous" - Ian Kelling
Famous but not yet very famous IMHO;-) - Ludwig Weinzierl
Famous but not widely used, which is unfortunate. - jtimberman
How are we defining not widely used? Some projects using Git (from Git's homepage): Linux Kernel, Perl, Gnome, Ruby on Rails, Android, Wine, Fedora, X.org, VLC, Prototype. - Telemachus
7
[+38] [2009-07-02 05:37:47] Yousri

7-zip [1]--a file archiver with the high compression ratio. The program supports 7z, ZIP, CAB, RAR, ARJ, LZH, CHM, GZIP, BZIP2, Z, TAR, CPIO, ISO, MSI, WIM, NSIS, RPM and DEB formats.

[1] http://www.7-zip.org/

Also added dmg support on their latest beta! - LiraNuna
8
[+36] [2009-07-01 20:45:13] Lazlow

FileZilla [1] - available as both a client and server.

[1] http://filezilla-project.org/

Agree. I use filezilla over IIS ftp server all the time now. SSL support, individual user home directories, and many other features help it shine. - Chris
9
[+30] [2009-07-01 21:53:45] Rook

Vim/gVim [1] - an editor practically no one's heard of!

[1] http://www.vim.org

How did this get a -1? Voted up. - Ehtyar
(2) I'm guessing because it's probably considered famous? - Wayne Koorts
@Wayne Koorts - while FileZilla, Notepad++, PuTTy, KeePass etc. are tools practically no one's ever heard of, right ? - Rook
@Idigas: As I said, I'm only guessing. It was a bad thing to add to the question because there's nothing more subjective than "famous". - Wayne Koorts
Isn't saying "hardly needs an introduction" just about the definition of famous? - Joseph
Everybody happy now ? :-) - Rook
I think vim is quite famous. This is one among two most famous editors in Linux, other being emacs - Saurabh Barjatiya
10
[+26] [2009-07-02 06:33:58] Caterpillar

Wireshark [1] = Network Protocol analyzer.

Kismet [2] = A powerful wireless sniffer.

Tcpdump [3] = The classic sniffer for network monitoring and data acquisition, I use it regularly.

Pound [4] = The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s).

Trac [5] = Project management and bug/issue tracking system. Provides an interface to Subversion and an integrated wiki.

Request Tracker [6] = A free web and email-based bug tracking and trouble ticketing system. Features list, documentation screen shots, and download.

Vmstat [7] = The command vmstat reports information about processes, memory, paging, block IO, traps, and cpu activity.

Iptraf [8] = The iptraf command is interactive colorful IP LAN monitor. It is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load info, node stats, IP checksum errors, and others.

mc [9] = Visual shell for Unix-like systems.

Postfixadmin [10] = Postfix Admin is a web based interface used to manage mailboxes, virtual domains and aliases. It also features support for vacation/out-of-the-office messages.

pwgen [11] - Automatic Password generation.

Linuxconf [12] = Linuxconf comes with Mandrake Linux and Red Hat Linux, but is also available for most modern Linux distributions. You've probably encountered this tool before if you use one of these distributions, either as the whole package or in one of its modular components. Multiple interfaces for Linuxconf have been available for years, but now we're up to four: GUI, Web, command-line and ncurses.

Webmin [13] = Webmin comes with, and was recently acquired by, Caldera Linux. This tool is not only available for most modern Linux distributions, it also runs on most major flavors of UNIX and is available in around twenty languages (though some modules are not available in all of the languages). As you might guess, Webmin is purely a web-based application and a heavily modular one at that.

OpenVPN [14] = SSL/TLS based user-space VPN. Supports Linux, Solaris, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Windows 2000/XP.

[1] http://www.wireshark.org/
[2] http://www.kismetwireless.net/
[3] http://www.tcpdump.org/
[4] http://www.apsis.ch/pound/
[5] http://trac.edgewall.org/
[6] http://bestpractical.com/rt/
[7] http://gd.tuwien.ac.at/linuxcommand.org/man_pages/vmstat8.html
[8] http://iptraf.seul.org/
[9] http://www.midnight-commander.org/
[10] http://postfixadmin.sourceforge.net/
[11] http://sourceforge.net/projects/pwgen/
[12] http://www.solucorp.qc.ca/linuxconf/
[13] http://www.webmin.com/
[14] http://openvpn.net/

(3) you should edit this and add some more linebreaks :) - Blorgbeard
You should also add links to the homepages of the utilities. - Justin Dearing
+1 for postfixadmin, tempted to give -1 for webmin :[ - pauska
11
[+21] [2009-07-01 16:52:19] alexy

KeePass [1] is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key and/or a key file.

[1] http://keepass.info/

(3) KeePassX (keepassx.org) is a cross platform (which makes it twice as valuable as KeePass IMO) fully compatible KeePass alternative with a similar interface, written in c++. - Ehtyar
(1) +1 for keepass its a life saver ... i keep it on dropbox to have it on all my computers and also backup ed up - Gabriel Solomon
Do you know of a text-only way to get a password out of a keepass database? - Mark Wagner
12
[+17] [2009-07-02 09:28:58] chiggsy

Screen [1]. It's the most useful tool ever made. Master it and you can be as unto a god, a creature in all places at once.

[1] http://www.gnu.org/software/screen/

why didn't I think of that? - Kyle
We were all a lot younger then.... - chiggsy
13
[+16] [2009-07-01 16:48:47] David Spillett

I use many that I couldn't work without but that I don't consider "not very famous" (openssh, openvnp, apache, rsync, ...). Two very useful little utilities that many may not have heard of sprint to mind:

  • Pipe Viewer [1] (pv): keep tabs on long operations
  • htop [2]: a prettier alternative to top with a few useful extra features as well as the pretty

Both can generally be found in standard repositories (they are both in Debian Etch and above) and are relatively painless to compile if your distro doesn't have them.

Edit: another excellent tool that isn't very well known in my experience:

  • FreeMind [3]: a very useful "mind map" style note recording/arranging app
[1] http://www.ivarch.com/programs/pv.shtml
[2] http://htop.sourceforge.net/
[3] http://freemind.sourceforge.net/wiki/index.php/Main_Page

htop is awesome. It replaced top on all of my servers. - Luis Ventura
(2) +1 FreeMind. I do all my planning with it. - David Mackintosh
while htop is nice for the ability to kill, renice, etc. atop is much better as the replacement for the monitoring part of top - Hubert Kario
14
[+16] [2009-07-02 05:02:59] Yousri

Nagios [1]--Comprehensive IT infrastructure monitoring ensures you can resolve problems before they affect critical business processes....

[1] http://www.nagios.org/

I am surprised how many people don't know about Nagios! - Josh
15
[+15] [2009-07-02 04:37:40] allspaw

dstat [1] - imagine vmstat, iostat, top, ps, as well as apache, mysql, etc. all able to output metrics on the same line at the same interval. cross-referencing app-level metrics with system-level metrics is huge.

siege [2] - better than any other URL hammering tool out there

squid [3] - layer 7 routing and caching, quick and easy

maatkit [4] - MySQL is not the same without it

MySQL Proxy [5] - the example lua scripts are enough to make MySQL snooping painless

[1] http://dag.wieers.com/home-made/dstat/
[2] http://www.joedog.org/index/siege-home
[3] http://www.squid-cache.org/
[4] http://www.maatkit.org/
[5] https://launchpad.net/mysql-proxy

Upvoting for suggesting something I hadn't heard of, thanks :) - Amandasaurus
16
[+14] [2009-07-02 10:34:41] hexten

ack [1] - a grep replacement. You'll never grep again :)

[1] http://search.cpan.org/dist/ack/

(3) Note to debian users: package is called ack-grep. The package ack is a Kanji code converter - artifex
17
[+11] [2009-07-01 13:58:17] squillman

I have been finding that many people don't yet know about Process Hacker [1]. It's on par with Sysinternals' Process Explorer.

Edit in response to Greg's comment:
Sorry for the delay in responding... It also has 2 tabs that show services and TCP/UDP connection info which I think is really nice. You can get the same info in the services tab in Process Eplorer when sorted by tree view, but then you lose the ability sort within the services list.

[1] http://processhacker.sourceforge.net/

...but how is it different from process explorer? is it worth me taking a look at it, given I use process explorer a lot? - Greg
Process hacker is awesome. It has shutdown and logoff options, so it can replace task manager, even when XP is setup where crtl+alt+del takes your right to taskmanager. - Justin Dearing
18
[+11] [2009-07-02 12:41:28] Keltia

sudo [1]. I also wrote a similar utility a long time ago (different set of features, lightweight) called Calife [2].

[1] http://www.sudo.ws/sudo/
[2] http://www.keltia.net/programs/calife

I'm not sure whether sudo qualify as "not famous" but calife surely does AFAIK :) - Keltia
19
[+9] [2009-07-01 17:01:43] sucuri

In the security side, I will recommend

Both are well known in the security community, but not very much outside of it.

[1] http://www.ossec.net
[2] http://www.modsecurity.org

20
[+9] [2009-07-01 22:05:21] John Gardeniers

WinSCP, although I'm not completely sure that's Open Source. If not, it's a toss up between Mailcleaner and HylaFAX.


(1) WinSCP is open source. - Justin Dearing
21
[+8] [2009-07-01 14:21:32] cop1152

I have to say Squid. I dont think its all that popular, at least not in the Windows world. We use it for many different things: content filter and port blocker included.


(1) Hugely popular in the *nix world, though. - squillman
I use it so my wife can watch MTV and ABC streaming video. They block Canadian IP's at these sites, so I just installed squid on my server in the US, configured it to not use the x-forwarded-by header and voila! - Kyle
22
[+7] [2009-07-01 13:58:16] sucuri

My favorite app is the Window Maker, a very lean and fast Linux window manager (similar to KDE, Gnome, etc).

It is not very famous, but available for most distros (on Ubuntu, do apt-get install wmaker).


(3) and its absolutely ancient! long live windowmaker! - Kyle
I still prefer FVWM. A beast to configure, but I somehow like it :) - Sven
Young whippersnappers. I knew a bunch of Solaris admins that used twm - for preference. - ConcernedOfTunbridgeWells
Window Maker was my favorite window manager for several years. - jtimberman
What benefits does it have over other window managers..? - dbr
Window Maker is much much lighter-weight than GNOME et al. This can be important in older hardware. It also doesn't have the "let's copy what Windows does" mentality. - staticsan
23
[+7] [2009-07-01 14:20:39] 3dinfluence

Zim Desktop Wiki [1]

Small desktop wiki that works on Linux as well as Windows and OSX.

I use it to keep my tasks organized as well as to document things as I go before putting them into the company wiki.

[1] http://zim-wiki.org/

24
[+7] [2009-07-01 23:18:45] Jauder Ho

Can you consider a webserver as a tool? If so, nginx [1] has my vote. Else, I would vote for ttcp for throughput testing.

I also find that not a lot of people use xargs. For example, here's a good one I just figured out: how to shred files that have spaces in the filename using find, xargs and shred.

 find . -type f -print0 | xargs -0 shred -u -v
[1] http://nginx.net

25
[+6] [2009-07-01 14:00:38] andrewd18

I'm a big fan of Filelight [1]. I never knew determining data usage on my hard drive could be so easy or look so pretty.

[1] http://www.methylblue.com/filelight/

I'm using the Disk Usage Analyzer pre-installed with Ubuntu (Baobab IIRC) - Myrrdyn
Yes, this is what Baobab came from which is a standard "not famous" gnome app. - Ian Kelling
26
[+6] [2009-07-01 18:07:12] daeltar

Sprinkle (http://github.com/crafterm/sprinkle/tree/master) - a software provisioning tool.

It is easier than Puppet [1] or Chef [2], but very powerful. And it is Ruby based, recipes are Ruby scripts.

[1] http://en.wikipedia.org/wiki/Puppet_%28tool%29
[2] http://en.wikipedia.org/wiki/Chef_%28tool%29

You can use sprinkle to install Chef, too :-). github.com/mikehale/sprinkle_chef/tree/master - jtimberman
Everyone should know about sprinkle, my friend recommended it to me today and it's one of the better provisioning tools out there. - The Pixel Developer
27
[+6] [2009-07-04 14:55:01] Telemachus

Ack [1] because it's better than grep:

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.

I'm also becoming a huge fan of Pandoc [2]:

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, groff man pages, and S5 HTML slide shows.

[1] http://betterthangrep.com/
[2] http://johnmacfarlane.net/pandoc/

28
[+6] [2009-07-07 10:09:46] nik
  1. TrueCrypt [1] -- Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
  2. The PortableApps [2] platform -- the the app base itself is not open source i think
  3. The 7-Zip [3] tool -- as against WinZIP, WinRAR, WinSoManyThings!
  4. JkDefrag [4] -- a disk defragmenter and optimizer for Windows 2000/2003/XP/Vista/2008/X64 with many controls
  5. MPlayer [5] -- a movie player which runs on many systems and over many formats
  6. Firefox [6] -- no one talking about this yet! (yes, its popular)
  7. freeSSHd [7] -- free implementation of the SSH server (SFTPd, SCP, SSHd for windows)
  8. Cygwin [8] -- again surprisingly no mention!
[1] http://www.truecrypt.org/
[2] http://portableapps.com/about
[3] http://www.7-zip.org/
[4] http://www.kessels.com/Jkdefrag/
[5] http://www.mplayerhq.hu/design7/news.html
[6] http://www.mozilla.com/en-US/firefox
[7] http://www.freesshd.com/
[8] http://www.cygwin.com/

29
[+5] [2009-07-01 16:33:06] chmeee

I'm afraid that mine are all not very famous and minimalistic, but I live happier since I use them:

Sup [1] - mutt-like console e-mail written in Ruby

wmii [2] - minimalist window manager controlled by a filesystem exported with 9P

Vimperator [3] - firefox plugin to provide a vim-like web brower

MCabber [4] - console mode jabber client

pwsafe [5] - command-line password keeper

AfterGlow [6] - graph-generation from CSV files (for security visualization)

tcptraceroute [7] - traceroute implementation using TCP packets.

pdftk [8] - If PDF is electronic paper, then pdftk is an electronic stapler-remover, hole-punch, binder, secret-decoder-ring, and X-Ray-glasses.

imapfilter [9] - Delete, copy, move, flag, etc. messages residing in mailboxes at the same or different mail servers

[1] http://sup.rubyforge.org/
[2] http://wmii.suckless.org/
[3] http://en.wikipedia.org/wiki/Vimperator
[4] http://en.wikipedia.org/wiki/MCabber
[5] http://nsd.dyndns.org/pwsafe/
[6] http://afterglow.sf.net
[7] http://michael.toren.net/code/tcptraceroute/
[8] http://www.accesspdf.com/pdftk/
[9] http://imapfilter.hellug.gr/

+1 for pwsafe. I use it on both Mac and Windows, accessing the same database files. - John Gardeniers
30
[+5] [2009-07-03 10:33:17] Ehtyar

GraphicsMagick [1] - Lesser known alternative to ImageMagick, built as a single executable and offers more regular updates.

mod_evasive [2] - Allows Apache to take evasive action when under brute force or Denial of Service attacks.

WikidPad [3] - Excellent personal wiki for storing just about any kind of information.

NcFTP [4] - Command line ftp client and FTP library (LibNcFTP).

cURL [5] - Lesser known alternative to wget (also available as a library - LibcURL).

PdfCreator [6] - Allows you to print documents to PDF on Windows.

DeVeDe [7] - Lesser known alternative to DVDStyler. I like it better because it gives you greater control over disk layout, and automagically creates a menu from the layout.

InfraRecorder [8] - Open Source GUI for cdrtools on Windows.

KiTTY [9] - Lesser known alternative to PuTTY, can be carried on a USB memory stick.

Strawberry Perl [10] - Lesser known alternative to ActivePerl for Windows, comes with a C compiler (MinGW), and has a portable version.

[1] http://www.graphicsmagick.org/
[2] http://www.zdziarski.com/projects/mod_evasive/
[3] http://wikidpad.sourceforge.net/
[4] http://www.ncftp.com/
[5] http://curl.haxx.se/
[6] http://sourceforge.net/projects/pdfcreator/
[7] http://www.rastersoft.com/programas/devede.html
[8] http://infrarecorder.org/
[9] http://kitty.9bis.com/
[10] http://strawberryperl.com/

Thanks, but are you sure about KiTTY if its open source? - Ehsan
31
[+5] [2009-07-05 15:41:18] Herson

LyX [1] - The Document Processor

[1] http://www.lyx.org/

This is the tool that got my classmates out of Word and closer to the world of LaTeX. Some have even bridged the gap into LaTeX (mostly since one professor gave extra points for using it). - Andrew Scagnelli
32
[+5] [2009-07-05 17:20:00] Saurabh Barjatiya

nc: Along with dd it can do wonders in data transfers. We can cloned harddisks/partitions piping nc, gzip and dd together.

dvdisaster: It is really nice tool to create error correction code of CD/DVDs. The ecc occupies much less space then actual disk and even when both ecc and original disk are corrupted (a little) we can still get original data back.

htop: It is way cooler then top as it uses ncurses to show things in nice colors and supports mouse.

tcptrack: It can be used to see live tcp sessions as th4y are getting created and closed. It can sort connections by speed. So you can see where is most of the bandwidth going.

iptraf: It can be used to monitor lot of network interfaces at once to see how much they are being used.

fdupes: It can help in finding duplicate files.

mail-notification: It gives nice pop-up with sound near notification area when new email comes to any of the configured accounts.

kompare: It can give visual diff of two files. You will have to use it once on two similar text files to really understand what I mean by visual diff. My favorite is to compare zone files of primary and secondary DNS to ensure they are consistent.

convert: It is very useful in converting from one image type to another. Specially to eps for Latex documents.

dos2unix / unix2dos: These help in changing files ending with '\r\n' to '\n' and vice-versa. Life saver for cross-platform developers.

indent: If you use vim for coding and do not want to indent some code file by hand. This is really good.

Doxygen: For generating documentation if written in javadoc files for source file in any language.

gftp: This is graphical client for ftp, ssh, http file transfers. It allows resume and asks for conflicting files whether they should be overwritten, resumes, skipped etc.

FileZilla: Similar to gftp above. But it also allows parallel connections to various sites.

Wireshark: I cant say that it is not famous. But it is extremely useful tool that I have used many many times to debug network problems. It is a must for every network administrator.

phpMyAdmin: It can be used to manage MySQL database using web browser from any where very easily. Best part is export options to various formats and easy backup and restore options.

phpPgAdmin: Similar to phpMyAdmin, although not as powerful as phpMyAdmin but it does make life easier.

p7zip: Really nice compression and very helpful in case formats zip / rar are blocked for some reason.

k3b: Really good at burning CD/DVDs. We can burn ISO images or create multi-session data DVDs. We can control what OS support is necessary and whether to use extensions like joilet, rocket ridge etc.

kile: Really nice editor for LaTeX documents. It supports good shortcuts for making dvi, ps, pdf etc and compiling and previewing only selected portion of text


+1 for Kile, for me it's the editor for LaTeX - Hubert Kario
33
[+4] [2009-07-01 14:03:41] Kyle

The Apache Foundation's ActiveMQ [1].

I replaced a commercial MQ with it two years ago. It is blazing fast, has lots of HA capabilities and an excellent features list. It is not always easy to configure, but the licensing on the commercial one was starting to look like a pretty decent salary. Time to go open source!

[1] http://en.wikipedia.org/wiki/Apache_ActiveMQ

34
[+4] [2009-07-02 05:49:17] Yousri

PhpMyAdmin [1]--a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.

[1] http://www.phpmyadmin.net/

35
[+4] [2009-07-02 08:38:51] KennetRunner

Blat! [1] - A neat little SMTP email sending util - write a script around it to send test emails etc

[1] http://www.blat.net/

36
[+3] [2009-07-01 22:18:09] Wayne Koorts

My favourites that haven't been mentioned yet:

And of course all of the unsung heroes of the *nix command-line world like grep, bash and of course man.

[1] http://winmerge.org/
[2] http://www.jedit.org/

37
[+3] [2009-07-02 08:42:35] KennetRunner

Subversion [1] - THE best revision control system ever.

[1] http://subversion.tigris.org/

(2) doesn't fit the "not famous" requirement. - Ian Kelling
How does phpMyAdmin get 2 upvotes, and this gets 3 downvotes? Upvoted. Can we get a little consistency please? - Ehtyar
38
[+3] [2009-07-04 08:45:28] mas

Many of the ones I use have been mentioned but amongst the list of things I always add to a new system:

m4 macro-processor makes adding boilerplate text to config files (and web pages) simple

tidy W3C tool to validate (X)HTML

and, though not in the 'not famous' category in its usual role, I'll risk adding this for its use not as a programmer's tool for software generation but for document and configuration management:

make to simplify maintaining documentation and configs: great with m4 and a good VC system: add an editor of your choice (and not forgetting awk and sed :-)


39
[+3] [2009-07-04 11:00:05] Andrioid

My favorite sysadmin tools are:

  • Zabbix [1]: A monitoring, graphing and mapping solution. Very useful.
  • Zimbra [2]: Exchange replacement, dual licensed and just works.
  • FreeRadius [3]: Radius Authentication server. Supports various authentication methods. I've used this mainly for WPA2 Enterprise on WIFI connections.
  • Asterisk [4]: Free telephony server (maybe not so unpopular, but worth a mention)
  • Firewall Builder [5]: When your firewall rules become so massive that doing it in hand is just time consuming.
[1] http://www.zabbix.com/
[2] http://www.zimbra.com/
[3] http://freeradius.org/
[4] http://www.asterisk.org
[5] http://www.fwbuilder.org/

+1 for firewall builder, we've been using it for years. - chmeee
40
[+3] [2009-07-05 05:53:12] Brad Gilbert

MSYS [1], it's sort-of like Cygwin [2], but designed for building native Windows Apps from Linux style build systems.

[1] http://www.mingw.org/wiki/MSYS
[2] http://www.cygwin.com/

41
[+3] [2009-07-08 14:26:05] Nathan Hartley

At home, everything is open source, but at work (a Microsoft shop) these are the tools I use on a regular basis...

Performance Analysis of Logs (PAL) Tool [1] - powerful tool that reads in a performance monitor counter log (any known format) and analyzes it using complex, but known thresholds (provided).

PolyMon [2] - monitoring solution that can be used to generate email alerts and analyze historical trends of monitor counters and monitor statuses. It is based on the .NET 2.0 framework and SQL Server 2005.(I like the Powershell support.)

WinSCP [3] - SFTP client and FTP client for Windows.

TortoiseSVN [4] - easy to use Revision control / version control / source control software for Windows. It is based on Subversion. TortoiseSVN provides a nice and easy user interface for Subversion.

WinMerge [5] - differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.

AxCrypt [6] - file encryption software that integrates seamlessly with Windows to compress, encrypt, decrypt, store, send and work with individual files.

Other favorites already mentioned; Notepad++ [7], PuTTY, TrueCrypt [8], gVim [9], Wget [10], Blat [11], PDFCreator, Wireshark [12], Subversion.

[1] http://www.codeplex.com/Wiki/View.aspx?ProjectName=PAL
[2] http://www.codeplex.com/Wiki/View.aspx?ProjectName=polymon
[3] http://winscp.net/eng/docs/introduction
[4] http://tortoisesvn.net/about
[5] http://winmerge.org/about/
[6] http://www.axantum.com/AxCrypt/
[7] http://en.wikipedia.org/wiki/Notepad%2B%2B
[8] http://en.wikipedia.org/wiki/TrueCrypt
[9] http://en.wikipedia.org/wiki/Vim_%28text_editor%29#Interface
[10] http://en.wikipedia.org/wiki/Wget
[11] http://www.blat.net/194/
[12] http://en.wikipedia.org/wiki/Wireshark

42
[+3] [2010-09-18 20:42:02] Casual Coder

Many tools that I am using on a daily basis were already mentioned. bwm-ng anyone ? It is little live bandwidth monitor.


43
[+2] [2009-07-01 18:08:20] law

I'm a huge Puppet fanboy myself, and Systemimager has made my life SIGNIFICANTLY less hateful since I started with it ~2 years ago. iperf is a nifty bandwidth-assessment/troubleshooting tool, and of course the venerable tcpdump!


(1) Consider providing a link. - Jordan S. Jones
44
[+2] [2009-07-02 00:14:37] lavinio

Saxon [1] for XSLT 2.0 and XQuery 1.0 work

[1] http://www.saxonica.com

45
[+2] [2009-07-03 22:16:57] mfx

For me it would be:

poedit [1] - cross-platform gettext catalogs (.po files) editor

ncftp [2] - a very nice ftp client

htop [3] - an interactive process viewer for Linux

nmap [4] - Security Scanner For Network Exploration & Hacking - invaluable detecting all these firewall problems

wireshark [5] - network protocol analyser for Unix and Windows - fantastic tool to trouble shoot networking problems, to learn how protocols work or to recover some passwords, and much, much more

inkscape [6] - a Vector Graphics Editor, that focuses on SVG Compliance

[1] http://www.poedit.net/
[2] http://www.ncftp.com/
[3] http://htop.sourceforge.net/
[4] http://nmap.org/
[5] http://www.wireshark.org/
[6] http://www.inkscape.org/

46
[+2] [2009-07-04 03:53:49] jtimberman

Chef [1] - a configuration management framework written in Ruby, using a Ruby DSL as a configuration language.

[1] http://wiki.opscode.com/display/chef/Home

47
[+2] [2009-07-06 22:17:54] TiFFolk

The Horde Project [1]

Great Groupware Suite !

[1] http://horde.org/

Thanks, webmail seems really good, it has change a lot since last time I saw it (around 4 years ago). - chmeee
48
[+2] [2009-07-08 01:43:37] Aaron Bush

For network monitoring and behavior analysis and forensics I would highly recommend Argus (http://www.qosient.com/argus/).


49
[+2] [2009-07-08 09:09:27] zeroXten

Anyone mentioned Scapy [1] yet? Very cool packet manipulation in python (and perl, but haven't used ScaPerl).

[1] http://www.secdev.org/projects/scapy/

50
[+2] [2009-07-11 15:22:02] Mindrunner

aria2 [1] A great command line 'download accelerator'

[1] http://aria2.sourceforge.net/

51
[+2] [2009-12-14 21:49:12] Josh

Cacti [1].

It's a pain to set up, but once it's running it's incredibly useful for monitoring anything on your network over time. Unlike tools like Nagios which focus on showing you the status of your systems right now, Cacti is designed specifically for graphing historical data. This is very handy for noticing subtle trends (a slowly filling hard drive, or a gradually warming server room as the AC starts to struggle), or identifying what has changed, and when (this server's load has spiked every day at 2 PM ever since we installed that new software).

It can easily monitor any data that can be collected with SMTP, and with just a bit more work can monitor any data that can be collected by a script at more-or-less-regular intervals.

[1] http://www.cacti.net/

52
[+2] [2009-12-20 21:50:07] Bob Fanger

atop [1] a top like system monitor, but much better.
It makes it easier to spot the bottleneck (hdd, mem, net or cpu).

[1] http://www.atcomputing.nl/Tools/atop/

53
[+2] [2011-07-28 18:22:39] Jeremy Frank

mtr - My Traceroute, included with most Linux distros but I keep running into folks who haven't heard about it. It's a traceroute/ping mashup, checking every hop of a traceroute continuously and giving you real time stats. You can spot packet-dropping routers and high-latency connections within seconds.


54
[+1] [2009-07-01 16:37:12] Anonymous

leo [1] - invaluable outliner for data organizing.

[1] http://webpages.charter.net/edreamleo/front.html

55
[+1] [2009-07-01 18:01:42] ThorstenS

I love CFengine [1] for automatic configuration management on my Debian boxes.

An example on how to edit sysctl.conf [2].

[1] http://www.cfengine.org/
[2] https://serverfault.com/questions/32840/automated-linux-deployment-and-config-management-at-small-scale-is-it-worth-it/34598#34598

56
[+1] [2009-07-05 21:56:34] EternallyGreen

Autojump [1]

[1] http://github.com/joelthelion/autojump

57
[+1] [2009-07-06 23:12:47] staticsan

Courier [1] - it's a bit of an also-ran in MTAs, but I think it deserves a higher profile. I find it much easier to configure than any of the others and seems to avoid most of the personality quirks of them, too (e.g. qmail's inability to locally relay).

[1] http://courier-mta.org/

58
[+1] [2009-07-07 11:15:30] Rungano

Nice applications you have stated all, but you definitely need to take a look at this XINE-mplayer [1] and SugarCRM [2] the best collaborative and CRM app

[1] http://www.xine-project.org/home
[2] http://www.sugarforge.org/content/open-source/

59
[+1] [2009-07-08 02:00:49] Kevin Worthington

Crimson Editor [1] is a great source code editor for Windows. It is simple to use, and has syntax highlighting.

[1] http://en.wikipedia.org/wiki/Crimson_Editor

60
[+1] [2009-07-08 10:58:37] Alexx Roche

screen - it makes a command line an entire world.

I'd like to mention:

bash 
Not obvious but (ls -la,ps auwxf,df -h,du -sh,..) are rather useful
GPG
Thunderbird
Dovecot
exim
perl
apache
munin
RRDtool
bind
ntpd
clamAV
SpamAssassin
mySQL
svn
Asterisk
pidgin (all the way back to Mark "Asterisk" Spencer)
xmpp (ok it is a protocol, but it is open)

61
[+1] [2009-07-08 14:35:24] XTZ

Leafpad [1]. It's seriously just Notepad for Linux :D

[1] http://tarot.freeshell.org/leafpad/

62
[+1] [2009-07-11 10:38:23] knweiss

collectl [1] is a very good utility similar to vmstat. But it offers much more options and even supports subsystems like InfiniBand or Lustre. Highly recommended!

[1] http://collectl.sourceforge.net/index.html

63
[+1] [2009-07-20 11:30:28] MichaelLehmann

iMacros for Firefox addon => automate Firefox via command line


64
[+1] [2010-01-31 11:24:01] Albi

I will try to focus my answer on a tool not so well known (or at least not mentioned).

woof [1] (Web Offer One File), a python script to exchange files using a one-shot minimal HTTP server. No more dependencies thatn python itself. Quite useful if you cannot rely on SSH, SMB or something else.

[1] http://www.home.unix-ag.org/simon/woof.html

65
[+1] [2010-01-31 12:05:55] rytis

I use Cobbler [1] and Koan a lot. It makes remote installations so much easier.

[1] https://fedorahosted.org/cobbler/

66
[+1] [2010-02-25 01:49:49] Dominik

lsof - list open files ( ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ )

Great if you need to know which process has opened a given file !


67
[+1] [2010-03-16 09:05:39] noli

Does windirstat [1] qualify?

[1] http://windirstat.info/

68
[+1] [2010-03-16 10:04:03] fim

A nifty little tool that never got any attention but was extremely helpful was retty [1].

If anybody reading this knows assembly and care to do something for this world pleaaaase make retty work with newer systems (It only works on older 32bit systems. And not always...)

[1] http://pasky.or.cz/~pasky/dev/retty/

69
[+1] [2010-03-16 18:58:37] Roy

I think Send HTTP tool [1] can be in the list. It is useful to send HTTP request to your URL

[1] http://soft-net.net/SendHTTPTool.aspx

70
[+1] [2010-04-09 09:35:34] Ivan Petrushev

I can't see anyone mentioned bc and gnuplot - the poor man's Excel :) I dare to claim these two are one of the best friends of any student in engineering.


71
[+1] [2010-08-27 03:21:04] ultrasawblade

My favorites that haven't been mentioned:

  • twidge - update a twitter account via command line
  • fbcmd - update a facebook account via command line
  • winexe - execute command on a Windows box
  • ts (task spooler) - maintains a queue of commands and executes them one by one, commands can be added to queue at any time
  • qrand - download random numbers from QRBG website
  • adito - SSL VPN, extremely useful
  • ajaxplorer - web-based file manager
  • lld2d - allow linux-based router to respond to windows LLTD requests

and finally

  • lspci - this has to be the best tool for finding out exactly what hardware is in your system

72
[+1] [2011-02-15 07:51:38] hookenz

I would have to say Valgrind [1]. As a developer it's extremely useful for realtime debugging of memory problems among others. But it seems no one has yet mentioned it so that means it really isn't that famous in the IT community at large. Maybe just linux/unix developers know about it.

Another one that is also not mentioned but is in the same category is gdb.

No has mentioned gcc either that I can see.

Or gnu make for that matter. I'm sure many of you out there use it all the time but give it no thought.

[1] http://valgrind.org/

73
[0] [2009-07-02 08:34:52] KennetRunner

FileZilla [1] - A must of FTP stuff (client and server).

[1] http://filezilla-project.org/

74
[0] [2009-07-02 13:54:13] Kevin K

Webmin - secure LINUX administration tool via a browser. Can do lots of different admin tasks easily, remotely, securely (HTTPS).

I second the PHPMyAdmin to remotely administer MySQL, very powerful and easy.

Image Magick - bulk image processing and command line image manipulation in scripts.

The GNU Windows tool set, lots of gems in here, wget, find, grep, etc. to make Windows more powerful for those of us from *NIX land.


75
[0] [2009-07-04 15:46:19] user11599

DirSync Pro (Directory Synchronize Pro) [1]
Directory Synchronize, Synchronization utility. directorysync.sourceforge.net

jdk1.6 based software that allows you to do bidirectional sync on 2 folders with a gui, and preview of the changes.

[1] http://directorysync.sourceforge.net

76
[0] [2009-07-06 13:43:37] Gary

Working in the medical industry, it's nice to have a utility like "Eraser" handy. Completely scrubs deleted data from your drive.

http://eraser.heidi.ie/


77
[0] [2009-07-06 14:03:00] Amandasaurus

Bash - I use it every day. Not just for simple stuff, but being able to chain commands together and script the computer gives me so much power.


78
[0] [2009-08-07 19:59:43] Jimsmithkka

My favorite tools on a Linux system are telnet and ping. I am not certain if they are OS or not, but still really useful, also netcat in a similar fashion for net system checking/trouble shooting.


79
[0] [2010-08-12 21:27:03] Katie

MindTouch. It's developers are actually picked up a lot of steam and thus stands apart from the generalization that "most open source developers are not good in marketing."

Big things happenin'! www.mindtouch.com/blog


80
[0] [2011-07-28 20:18:55] growse

I like PgBouncer [1]. It's a connection pooling daemon for Postgresql.

[1] http://pgfoundry.org/projects/pgbouncer/

81
[0] [2011-07-28 21:28:04] Greg Marks

In addition to the numerous good answers already submitted, I'd like to add:

ccrypt [1]: an implementation of AES (Rijndael) for file encryption/decryption

SAGE [2]: a mathematical software suite (which bundles the following two packages)

MPFR [3]: a C library for arbitrary-precision computation

PARI/GP [4]: a C library and command-line calculator for number theory and related applications

GnuPG [5]: e-mail encryption/decryption/authentication software (regrettably, too little used)

[1] http://ccrypt.sourceforge.net/
[2] http://sagemath.org/
[3] http://www.mpfr.org/
[4] http://pari.math.u-bordeaux.fr/
[5] http://www.gnupg.org/

82
[0] [2011-07-28 22:07:04] bulleric

I like the terminal tools
Yakuake .. its a Quake-style terminal emulator based on KDE Konsole technology.
Terminator .. Its a terminal emulator with many cool features like

auto safe session, screen split,find function and many many more.

http://en.wikipedia.org/wiki/Terminator_(terminal_emulator)
enjoy it :)


83
[0] [2011-07-29 08:26:50] Arne

To complete the list I like to add monit [1]: lightweight and easy to configure monitoring and automated error recovery daemon. Less complex than Nagios and bb4, but far more easy to configure.

config for sshd: (copied from monit website)

check process sshd with pidfile /var/run/sshd.pid
start program  "/etc/init.d/sshd start"
stop program  "/etc/init.d/sshd stop"
if failed port 22 protocol ssh then restart
if 5 restarts within 5 cycles then timeout
[1] http://mmonit.com/monit/

84
[-2] [2009-07-04 14:36:48] ALOToverflow

For a complete and useful browser, I use Opera.


(3) It's not open source and only arguably a tool. - Telemachus
85
[-4] [2009-07-02 18:29:33] Scott the I.T. Guy

SPICEWORKS!!!!


(1) Not open-source. - tomfanning
86