The GNU Debugger Project has published the second point update to version 7.0 of its standard debugger for the GNU software system, adding support for the D language and enhancing C++ support
Read more »GNU Debugger adds D language support
- Login to post comments
How to remove files with special characters in Linux
To remove a file with dashes, slashes or other special characters, the easiest way is to access the file using its inode. To get the inode of a file, just do a ls -li. When you have that number, use find to delete the file using the following command.
Read more »Category: High End Tags:
- Login to post comments
Driver dilemma in KDE workspaces 4.5
KDE is currently blamed for errors in external components: the graphic drivers. I am lately reading quite some crap that we KWin devs knew about problems in the drivers and shipped 4.5 nevertheless with changes enabled which trigger the driver bugs. That is of course not true.
Read more »Category: High End Tags:
- Login to post comments
Clonezilla Live
Clonezilla is a bootable CDROM designed for partition backup and restoration. Unlike SystemRescueCD, Clonezilla Live doesn't contain an array of utilities, rather it is a single, focused tool.
Read more »Category: High End Tags:
- Login to post comments
Block crackers with 3 locks to your SSH door
Learn 3 ways of hardening SSH access to your system to block would-be crackers
Read more »- Login to post comments
Firefox's New "JaegerMonkey" JavaScript Engine is Revving Up, About 20% Faster
Firefox 4.0 is probably going to be one among the most important release Mozilla team has ever made. Competition is breathing down its neck like never before. Even IE, in its latest avatar(read IE9) is fast becoming a better piece of software.
Read more »Category: High End Tags:
- Login to post comments
Bazaar 2.2.0 released
Bazaar is distributed revision control system allowing multiple people to have their own branch of a project, and merge code efficiently between them. It enables new contributors to immediately access to the full tools that previously have been limited to just the committers to a project. This release marks the start of another long-term-stable series.
Read more »Category: High End Tags:
- Login to post comments
GNU Debugger 7.2 released
GNU Debugger is now available. GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and other OS variants.
Read more »Category: High End Tags:
- Login to post comments
Open Source Problem-Solving Tool Helps FOSS Teams Stay Focused
If you've ever been gridlocked in a group decision-making process, you know how quickly things can go from frustrating to downright unwieldy. Even with a common goal in mind, it's easy to get bogged down in data and competing opinions.
Read more »GNU Guile 1.9.12 released
Guile is an implementation of the Scheme programming language, with support for many SRFIs, packaged for use in a wide variety of environments. The new release provides many new noteworthy features, most notably the addition of a compiler and virtual machine. We encourage you to test them and provide feedback.
Read more »Category: High End Tags:
- Login to post comments
Debian GNU/Linux 5.0 updated
The Debian project is pleased to announce the sixth update of its stable distribution Debian GNU/Linux 5.0 (codename "lenny"). This update mainly adds corrections for security problems to the stable release, along with a few adjustment to serious problems.
Read more »Category: High End Tags:
- Login to post comments
Using Disk Compression With Btrfs To Enhance Performance
Earlier this month we delivered benchmarks comparing the ZFS, EXT4, and Btrfs file-systems from both solid-state drives and hard drives. In this article we have our Btrfs test results when the zlib compression mount option was enabled for looking at the SSD compression performance.
Read more »Category: High End Tags:
- Login to post comments
Plone 4 released
The Plone community has raised the bar in the Content Management System market with today's release of Plone 4, a faster, more user-friendly and more refined version of a product which has set the pace for CMS innovation for nearly a decade.
Read more »Photography with Open Source and Linux
All desktop environments support camera import, image management and editing applications. But the desktop defaults are really geared towards casual users. Don’t be fooled by that, though; open source can and does offer the tools to support professional photographers and high-end enthusiasts.
Read more »Category: High End Tags:
- Login to post comments
Learn Linux, 101: Maintain the integrity of filesystems
This article covers standard and journaling (also called journaling) filesystems with an emphasis is on ext2 (standard filesystem) and ext3 (journaling filesystem), but tools for other filesystems are mentioned too. Most of this material applies to both 2.4 and 2.6 kernels. Most examples in this article use Fedora 12, with a 2.6.32 kernel. Your results on other systems may differ.
Read more »- Login to post comments