Posted: 2021-08-08 07:07:02 Source: http://www.kernel.org/
Version: | 5.13.9 (stable) |
---|---|
Released: | 2021-08-08 |
Source: | linux-5.13.9.tar.xz |
PGP Signature: | linux-5.13.9.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.13.9 |
Posted: 2021-08-08 07:05:29 Source: http://www.kernel.org/
Version: | 5.10.57 (longterm) |
---|---|
Released: | 2021-08-08 |
Source: | linux-5.10.57.tar.xz |
PGP Signature: | linux-5.10.57.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.10.57 |
Posted: 2021-08-08 07:04:29 Source: http://www.kernel.org/
Version: | 5.4.139 (longterm) |
---|---|
Released: | 2021-08-08 |
Source: | linux-5.4.139.tar.xz |
PGP Signature: | linux-5.4.139.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.4.139 |
Posted: 2021-08-08 06:54:36 Source: http://www.kernel.org/
Version: | 4.19.202 (longterm) |
---|---|
Released: | 2021-08-08 |
Source: | linux-4.19.202.tar.xz |
PGP Signature: | linux-4.19.202.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-4.19.202 |
Posted: 2021-08-08 06:53:36 Source: http://www.kernel.org/
Version: | 4.14.243 (longterm) |
---|---|
Released: | 2021-08-08 |
Source: | linux-4.14.243.tar.xz |
PGP Signature: | linux-4.14.243.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-4.14.243 |
Posted: 2021-08-08 06:39:02 Source: http://www.kernel.org/
Version: | 4.9.279 (longterm) |
---|---|
Released: | 2021-08-08 |
Source: | linux-4.9.279.tar.xz |
PGP Signature: | linux-4.9.279.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-4.9.279 |
Posted: 2021-08-08 06:38:05 Source: http://www.kernel.org/
Version: | 4.4.279 (longterm) |
---|---|
Released: | 2021-08-08 |
Source: | linux-4.4.279.tar.xz |
PGP Signature: | linux-4.4.279.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-4.4.279 |
Posted: 2021-08-08 02:28:53 Source: https://linoxide.com/who-command-in-linux/
Posted: 2021-08-07 21:34:00 Source: http://rss.slashdot.org/~r/Slashdot/slashdotLinuxatom/~3/ZV8y5PeLPC4/linux-trace-toolkit-next-generation-213-facilitates-quick-reaction-to-kerneluser-space-instrumentation-hits
LTTng has been called "the killer app for system-level debugging and performance tuning." And now long-time Slashdot reader compudj writes: It's the official release of LTTng 2.13 — Nordicité! LTTng is a kernel and user-space tracer for Linux. The most notable features of this release are: - Event-rule matches condition triggers and new actions, allowing internal actions or external monitoring applications to quickly react when kernel or user-space instrumentation is hit - Notification payload capture, allowing external monitoring applications to read elements of the instrumentation payload when instrumentation is hit. - Instrumentation API: vtracef and vtracelog (LTTng-UST) - User space time namespace context (LTTng-UST and LTTng-modules).
Read more of this story at Slashdot.
Posted: 2021-08-07 21:22:01 Source: https://linuxhint.com/arrays-in-powershell/
This article provides a step-by-step guide on the use of arrays in PowerShell. The arrays store the same data types and help you sort the stored data. A user can manipulate the output of the array for a specific purpose. This helpful tutorial demonstrates the handling of arrays using PowerShell.
Posted: 2021-08-07 03:57:29 Source: https://linoxide.com/how-to-install-mariadb-on-rocky-linux-8/
Posted: 2021-08-07 02:10:00 Source: http://rss.slashdot.org/~r/Slashdot/slashdotLinuxatom/~3/iGbI2PyKFdE/paragon-is-working-to-get-its-nfs3-filesystem-into-the-linux-kernel
Jim Salter writes via Ars Technica: In March of last year, proprietary filesystem vendor Paragon Software unleashed a stream of anti-open source FUD about a Samsung-derived exFAT implementation headed into the Linux kernel. Several months later, Paragon seemed to have seen the error of its ways and began the arduous process of getting its own implementation of Microsoft's NTFS (the default filesystem for all Windows machines) into the kernel as well. Although Paragon is still clearly struggling to get its processes and practices aligned to open source-friendly ones, Linux kernel BDFL Linus Torvalds seems to have taken a personal interest in the process. After nearly a year of effort by Paragon, Torvalds continues to gently nudge both it and skeptical Linux devs in order to keep the project moving forward. To those familiar with daily Linux use, the utility of Paragon's version of NTFS might not be immediately obvious. The Linux kernel already has one implementation of NTFS, and most distributions make it incredibly easy to install and use another FUSE-based implementation (ntfs-3g) beyond that. Both existing implementations have problems, however. The in-kernel implementation of NTFS is extremely old, poorly maintained, and should only be used read-only. As a result, most people who actually need to mount NTFS filesystems on Linux use the ntfs-3g driver instead. Ntfs-3g is in reasonably good shape -- it's much newer than the in-kernel ntfs implementation, and as Linux filesystem guru Ted Ts'o points out, it actually passes more automated filesystem tests than Paragon's own ntfs3 does. Unfortunately, due to operating in userspace rather than in-kernel, ntfs-3g's performance is abysmal. In Ts'o's testing, Paragon's ntfs3 completed automated testing in 8,106 seconds -- but the FUSE-based ntfs-3g required a whopping 34,783 seconds. Bugs and performance aside, ongoing maintenance is a key aspect to Paragon's ntfs3 making it in-kernel. Torvalds opined that "Paragon should just make a pull request for [ntfs3]" -- but he did so after noting that the code should get OKs from current maintainers and that Paragon itself should maintain the code going forward. (Paragon developer Konstantin Komarov quickly replied that the company intended to continue maintaining the code, once accepted.) [...] For his own part, Torvalds seems determined to find a performant, modern, maintainable replacement for the ancient (2001-era) and seldom-used ntfs implementation in the kernel now. As long as Paragon remains willing to keep playing, it seems likely to get there eventually -- perhaps even in time for the 5.15 kernel.
Read more of this story at Slashdot.
Posted: 2021-08-06 16:52:53 Source: http://www.kernel.org/
Version: | next-20210806 (linux-next) |
---|---|
Released: | 2021-08-06 |
Posted: 2021-08-06 14:45:06 Source: https://www.youtube.com/watch?v=wi-UuW8xjao
Posted: 2021-08-06 11:53:56 Source: https://linoxide.com/how-to-install-lemp-stack-on-rocky-linux-8/
Posted: 2021-08-06 10:49:03 Source: https://linuxhint.com/configure-zfs-cache-high-speed-io/
ZFS tries to cache as much data as possible in the memory for providing faster access to the filesystem. The team behind ZFS believes free and unused memory is wasted memory. This article will discuss types of read and write caching of ZFS and how to configure the memory limit.
Posted: 2021-08-06 08:01:11 Source: https://linuxhint.com/fix-cannot-connect-minecraft-server/
Minecraft is a 3D sandbox game with no pre-defined objectives, allowing players to be as creative as they want. Online multiplayer is one of the key features of Minecraft that allows players to interact with each other. This article will explain the remedies for issues in connecting to a server.
Posted: 2021-08-05 17:02:21 Source: http://www.kernel.org/
Version: | next-20210805 (linux-next) |
---|---|
Released: | 2021-08-05 |
Posted: 2021-08-05 15:00:09 Source: https://www.youtube.com/watch?v=NbD8KBFLxjY
Posted: 2021-08-05 14:50:33 Source: https://www.youtube.com/watch?v=RGUxzpcoSVQ