Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 ... 7359 ) Next »

Storage DBAN, Disksposal and Diskpensation

What you do with your disks after you're done with them does matter. Find out how to properly prepare them for the next owner. Listed at number ten in Ten Essential Linux Admin Tools a few weeks ago, you had what was perhaps your first glimpse of Darik’s Boot and Nuke (DBAN) disk wiping utility. Today, you have it in glorious 3D* action that’s sure to convince you to add DBAN to your utility belt as you head to the inner sanctum of your local data center.

eyeOS Web-based Desktop OS

eyeOS is a web based desktop operating system. Despite its unusual deployment orientation, in many ways, it's a full desktop operating system, complete with file management and full applications that operate within draggable, resizable windows. As well as an overview of what the eyeOS 1.9 branch has to offer, I'll take you through what I did to install it on a Debian type operating system. Overall, I felt that it was a usable system and perhaps even a glimpse at what most computing is going to be like in the future.

How to install OpenQRM 4.7 with LXC support in Debian Squeeze/Lenny: Step by Step

A step by step tutorial on how to install OpenQRM 4.7 with LXC support in Debian Lenny/Squeeze.

How To Configure PureFTPd To Accept TLS Sessions On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Oct 11, 2010 6:46 AM EDT)
  • Story Type: Tutorial; Groups: Debian
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a Debian Lenny server.

Quick Look: Sabayon Linux 5.4

  • Eye On Linux; By Jim Lynch (Posted by jimlynch on Oct 11, 2010 5:49 AM EDT)
  • Story Type: Reviews; Groups: Gentoo
A quick look at the latest release of Sabayon Linux. Sabayon Linux 5.0 was released about a year ago, and I did a review of it for Desktop Linux Reviews. Version 5.4 has just been released so I thought it was definitely worth a quick look to see what has been updated and if it’s worth checking out.

LXer Weekly Roundup for 10-Oct-2010


LXer Feature: 11-Oct-2010

Some of the big stories this week included Steve Ballmer saying Android isn't free, Bruce Byfield talks about Ubuntu's real contribution to FOSS, Google makes aggressive counterclaims in the Oracle suit, Glyn Moody asks; Is Microsoft running out of steam? and last but not least Scott Charney, a Microsoft VP says that infected PCs should be banned from the internet. You have to read it to believe it. Enjoy!

Wine 1.2.1 Released

The Wine maintenance release 1.2.1 is now available. The source is available now, Binary packages are in the process of being built, and will appear soon at their respective download locations.

Gender Diversity, Freedom and Education at the Open World Forum

  • Stop! / Zona-M; By M. Fioretti (Posted by mfioretti on Oct 11, 2010 2:38 AM EDT)
  • Story Type: News Story
The last Open World Forum explored many sides of openness beyond Open Source software. Here are some notes I took while I was there, from women in FOSS ("The day women go to FOSS, it will finally become mainstream.") to Eben Moglen's keynote ("We make software that supports Freedom; then we put that software everywhere; then we turn Freedom on")

LM_Sensors 3.2.0 Has Been Released

It's been quite a while since having anything to report on with the LM_Sensors project, which is the free software project to provide user-space utilities and kernel drivers for various hardware sensors to be supported under Linux. LM_Sensors makes it possible to monitor the CPU/system temperatures, fan speeds, voltages, and other metrics for many systems and motherboards. The last time though we brought up LM_Sensors was in May when it received some better Intel CPU support, but the last major release (LM_Sensors 3.1.0) happened in March of 2009. Today though, LM_Sensors 3.2.0 has been released.

ssh public key only authentication

  • Go2Linux; By Guillermo Garron (Posted by ggarron on Oct 10, 2010 10:47 PM EDT)
  • Story Type: Tutorial
OpenSSH key public key authentication, let users log into server without the need to use their user's passwords. It is possible to disable any other form of login into server, and let available only authentication based on ssh public key. What is achieved, using this method is to avoid password break by brute force attacks. For this method to work, three steps should be taken. Create a pair public / private key ssh Disable root login in the server Disable password login for any other user in the server

