You might think that's a pretty ridiculous question to ask, since the canard about open source being less secure than closed source has been debunked many times. But it seems that some people didn't get the memo:
Read more »A shared object is (not) enough
When building shared objects for plugin usage, like the case for NSS I noted, PAM plugins or extensions for languages like Ruby, Python, Perl, Java… you don’t need static libraries at all, so a shared object is enough!
Read more »- Login to post comments
FreeBSD webcam support: video4bsd
Hans Petter has been working hard recently on webcamd, making Linux webcam drivers work on FreeBSD.
Read more »- Login to post comments
Oh dear! Qt incompatibility on the horizon
The Symbian Foundation and Nokia with Maemo (now MeeGo) are building two widget sets on top of QGraphicsView – while both are called Direct UI, they are entirely different. It’s totally braindead to have incompatibe widget sets.
Read more »- Login to post comments
Linux Nvidia drivers might also have the GPU fan speed issue
According to Nvidia, until the problem is resolved, Linux users should revert to 190.53 web release or the 195.30 public beta. They are going to remove the 195.36.08 and 195.36.03 drivers from NVIDIA's FTP site.
Read more »- Login to post comments
Google open source guru says Android code will be in Linux kernel in time
Google’s Android code will assume its rightful place in the Linux kernel — in good time, the company’s top open source guru says. The Android code was stripped out of the last kernel release, version 2.6.33, after Google reportedly failed to provide necessary changes and subsystem code required by kernel.org.
Read more »Device Or Resource Busy Errors In Linux
lsof is used to LiSt Open Files, hence the command’s name. It’s a handy tool normally used to list the open files on a system along with the associated processes or users, and can also be used to gather information on your system’s network connections. When run without options, lsof lists all open files along with all of the active processes that have them open.
Read more »PC-BSD 8.0 vs. Kubuntu 9.10 Benchmarks
PC-BSD 8.0 was released last week and we took this opportunity to deliver a fresh set of *BSD benchmarks. In this article we have benchmarks of PC-BSD 8.0 x64 against Kubuntu 9.10 x86_64.
Read more »- Login to post comments
'Severe' OpenSSL vuln busts public key crypto
Computer scientists say they've discovered a "severe vulnerability" in the world's most widely used software encryption package that allows them to retrieve a machine's secret cryptographic key.
Read more »- Login to post comments
Download wineasio .deb packages
wineasio provides an ASIO to JACK driver for WINE. ASIO is the most common Windows low-latency driver, so is commonly used in audio workstation programs. (Wine's built-in JACK transport isn't a Windows ASIO driver.)
Read more »- Login to post comments
POSIX IO Must Die!
POSIX IO is becoming a serious impediment to IO performance and scaling. POSIX is one of the standards that enabled portable programs and POSIX IO is the portion of the standard surrounding IO. But as the world of storage evolves with greatly increasing capacities and greatly increasing performance, it is time for POSIX IO to evolve or die.
Read more »- Login to post comments
Bash Scripting Introduction w/ Examples
Shell is a program, which interprets user commands. The commands are either directly entered by the user or read from a file called the shell script.
Read more »- Login to post comments
IPFire open source firewall
The IPFire project were at CeBIT 2010 to talk about the open source firewall and The H talked to the project's leader about what's coming in IPFire
Read more »- Login to post comments
Finally, Reiser4 Benchmarks Against EXT4 & Btrfs
There is no shortage of EXT4 benchmarks from comparing this evolutionary file-system's performance on netbooks to how it battles the Btrfs file-system to its performance recession. In this article though we are finally delivering something that has long been requested and that is Reiser4 file-system benchmarks running directly against EXT4 and Btrfs.
Read more »- Login to post comments
How to create LXC system containers to isolate services
Vincent Danen shows you how to create Linux Resource Containers to run a full service or set of services, isolated from the host operating system.
Read more »- Login to post comments