Showing headlines posted by Sander_Marechal

« Previous ( 1 ... 96 97 98 99 100 101 102 103 104 105 106 ... 120 ) Next »

Installing Fedora - a video tour

Ready to try Linux but want some hand-holding when you do? Here are three videos that walk you through the process of installing Fedora GNU/Linux. Video number one steps you through the process of installing Fedora 7 to your hard drive, video number two shows you how Fedora looks and acts the first time you boot it, and video number three shows you how to install and remove software in Fedora 7.

SCO 'disappointed' as shares plunge 70 per cent

Mimicking a scene from Monty Python'sThe Holy Grail, the SCO Group has issued a statement declaring that it's not dead yet. Last week, a judge dealt a devastating blow to SCO's legal actions against both Novell and IBM. Not so, according to SCO. Probably...

Tips and tricks: Why do I see "VFS: Busy inodes after unmount" messages in my syslog?

Why do I see this message in my syslog: “kernel: VFS: Busy inodes after unmount. Self-destruct in 5 seconds. Have a nice day…”? There is a condition in both Red Hat Enterprise Linux 3 and Red Hat Enterprise Linux 4 where the kernel fails to properly clean up inodes after an NFS filesystem is unmounted. When this happens, the above message is printed to the /var/log/messages file.

What Goes to Trial?

I've had a chance now to think a bit on what's left after the court's ruling Friday. SCO's statement yesterday seems to indicate that they are looking at what they can do next, so I'm doing the same. I'm seeing some new FUD in response to the judge's ruling in SCO v. Novell, so let me explain a few things, using Paul McDougall's article in Information Week, "Novell's Victory Over SCO Could Have Downside For Linux Users", as a template. The most important thing to understand is that both Novell and IBM will go to trial insofar as this ruling is concerned.

[A great rebuttal to this article that was recently posted to LXer—Sander]

Spreading Python applications

You have just written a fantastic and useful Python application, and you're ready to share it with the world. Distutils, a Python module that provides a standard way of distributing and installing Python apps, can help you simplify the process of installation. This article shows you how to package your Python application with Distutils.

KDE Commit-Digest for 12th August 2007

In this week's KDE Commit-Digest: Significant progress in Colour Mixing in Krita. A new sidebar for okular. International Date Line support, and the merge of Summer of Code work in Marble. Solid is used for hardware detection in Digikam. KRunner uses Strigi for filename-based searches. The ability to switch cursor themes without restarting KDE. Timelines for multiple timezones, rich-text support and other journal improvements in KOrganizer. Support for storing bookmarks in Akonadi. Initial porting of the Kollision game to QGraphicsView. Support for KNewStuff2 in KWordQuiz and KVocTrain; KNewStuff2 support (and the spectrum viewer) removed in Kalzium until KDE 4.1. Initial import of Blitz, an improved graphical effect and filter library for KDE 4.0.

Citrix set to snatch XenSource

Analysts at Credit Suisse last week issued a research note saying that Citrix is - or at least should be - in the market for hypervisor software key to virtualizing both PCs and servers. Either XenSource or Virtual Iron - developers of the open source Xen hypervisor - would stand as attractive buys for Citrix, according to the analysts. They reckon such software could help Citrix as it looks to expand a software empire based on the flexible use of server-side code.

Tutorial: More Than HPLIP Service for Linux

HP's Linux Imaging and Printing subsystem brings parity to the penguin where previous printer purveyors have punted. Hewlett-Packard has the most extensive line of well-supported Linux printers, scanners, and multi-function devices of any printer manufacturer. It even make it easy to find them (unlike the others).

Site for Chilean users of Fedora

I have the privilege to communicate that Chile already has a site for the community of Fedora users. This site tries to give information to local users, as well as to make available a local Yum mirror of Updates. You can enter the site http://fedora.linuxdiinf.org.

PatientOS Free Healthcare Information System v0.11 released

PatientOS is a free open source Healthcare Information System designed for hospitals and physician offices worldwide. Version 1.0 is slated for October 31, 2008. PatientOS v0.11 demonstrates database independence by porting from PostgreSQL to an embedded database. The orders interface has been refined to increase navigation speed and usability. Screenshots, video footage and further information can be foundhere.

Oracle contributes to enterprise Linux

Oracle last week announced new projects and code contributions designed to add to the enterprise-class capabilities of Linux and to help ensure Linux's success within the enterprises market. Oracle last week also announced six new configurations, now available on Oracle Enterprise Linux, as part of the Oracle Validated Configurations program.

Fedora Weekly News Issue 100