Generate OpenDocument spreadsheets from DB2 (or any other) database

  • Free Software tips and tricks at Zona-M; By M. Fioretti (Posted by mfioretti on Oct 10, 2010 8:52 PM EDT)
  • Groups: IBM
An article published last month that explains how to generate OpenDocument spreadsheets directly from DB2 databases also shows how easy it is (with any database, not just DB2) to generate dynamically from a database, for all the visitors of your website, spreadsheets and other office documents in an editable format that is immediately usable by many office suites (including Microsoft Office)

Ubuntu 10.10 Officially Released

  • Softpedia; By Marius Nestor (Posted by hanuca on Oct 10, 2010 6:09 PM EDT)
  • Story Type: News Story; Groups: Ubuntu
Ladies and gentlemen, dear Ubuntu users, after three alphas, one beta and a release candidate, we are pleased to announce that Ubuntu 10.10 is here, today (October 10th), available on mirrors worldwide (see the download links at the end of the article).

Ubuntu 10.10 'Maverick Meerkat' Released, Full Review With Screenshots and Videos

Ubuntu 10.10 'Maverick Meerkat' has been released few minutes back as part of 6 months release cycle and it is the first release that follows Ubuntu 10.04 'Lucid Lynx' Long Term Support (LTS).

Ubuntu Maverick Meerkat pops out

Linux fans today celebrated one of the geekiest days of the year with the release of Ubuntu 10.10, otherwise known as Maverick Meerkat.

Ubuntu 10.10 (Maverick Meerkat) Review

  • Desktop Linux Reviews; By Jim Lynch (Posted by jimlynch on Oct 10, 2010 3:18 PM EDT)
  • Story Type: Reviews; Groups: Ubuntu
A full review of Ubuntu 10.10 (Maverick Meerkat). It seems like just yesterday that Ubuntu Linux 10.04 was released, but here we are and Ubuntu 10.10 has just been released. Wow! How time flies!

How to Enable Right | Middle Click On Clickpads – Ubuntu 10.10

Out of the box Ubuntu 10.10 does has a regression which prevent people who use laptop with clickpads from being able to right or middle click. Here is a documentation on how I walked around that issue. I hope someone finds it useful.

Ubuntu 10.10 Maverick Meerkat screenshots and video Tour

Ubuntu 10.10 Maverick meerkat is released, here are our final screenshots for this new release.

How to run commands in the background

  • Linuxaria.com (Posted by linuxaria on Oct 10, 2010 11:27 AM EDT)
  • Story Type: Tutorial
Suppose you have a long-running task (for example, compiling a large program) that you need to run, but you also want to get some other work done. Linux lets you start a task in the background and keep on doing other things from the command prompt. We will see in this article how to send commands in the background, then return them to the foreground, and make sure that also closing the current shell or terminal the process doesn’t remains tied to the session but continue to work. An alternative to these command is using screen, as read in a former article, but now let’s seethe command bg and the spacial character &

ICINGA - An advanced opensource monitoring tool | Nagios fork

  • Unixmen (Posted by zinoune on Oct 9, 2010 9:02 PM EDT)
  • Story Type: Tutorial
To ensure the continuous development of the popular monitoring software Nagios, a group of active, long standing Nagios community supporters have decided to fork Nagios and open its development to a broader base. Unfortunately this had to be done under a new name: Icinga

Get Involved: KWin Bug Day Tomorrow

Sunday is the first KWin Bug Day (10th day of the 10th month 2010 - easy to remember!). KWin is a vital part of the KDE Platform and used by all software running in a Plasma Workspace. However, with the latest influx of bug reports it is becoming increasingly difficult for regular contributors like Martin Grässlin and the KWin team to keep up. This is where you can help with squashing those bugs!

« Previous ( 1 ... 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 ... 7359 ) Next »