Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Linux

  • submit to reddit

Building updated packages for sun-java6 6u30

The DevOps Zone is presented by ThoughtWorks Studios and UrbanCode to bring you the most interesting and relevant content on the DevOps movement.  See today's top DevOps content and be sure to check out ThoughtWorks Studio's Continuous Delivery Whitepapers and UrbanCode's Webinars.

Recently, Oracle withdrew the ability for Linux distributions to repackage Java and distribute their own packages. This has been widely regarded as a bad idea, but I'll show you how to re-roll an old sun-java6 deb file.

0 replies - 2402 views - 02/05/12 by Tom O'connor in Articles

If you Expose ssh Publicly…

…run it on a high port This seems like obvious advice but I see it so often ignored…. Yes, putting ssh on another port is obscurity – but it freaking works. It doesn’t prevent someone from cracking your password via ssh, you should have other...

2 replies - 3435 views - 01/08/12 by Aaron Nichols in Articles

My 5 Favorite Shell Shortcuts

I love shortcuts. I do my best to learn keyboard shortcuts, I setup aliases, and I like using anything that makes things faster. Here are a few of my favorites for a shell in Linux or OS X. These aren’t ninja shell moves that folks who’ve been doing...

1 replies - 5829 views - 01/07/12 by Aaron Nichols in Articles

Restricted Bash

While working on deploying a web-application recently, I needed to transfer a 'build artifact' (fancy name for a .tgz) from a Continuous Integration server to an RPM repository server. We already have an existing RPM repository server that uses Apache, and...

0 replies - 2689 views - 01/02/12 by Nikhil Mungel in Articles

Installing Vagrant, on Ubuntu Natty

(Warning some Ubuntu ranting ahead) apt-get install virtualbox-ose apt-get install rubygems gem install vagrantThat's what I assumed it would take me to install vagrant on a spare Ubuntu (Natty) laptop. Well it's not. after that I was greeted...

0 replies - 2265 views - 01/01/12 by Kris Buytaert in Articles

CouchDB Image Takes a Hit: Dropped from Ubuntu One

While it's certainly no reason to declare the death of CouchDB, Canonical's recent decision to drop CouchDB as their data store for Ubuntu One is a pretty significant loss coming from a service provider that was definitely a big notch in the CouchDB...

0 replies - 3131 views - 11/29/11 by Mitchell Pronsc... in News

How-To install Tomcat 7 and Solr on Centos 5.5

In this how-to we are presenting the steps you have to follow in order to install Tomcat 7 and Solr on a Centos 5.5 machine.  This tutorial was originally posted on TechSpry.com and the author is Gerasimos Athanasopoulos.

2 replies - 4064 views - 10/24/11 by Mitchell Pronsc... in Articles

Run Solr as a Service on Linux in Just a Few Mintues

I found a short and sweet blog tutorial by Lucene/Solr committer Mark Millar this morning.   It shows you how to install Solr as a service on Linux in less than 300 words (and just a few small code snippets).  The example uses Ubuntu 11.04.Logging  

0 replies - 4193 views - 08/13/11 by Mitchell Pronsc... in News

Primary key lookups are 2.8X faster with MemoryCodec

A few weeks ago I committed the new MemoryCodec to Lucene's trunk (to be 4.0). This codec indexes all terms and postings into a compact finite-state transducer (FST) and then, at search time, avoids I/O by performing all terms and postings enumerations in...

1 replies - 3472 views - 07/23/11 by Michael Mccandless in News

Daily Dose: The Voices in Torvalds' head say "Jump to Linux 3.0 "

The Linux kernel developer mailing list featured a message from Linus Torvalds which suggested that he will most likely complete merging major changes for the next version of Linux derived from the main development tree on Sunday. Torvalds got people...

0 replies - 19854 views - 05/24/11 by Jim Moscater in Daily Dose

SlickEdit Released SlickEdit® 2011

SlickEdit 2011 is the premier cross-platform, multi-language code editor that gives programmers the ability to code in over 40 languages on 9 platforms including Windows®, Linux, UNIX, and Mac OS X®. New features and enhancements available in SlickEdit...

0 replies - 1586 views - 05/18/11 by Lyndsey Clevesy in Announcements

Daily Dose - Java Contracts: By Google

Contracted code in Java can reveal failures much closer to their fault, shaving hours off your debugging sessions.  It's good news then that Google has just made it easier to implement contracts in Java with the launch of their new open source tool:...

1 replies - 23835 views - 02/06/11 by Mitchell Pronsc... in Daily Dose

Daily Dose - Tomcat 7 Servlet Container Declared Stable

Apache Tomcat has full support for Java EE 6 specs this week, including Servlet 3.0, JSP 2.2, and JSP EL.  The developers just announced that the new release of Tomcat 7.0.6 is the first stable release in the 7.x branch.  The other new features in this...

0 replies - 12920 views - 01/17/11 by Mitchell Pronsc... in Daily Dose

Daily Dose - WP7 Marketplace Surpasses Palm's WebOS Store in Less Than 3 Months

Today, the Windows Phone 7 Marketplace recorded more than 5k applications in the store, which is just above the number in Palm's WebOS app store.  While the WebOS store has had 1.5 years to mature, WP7 has taken less than three months to reach 5k.  The app...

0 replies - 21997 views - 12/31/10 by Mitchell Pronsc... in Daily Dose

Daily Dose - The Silverlight 5 Plan

At Microsoft's developer-focused Silverlight Firestarter event, they laid out the roadmap for the next version of Silverlight - an RIA platform that is now taking a slightly different direction.  Silverlight 5 will include more than 40 new features such as...

0 replies - 15001 views - 12/06/10 by Mitchell Pronsc... in Daily Dose