Open-source News

Check file status on Linux with the stat command

opensource.com - Fri, 08/20/2021 - 15:01

The stat command, included in the GNU coreutils package, provides a variety of metadata, including file size, inode location, access permissions and SELinux context, and creation and modification times, about files and filesystems. It's a convenient way to gather information that you usually need several different commands to acquire.

Installing stat on Linux

On Linux, you probably already have the stat command installed because it's part of a core utility package that's generally bundled with Linux distributions by default.


read more

Raspberry Pi Display Driver Patches Updated For 4K@60Hz Support

Phoronix - Fri, 08/20/2021 - 15:00
Work continues on getting the Broadcom VC4 kernel Direct Rendering Manager (DRM) driver into shape for being able to support 4K display outputs at 60Hz...

3 steps for managing a beginner-friendly open source community

opensource.com - Fri, 08/20/2021 - 15:00

When someone is new to contributing to open source, the best place to start is often beginner-friendly bugs and issues. But before they can do that, they have to be able to find those kinds of issues. As a member of an open source project, there's a lot you can do to help beginners find a way to contribute. 


read more

SixtyFPS 0.1 Released As A Rust-Focused Graphical Toolkit

Phoronix - Fri, 08/20/2021 - 12:00
For passionate Phoronix readers around the Rust programming language, SixtyFPS is a new graphical toolkit offering focused on Rust but also supporting C++ and JavaScript...

How to Install MySQL 8.0 on Rocky Linux and AlmaLinux

Tecmint - Fri, 08/20/2021 - 11:31
The post How to Install MySQL 8.0 on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in C, MySQL is an open-source, cross-platform, and one of the most widely used Relational Database Management Systems (RDMS). It’s an integral part of the LAMP stack and is a popular database management

The post How to Install MySQL 8.0 on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Netfilter Releases Nftables 1.0

Phoronix - Fri, 08/20/2021 - 06:17
The Netfilter project has announced the release of Nftables 1.0.0 for their user-space code for interfacing with the Linux kernel's Nftables subsystem for network filtering and classification...

Pages