71

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.

pauska
  • 19,532
  • 4
  • 55
  • 75
sucuri
  • 2,817
  • 1
  • 22
  • 22

86 Answers86

51

I love PuTTY !

The PuTTY 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.)

Joe
  • 1,765
  • 15
  • 23
50

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

Paxxi
  • 163
  • 3
  • 8
  • I love this tool and it even comes in a portable version: http://portableapps.com/apps/development/notepadpp_portable – JJ01 Oct 12 '09 at 23:27
47

Synergy

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.

Qwerty
  • 1,504
  • 2
  • 15
  • 24
45

UnxUtils: 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: is a very good way to scrounge through files for items of text. Many, many uses.

Flex: 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 and Procmail: Core of my email system for well over a decade, since I had dial-up internet connectivity. If it ain't broke ...

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

PythonWin:, particularly as packaged in Activestate Python. 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: an exceedingly useful FTP/HTTP downloading tool.

Leafnode: 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 and Gnumeric: full featured wordprocessing and spreadsheet software that's far leaner and meaner than OpenOffice.

Xfig: 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: 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: 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

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 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 Jul 01 '09 at 23:28
  • 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 Jul 28 '11 at 20:47
45

Nobody mentioned screen yet?

igor
  • 121
  • 1
  • 3
  • 1
    Surely screen qualifies as famous. – William Pursell Jul 29 '09 at 12:52
  • 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 Jul 31 '09 at 03:43
43

My favourite open source tool is rsync.

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

user4260
  • 191
  • 1
  • 7
38

No one mentioned git.

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

Ludwig Weinzierl
  • 1,170
  • 1
  • 11
  • 22
38

7-zip--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.

Yousri
  • 1
  • 1
  • 6
36

FileZilla - available as both a client and server.

Lazlow
  • 383
  • 3
  • 10
  • 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 Jul 04 '09 at 06:02
30

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Rook
  • 671
  • 6
  • 15
26

Wireshark = Network Protocol analyzer.

Kismet = A powerful wireless sniffer.

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

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

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

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

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

Iptraf = 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 = Visual shell for Unix-like systems.

Postfixadmin = 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 - Automatic Password generation.

Linuxconf = 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 = 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 = SSL/TLS based user-space VPN. Supports Linux, Solaris, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Windows 2000/XP.

WheresAlice
  • 5,290
  • 2
  • 23
  • 20
Caterpillar
  • 1,122
  • 2
  • 22
  • 47
21

KeePass 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.

Brian Ortiz
  • 101
  • 1
  • 6
alexy
  • 152
  • 1
  • 3
  • 3
    KeePassX (http://www.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 Jul 01 '09 at 23:25
  • 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 Jul 02 '09 at 11:02
  • Do you know of a text-only way to get a password out of a keepass database? – Mark Wagner Aug 12 '10 at 22:12
17

Screen. 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.

chiggsy
  • 1,576
  • 1
  • 15
  • 20
16

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 (pv): keep tabs on long operations
  • htop: 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: a very useful "mind map" style note recording/arranging app
David Spillett
  • 22,534
  • 42
  • 66
16

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

Yousri
  • 1
  • 1
  • 6
15

dstat - 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 - better than any other URL hammering tool out there

squid - layer 7 routing and caching, quick and easy

maatkit - MySQL is not the same without it

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

WheresAlice
  • 5,290
  • 2
  • 23
  • 20
14

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

hexten
  • 300
  • 2
  • 5
11

I have been finding that many people don't yet know about Process Hacker. 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.

squillman
  • 37,618
  • 10
  • 90
  • 145
  • ...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 Jul 02 '09 at 09:56
  • 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 Aug 31 '09 at 00:54
11

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Keltia
  • 156
  • 1
  • 4
9

In the security side, I will recommend

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

sucuri
  • 2,817
  • 1
  • 22
  • 22
9

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

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
8

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.

cop1152
  • 2,626
  • 3
  • 21
  • 32
  • 1
    Hugely popular in the *nix world, though. – squillman Jul 01 '09 at 17:08
  • 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 Jul 01 '09 at 18:57
7

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).

sucuri
  • 2,817
  • 1
  • 22
  • 22
7

Zim Desktop Wiki

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.

3dinfluence
  • 12,409
  • 2
  • 27
  • 41
7

Can you consider a webserver as a tool? If so, nginx 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
Jauder Ho
  • 5,337
  • 2
  • 18
  • 17
6

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

andrewd18
  • 874
  • 5
  • 8
6

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

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
daeltar
  • 311
  • 1
  • 4
  • 8
6

Ack 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:

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.

Telemachus
  • 561
  • 2
  • 11
6
  1. TrueCrypt -- Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
  2. The PortableApps platform -- the the app base itself is not open source i think
  3. The 7-Zip tool -- as against WinZIP, WinRAR, WinSoManyThings!
  4. JkDefrag -- a disk defragmenter and optimizer for Windows 2000/2003/XP/Vista/2008/X64 with many controls
  5. MPlayer -- a movie player which runs on many systems and over many formats
  6. Firefox -- no one talking about this yet! (yes, its popular)
  7. freeSSHd -- free implementation of the SSH server (SFTPd, SCP, SSHd for windows)
  8. Cygwin -- again surprisingly no mention!
nik
  • 7,040
  • 2
  • 24
  • 30
5

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

Sup - mutt-like console e-mail written in Ruby

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

Vimperator - firefox plugin to provide a vim-like web brower

MCabber - console mode jabber client

pwsafe - command-line password keeper

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

tcptraceroute - traceroute implementation using TCP packets.

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

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
chmeee
  • 7,270
  • 3
  • 29
  • 43
5

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

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

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

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

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

