TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best open source tools you use in your organization?

52 pointsby devcheeseover 9 years ago

32 comments

mfinchamover 9 years ago
RT from BestPractical <a href="https:&#x2F;&#x2F;www.bestpractical.com&#x2F;rt&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bestpractical.com&#x2F;rt&#x2F;</a>. Extremely extensible and robust, can be used for all kinds of things beyond just ticket tracking (change control approval workflows, knowledge bases, asset tracking, CRM and automation plugins). The king of ticket trackers, could be at the heart of any organisation.<p>Prosody <a href="https:&#x2F;&#x2F;prosody.im&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prosody.im&#x2F;</a>. Open source XMPP server with support for MUCs and all the usual XMPP stuff. Best way for teams to communicate. Extend it with plugins for your NMS and so on to get alerts in realtime.<p>Nagios <a href="https:&#x2F;&#x2F;www.nagios.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nagios.org&#x2F;</a>. Solid (if a little fiddly) monitoring &#x2F; alerting solution. Works best if you write your own plugins and use check_by_ssh instead of NRPE.<p>bcfg2 <a href="http:&#x2F;&#x2F;bcfg2.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;bcfg2.org&#x2F;</a>. Configuration management that makes sense. Tidy and well defined &quot;model&quot; for how configuration should be managed, sensible defaults and a bunch of useful powerful features.<p>I could go on but there are some of my all-time favourites.
mfinchamover 9 years ago
Come on folks, don&#x27;t just list the command line tools that come with your Linux distro :)<p>Let&#x27;s talk about the big packages that bring value to organisations.
LesZedCBover 9 years ago
Rails<p>ElasticSearch (And Kibana, holy shit)<p>MySQL<p>React<p>Ractive<p>Ubuntu<p>NGINX<p>Redis<p>We stand on the backs of giants. Yet, for some reason, corporations feel entitled to not give back. Modern computing lives by open source. Companies should be obliged to contribute similarly.
评论 #11009152 未加载
评论 #11009246 未加载
JasonCECover 9 years ago
Phabricator for task managment, project management, and code reviews. It&#x27;s open source, great software, and has a fun personality great for internal use.
评论 #11009483 未加载
评论 #11014130 未加载
grhmcover 9 years ago
A bit different from the rest, is `repo`, from AOSP: <a href="https:&#x2F;&#x2F;source.android.com&#x2F;source&#x2F;downloading.html" rel="nofollow">https:&#x2F;&#x2F;source.android.com&#x2F;source&#x2F;downloading.html</a><p>We run dozens of microservices and have nearly 100 git repositories. Using `repo`, every dev has every repo in consistent (relative) path from each other. It also greatly simplifies cross-cutting changes across repositories, and staying in sync (`repo sync` updates all repos all at once.)<p>I also use it to manage my dotfiles: github.com&#x2F;grahamc&#x2F;manifest<p>Second: Go.CD (<a href="https:&#x2F;&#x2F;www.go.cd&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.go.cd&#x2F;</a>) -- applying build templates to our 100 repositories has greatly simplified our management of the repositories. Using pipelines has added deep visibility into what is deployed where. I love Go.CD.
drewbug01over 9 years ago
HAProxy: <a href="http:&#x2F;&#x2F;www.haproxy.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.haproxy.org&#x2F;</a><p>The configuration language leaves much to be desired ... but it&#x27;s otherwise a fantastic piece of software. It&#x27;s the most configurable, full-featured, stable, and fast proxy server I&#x27;ve ever worked with.
评论 #11009369 未加载
markbnjover 9 years ago
For us the list is very long, beginning with debian and ubuntu. Elasticsearch, redis, haproxy, mongodb, postgressql ... really too many to list. Of these certainly elasticsearch, redis, and haproxy are best in class in my opinion, and all the tools we use are proven performers with solid community support.
dexterbt1over 9 years ago
The question needs expansion. What is the OP&#x27;s definition of best? Why does it matter to the OP that it&#x27;s open source (would your org contribute back)? Would specific family of licenses matter? And in what problem domain do the tools be used for?<p>I&#x27;m guessing most of HN&#x27;s audience would be using some form of OSS. The coverage of the comments here is large: devops tools, programming tools, libraries, productivity, etc.<p>Our own org uses a lot of open source components, from desktops, office suite, dev environments, server OSes, programming platforms, libraries, databases, CMSes, heck, does Android count?<p>More context is better.
engi_nerdover 9 years ago
&lt;sigh&gt; Not a <i>single</i> tool we use is open source. Mainly because with an open source application there&#x27;s no one source for security to go to and ask for a letter certifying the safety of the software.<p>I wish I were kidding.
评论 #11009034 未加载
bigger_cheeseover 9 years ago
GCC GDB VTK OpenCV<p>I work for big monolithic company (not a software company). Most of the libraries and dev tools the engineers in my dept use are open source unfortunately the environment they run on isn&#x27;t.
fixxerover 9 years ago
Spark has improved our ETL jobs by orders of magnitude, both with respect to performance and ability to engage our workforce (mostly Python programmers).<p>Previous tools that improved workflow: docker, nginx.
评论 #11009264 未加载
评论 #11011951 未加载
sprobertsonover 9 years ago
ZeroMQ, React, Node.js, Nginx, Redis, PostgreSQL, and of course Linux. Together they make a great platform for building quality apps very quickly (which is the point of our organization).
gtaylorover 9 years ago
Kubernetes has been amazing for us. Getting better every month.<p>More recently, Drone for CI has been a quantum leap in usability for us over Jenkins. Built on top of Docker, has service container support built in, and has the unique feature of plugins-as-Docker-containers (so you can write them in any language): <a href="https:&#x2F;&#x2F;github.com&#x2F;drone&#x2F;drone" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;drone&#x2F;drone</a><p>Ansible, ramping up with some Terraform and really loving it.
packetizedover 9 years ago
If you haven&#x27;t heard of Heka (<a href="http:&#x2F;&#x2F;hekad.rtfd.org" rel="nofollow">http:&#x2F;&#x2F;hekad.rtfd.org</a>), you should check it out.
0xCMPover 9 years ago
Oh man sentry is pretty awesome.<p><a href="http:&#x2F;&#x2F;getsentry.com" rel="nofollow">http:&#x2F;&#x2F;getsentry.com</a>
robgibbonsover 9 years ago
Lots of Node &amp; NPM. Also Grunt, Brew, Ant, Maven. Not to mention the rest of the stacks.
imaginenoreover 9 years ago
Blender. For fully programmable 3D rendering, including command line only.
nbclarkover 9 years ago
Node, React&#x2F;Native, Angular, Spring, RabbitMQ, PostgreSQL, Docker, Vagrant, Consul, Spark, Kafka, Too much to name...
bigdubsover 9 years ago
git
ddwover 9 years ago
Ansible, Redis, Postgres, Django, Linux, Nginx, Spark, Git, AngularJS, Elasticsearch. Thanks!
codemacover 9 years ago
GCC
pvorbover 9 years ago
GitLab
dineshp2over 9 years ago
Git,Debian,Ruby on Rails,PostegreSql,Redis,nginx primarily.
imsofutureover 9 years ago
Ubuntu, HAProxy, Ejabberd, Redis are the solid standouts.
DrPhishover 9 years ago
mrtg&#x2F;smokeping, netdisco2, nfdump&#x2F;nfsen and previously request tracker, Nagios and racktables
RobbyMcCulloughover 9 years ago
WordPress
vacriover 9 years ago
ssh, openvpn, ansible, git... bash :)
mooredsover 9 years ago
Git<p>Eclipse<p>Vagrant<p>Bash<p>Pmwiki<p>Ubuntu<p>Nginx<p>Apache<p>MySQL<p>Maven<p>Puppet
yrroover 9 years ago
GNU Make.
jasondecastroover 9 years ago
docker
gardnrover 9 years ago
loomio &amp; cobudget
评论 #11009250 未加载
amlgsmsnover 9 years ago
It has been my observation that when many folks ask for open source software, what they really want and mean is free(as in beer) software.