7 habits of highly successful Unix admins

7 habits of highly successful Unix admins

  1. Don’t wait for problems to find you
  2. Know your tools and your systems
  3. Prioritize, prioritize, prioritize
  4. Perform post mortems,  but don’t get lost in them
  5. Document your work
  6. Fix the problem AND explain
  7. Make time for yourself

Yum Fast Downloader 0.6.0 Released!

Yum Fast Downloader 0.6.0 Released!

Gladly, I was able to devote some time to update yum fast downloader plugin to work much better with recent yum versions in Fedora 19/20. The plugin effectively disabled delta rpm support since the integration of presto into yum. To fix the issue, I reworked the plugin using the new download framework of yum/urlgrabber. The result is yum-fast-downloader plugin for Fedora 20, which not only fixes the problem but also brings better integration. As a result, the plugin is now responsible for almost all downloads including downloading drpm packages.
Besides, it is now possible to specify arbitrary command line arguments (e.g. -q) for aria2c in the plugin’s configuration file.

The Heartbleed Bug

heartbleed

If you haven’t heard about The Heartbleed Bug yet, here is your chance.  This page describes it nicely in not too technical detail.  Let’s get a few quotes to get you started:

The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private networks (VPNs).

The Heartbleed bug allows anyone on the Internet to read the memory of the systems protected by the vulnerable versions of the OpenSSL software. This compromises the secret keys used to identify the service providers and to encrypt the traffic, the names and passwords of the users and the actual content. This allows attackers to eavesdrop on communications, steal data directly from the services and users and to impersonate services and users.

That doesn’t just sound nasty.  IT IS!

Continue reading The Heartbleed Bug