PdfCreator - Allows you to print documents to PDF on Windows.

DeVeDe - 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 - Open Source GUI for cdrtools on Windows.

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

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

Ehtyar
  • 802
  • 6
  • 13
5

LyX - The Document Processor

Herson
  • 183
  • 6
  • 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 Jul 08 '09 at 01:36
5

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Saurabh Barjatiya
  • 4,643
  • 2
  • 29
  • 34
4

The Apache Foundation's ActiveMQ.

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!

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Kyle
  • 1,849
  • 2
  • 17
  • 23
4

PhpMyAdmin--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.

Yousri
  • 1
  • 1
  • 6
4

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

KennetRunner
  • 333
  • 1
  • 3
  • 9
3

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

Casual Coder
  • 1,216
  • 1
  • 11
  • 12
3

My favourites that haven't been mentioned yet:

  • WinMerge: Directory and file merge / diff tool.
  • jEdit: Text editor.

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

Wayne Koorts
  • 1,811
  • 1
  • 16
  • 21
3

Subversion - THE best revision control system ever.

KennetRunner
  • 333
  • 1
  • 3
  • 9
3

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 :-)

mas
  • 639
  • 5
  • 9
3

My favorite sysadmin tools are:

  • Zabbix: A monitoring, graphing and mapping solution. Very useful.
  • Zimbra: Exchange replacement, dual licensed and just works.
  • FreeRadius: Radius Authentication server. Supports various authentication methods. I've used this mainly for WPA2 Enterprise on WIFI connections.
  • Asterisk: Free telephony server (maybe not so unpopular, but worth a mention)
  • Firewall Builder: When your firewall rules become so massive that doing it in hand is just time consuming.
Andrioid
  • 2,600
  • 2
  • 19
  • 21
3

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

Brad Gilbert
  • 2,473
  • 2
  • 21
  • 19
3

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 - powerful tool that reads in a performance monitor counter log (any known format) and analyzes it using complex, but known thresholds (provided).

PolyMon - 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 - SFTP client and FTP client for Windows.

TortoiseSVN - 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 - 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 - file encryption software that integrates seamlessly with Windows to compress, encrypt, decrypt, store, send and work with individual files.

Other favorites already mentioned; Notepad++, PuTTY, TrueCrypt, gVim, Wget, Blat, PDFCreator, Wireshark, Subversion.

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Nathan Hartley
  • 1,620
  • 5
  • 26
  • 38
2

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.

2

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!

law
  • 1,400
  • 3
  • 10
  • 11
2

Saxon for XSLT 2.0 and XQuery 1.0 work

lavinio
  • 238
  • 2
  • 7
2

For me it would be:

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

ncftp - a very nice ftp client

htop - an interactive process viewer for Linux

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

wireshark - 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 - a Vector Graphics Editor, that focuses on SVG Compliance

kolypto
  • 10,738
  • 12
  • 51
  • 66
mfx
  • 148
  • 1
  • 7
2

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

jtimberman
  • 7,511
  • 2
  • 33
  • 42
2

The Horde Project

Great Groupware Suite !

TiFFolk
  • 1,077
  • 3
  • 14
  • 25
  • Thanks, webmail seems really good, it has change a lot since last time I saw it (around 4 years ago). – chmeee Jul 07 '09 at 21:13
2

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

Aaron Bush
  • 399
  • 1
  • 4
2

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

zeroXten
  • 11
  • 2
2

aria2 A great command line 'download accelerator'

2

Cacti.

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.

Josh
  • 743
  • 4
  • 9
  • 17
2

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

Bob Fanger
  • 351
  • 3
  • 9
1

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

woof (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

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
rytis
  • 2,324
  • 1
  • 18
  • 13
1

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 !

Dominik
  • 2,198
  • 13
  • 9
1

Does windirstat qualify?

1

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

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...)

fim
  • 497
  • 2
  • 5
1

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

1

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.

1

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
1

I would have to say Valgrind. 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.

hookenz
  • 14,132
  • 22
  • 86
  • 142
1

leo - invaluable outliner for data organizing.

Anonymous
  • 1,540
  • 1
  • 14
  • 18
1

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

An example on how to edit sysctl.conf.

ThorstenS
  • 3,084
  • 18
  • 21
1

Autojump

1

Courier - 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).

staticsan
  • 1,529
  • 1
  • 11
  • 14
1

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

Rungano
  • 97
  • 1
  • 3
  • 12
1

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Kevin Worthington
  • 327
  • 2
  • 6
  • 19
1

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)
1

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

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
XTZ
  • 183
  • 1
  • 1
  • 10
1

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

knweiss
  • 3,955
  • 23
  • 20
1

iMacros for Firefox addon => automate Firefox via command line

0

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

0

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

growse
  • 7,830
  • 11
  • 72
  • 114
0

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

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

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

MPFR: a C library for arbitrary-precision computation

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

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

Greg Marks
  • 141
  • 4
0

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 :)

bulleric
  • 239
  • 1
  • 2
  • 8
0

To complete the list I like to add monit: 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
Arne
  • 1
0

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

KennetRunner
  • 333
  • 1
  • 3
  • 9
0

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.

Kevin K
  • 833
  • 1
  • 6
  • 8
0

DirSync Pro (Directory Synchronize Pro)
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.

user11599
  • 121
  • 6
0

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/

Gary
  • 11
  • 1
0

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.

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Amandasaurus
  • 30,211
  • 62
  • 184
  • 246
0

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.

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
Jimsmithkka
  • 570
  • 4
  • 13
-2

For a complete and useful browser, I use Opera.

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
ALOToverflow
  • 129
  • 10
-4

SPICEWORKS!!!!