News

This disruption created a vacuum, and the Linux community quickly stepped up to fill it.
Ubuntu is clear in its intentions: Ptyxis will become the standard terminal for upcoming releases, including the long-term ...
Reactions across forums and distro communities have been largely favorable. Fedora, which typically adopts GNOME changes quickly, shipped Loupe as its default almost immediately. Ubuntu was more ...
Under Wayland, GNOME 48’s fractional scaling is seamless, reverting tearing and flicker to distant memories. If you’re still ...
But many other data compression tools are available to choose from in Linux. See the comprehensive compression and decompression benchmarks in Figures 2 and 3. As with gzip, the best performers are in ...
ALSA stands for the Advanced Linux Sound Architecture. It consists of a set of kernel drivers, an application programming interface (API) library and utility programs for supporting sound under Linux.
Dealing with dynamic memory traditionally has been one of the most awkward issues of C and C++ programming. It is not surprising that some supposedly easier languages, such as Java, have introduced ...
One amazing thing about Linux is that the same code base is used for a different range of computing systems, from supercomputers to very tiny embedded devices. If you stop for a second and think about ...
In the world of decentralization, distributed hash tables (DHTs) recently have had a revolutionary effect. The chaotic, ad hoc topologies of the first-generation peer-to-peer architectures have been ...
On Linux kernel programming mailing lists oriented toward new developers (see the on-line Resources), a number of common questions are asked. Almost every time one of these questions is asked, the ...
Why do the above features use netlink instead of system calls, ioctls or proc filesystems for communication between user and kernel worlds? It is a nontrivial task to add system calls, ioctls or proc ...