In this week's issue, we have announcements on Virtual FudCon8, Announcing Fedora 8 Test 1. In Ask Fedora, we have a few good questions on Intel IP2200 Wireless In Fedora 7, Distribution Upgrades And Peripherals, Yum Reverse Dependency Removal. In Daily Package, we have a few good reviews on Qcad - Simple 2D CAD program, Gscan2pdf - Frontend for scanning utilities, Xephyr - New nested X server and Really Slick screensavers. To celebrate our 100th issue, one lucky winner will receive "Fedora 7 Bible" by Christopher Negus. See Extras Extras section for more information.

Aptitude v.s. apt-get

Being an Ubuntu/Debian user (yes, I use and advocate both), I have fallen in love with the Advanced Packaging Tool, also known as apt. Before Ubuntu, I played in the world of RPM hell, with distros such as Red Hat itself, Mandrake (as it was called back then), and even SuSE. But if any of you have noticed, apt is 16 different tools that you need to become familiar with, if you are to start learning about your Debian-based distro. I don’t know about you, but doesn’t that seem a bit bass-ackwards?

OpenSUSE 10.3 beta and build service app

To mark the second birthday of the openSUSE project, the community program last week celebrated with two announcements – the availability of the first beta of openSUSE 10.3 and the growth of the openSUSE Build Service with a new end-user interface. The openSUSE Build Service is a framework that provides an infrastructure for software developers to create and compile packages for multiple Linux distributions. It addresses the problem that developers have in providing their software across multiple Linux platforms.

An offline wiki for your desktop

Zim looks, feels, and almost works like a common text editor, but it mixes editing features like spell checking with the page cataloging features of wikis. Zim's ability to link documents, both offline and online, is useful, especially when you're working with multiple documents. In fact, Zim's help document is written using Zim itself, and makes full use of its capabilities to link to pages that explain particular features in detail. Zim isn't really a text editor; it's actually an offline wiki that has advanced text editing features. But whatever you call it, Zim can help you become more productive.

Automatically mounting and unmounting Samba/Windows shares with CIFS

At my work the employees are in the fortunate position that they are free to choose whatever OS they want to work with. The only thing that's banned (unofficially) so far is Windows Vista. In such a heterogeneous environment it makes sense to share our files through Samba. It's one of the few protocols that any OS can speak. If you're running Windows Server 2003 then you can't use the smbfs driver that most Linux distributions ship by default. You'll need to use the CIFS filesystem driver and you'll need to edit /etc/fstab. Adding the required fstab entries is actually quite easy as I will show, but on Debian and it's derivative distributions you get a nasty "CIFS VFS: No response" error when you subsequently try to reboot or shutdown your machine. I will show you how to get rid of that too.

Mozilla Thunderbird to Find New Home as Mozilla Foundation Focuses on Mozilla Firefox

On her weblog, Mozilla Corporation CEO Mitchell Baker has announced that Mozilla Thunderbird is to move to a "new, separate organizational setting" as the Mozilla Foundation continues to focus ever more closely on Mozilla Firefox. While the Mozilla Foundation supports a number of projects, its taxable subsidiary the Mozilla Corporation is responsible for only Firefox and Thunderbird. However, it has become increasingly clear that Firefox is the priority. The resources allocated to Firefox dwarf those allocated to Thunderbird and recent projects such as the initiative to improve Mozilla support exclude Thunderbird.

OSI Approves New Open-Source License

The Open Source Initiative approved on July 25 its first new license in quite some time: the Common Public Attribution License, which is essentially the Mozilla Public License with a new attribution clause. But the road to approval was long and expensive, Ross Mayfield, CEO and co-founder of Socialtext, which submitted the license, told eWEEK in an interview at the O'Reilly Open Source Conference here.

Mozilla is pushing Thunderbird out of the nest

Mozilla Corp. CEO Mitchell Baker announced yesterday on her weblog that because of"the enormous energy and community focused on the Web, Firefox, and the ecosystem around it," the organization is seeking"a new, separate organizational setting" for the Thunderbird email client.

Linux Kernel Performance Improvements

On July 22nd a new set of kernel packages was released for Vector Linux, my chosen primary and current favorite distribution. This was the second build of the 2.6.21 kernel with Con Kolivas’ CK2 patchset, replacing a test build released on July 8. In the past the only reason I’ve recommended upgrading a kernel is to close security vulnerabilities or to add support for new hardware. Recently, though, there is another very good reason: noticeably improved performance, particularly if you are currently using kernel 2.6.19 or earlier.

« Previous ( 1 ... 96 97 98 99 100 101 102 103 104 105 106 ... 120 ) Next »