Distribution Release: Solus 4.3

Posted: 2021-07-11 13:53:44
Source: http://distrowatch.com/11298

Solus is an independent, rolling-release, desktop Linux distribution. The project is available in four desktop flavours, the primary one being the project's custom Budgie graphical user interface. Its latest release, Solus 4.3, features a number of improvements to multimedia and hardware support, as well as an update to....

Create Multiboot USB Linux with Ventoy

Posted: 2021-07-11 13:02:57
Source: https://linuxhint.com/create-multiboot-usb-linux-ventoy/

Any Linux user level can create a multi boot USB stick in a few steps dragging and dropping the images to boot in minutes without advanced knowledge. In this article, we’ll show how to create a multiboot USB containing multiple operating systems such as different Linux distributions or Microsoft Windows.

Linux DU Command with Examples

Posted: 2021-07-11 11:59:24
Source: https://linuxhint.com/linux-du-command-examples-2/

‘du’ stands for the disc usage in a system and is used to identify the usage of space by the files present in the system that causes disc storage space to run out of the provided space. In this article, we’ll explain the usage of du command and show examples.

5.12.16: stable

Posted: 2021-07-11 10:56:13
Source: http://www.kernel.org/

Version:5.12.16 (stable)
Released:2021-07-11
Source:linux-5.12.16.tar.xz
PGP Signature:linux-5.12.16.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.12.16

5.10.49: longterm

Posted: 2021-07-11 10:55:03
Source: http://www.kernel.org/

Version:5.10.49 (longterm)
Released:2021-07-11
Source:linux-5.10.49.tar.xz
PGP Signature:linux-5.10.49.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.10.49

5.4.131: longterm

Posted: 2021-07-11 10:52:26
Source: http://www.kernel.org/

Version:5.4.131 (longterm)
Released:2021-07-11
Source:linux-5.4.131.tar.xz
PGP Signature:linux-5.4.131.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.4.131

4.19.197: longterm

Posted: 2021-07-11 10:49:55
Source: http://www.kernel.org/

Version:4.19.197 (longterm)
Released:2021-07-11
Source:linux-4.19.197.tar.xz
PGP Signature:linux-4.19.197.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.19.197

4.14.239: longterm

Posted: 2021-07-11 10:48:23
Source: http://www.kernel.org/

Version:4.14.239 (longterm)
Released:2021-07-11
Source:linux-4.14.239.tar.xz
PGP Signature:linux-4.14.239.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.14.239

4.9.275: longterm

Posted: 2021-07-11 10:46:48
Source: http://www.kernel.org/

Version:4.9.275 (longterm)
Released:2021-07-11
Source:linux-4.9.275.tar.xz
PGP Signature:linux-4.9.275.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.9.275

4.4.275: longterm

Posted: 2021-07-11 10:45:36
Source: http://www.kernel.org/

Version:4.4.275 (longterm)
Released:2021-07-11
Source:linux-4.4.275.tar.xz
PGP Signature:linux-4.4.275.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.4.275

Bitwise operators in C with Examples

Posted: 2021-07-11 10:00:39
Source: https://linuxhint.com/bitwise-operators-c-examples/

The bitwise operators have been used to manipulate data only at the bit level. Bit-level computing would be done when you execute bitwise operations. It's mainly used to speed up mathematical calculations. Inside the C language, several sorts of bitwise operators are used. In this article, Bitwise operators in C are explained with examples.

Distribution Release: EasyNAS 1.0.0

Posted: 2021-07-11 01:38:02
Source: http://distrowatch.com/11297

The first-ever stable build of EasyNAS, version 1.0.0, has been released. EasyNAS is a storage management system for home or small office, based on openSUSE Leap and using the Btrfs file system. It is managed through a web-based interface and it offers many advanced features, such as on-line....

Distribution Release: ExTiX 21.7

Posted: 2021-07-10 14:48:24
Source: http://distrowatch.com/11296

The ExTiX distribution is an Ubuntu-based project which features alternative desktop environments. The project's latest release is ExTiX 21.7 which includes the LXQt desktop running on an Ubuntu 20.04.2 base. "I’ve made a new updated “mini” version of ExTiX – The Ultimate Linux System. It is based on....

Convert xcf to jpg with Gimp

Posted: 2021-07-10 14:36:20
Source: https://linuxhint.com/gimp-convert-xcf-to-jpg/

Sometimes, we need to convert xcf to jpg. Converting or exporting images from xcf to jpg or any other supported media format is an intuitive second task. Advanced options add a lot of interesting features many Gimp users ignore when exporting their files. Some of the Advanced features may vary depending on the output file format you selected. How to Convert xcf to jpg with Gimp is explained in this article.

Experimental Rust Support Patches Submitted to Linux Kernel Mailing List

Posted: 2021-07-10 14:34:00
Source: http://rss.slashdot.org/~r/Slashdot/slashdotLinuxatom/~3/YcDE1Xus6JA/experimental-rust-support-patches-submitted-to-linux-kernel-mailing-list

"The Rust for Linux project, sponsored by Google, has advanced..." reported the Register earlier this week: A new set of patches submitted to the Linux kernel mailing list summarizes the progress of the project to enable Rust to be used alongside C for implementing the Linux kernel. The progress is significant. - ARM and RISC-V architectures are now supported, thanks to work on rustc_codgen_gcc, which is a GCC codegen for rustc. This means that rustc does the initial compilation of Rust code but GCC (the GNU Compiler Collection) does the backend compilation, enabling support for the architectures that GCC supports... - Overall, "the Rust support is still to be considered experimental. However, as noted back in April, support is good enough that kernel developers can start working on the Rust abstractions for subsystems and write drivers and other modules," continued project leader Miguel Ojeda, a computer scientist at CERN in Geneva, Switzerland, now working full time on Rust for Linux... There is substantial support for the project across the industry. Google said in April "we feel that Rust is now ready to join C as a practical language for implementing the kernel" and that it would reduce the number of potential bugs and security vulnerabilities. Google is sponsoring Ojeda to work full time on the project for a year, via the ISRG (Internet Security Research Group), which said last month that it is part of "efforts to move the internet's critical software infrastructure to memory safe code," under the project name Prossimo. The ISRG is also the nonprofit organisation behind Let's Encrypt free security certificates. Ojeda also mentioned that Microsoft's Linux Systems Group is contributing and hopes to submit "select Hyper-V drivers written in Rust." Arm is promising assistance with Rust for Linux on ARM-based systems. IBM has contributed Rust kernel support for its PowerPC processor. More detail is promised at the forthcoming Linux Plumber's Conference in September. In the meantime, the project is on GitHub here. "In addition, we would like to announce that we are organizing a new conference that focuses on Rust and the Linux kernel..." Ojeda posted. "Details will be announced soon." And for context, the Register adds: Linus Torvalds has said on several occasions that he welcomes the possibility of using Rust alongside C for kernel development, and told IT Wire in April that it is "getting to the point where maybe it might be mergeable for 5.14 or something like that."

Read more of this story at Slashdot.

Display Contents Of A Text File On Command Line Linux

Posted: 2021-07-10 14:32:02
Source: https://linuxhint.com/display-text-file-contents-linux/

A text file is a digital file that contains the raw text. Text files include configuration files, source codes, web pages, and many others. Hence, it is essential to have a quick view of the contents of a text file in the command line before editing the file. In this article, various approaches to list the contents of a text file in the terminal are discussed.

How to install Siege on Ubuntu

Posted: 2021-07-10 14:27:40
Source: https://linuxhint.com/install-siege-ubuntu/

Siege is an open-source regression test and benchmark utility used to stress test a website URL with several simulated users accessing a website. Developers can check the performance of their code using Siege. It works by hitting a web server simultaneously with many concurrent users. How to install Siege on Ubuntu is explained in this article.

How to Install Logwatch on Ubuntu 20.04

Posted: 2021-07-10 11:19:11
Source: https://linoxide.com/how-to-install-logwatch-on-ubuntu-20-04/

How to Check if SSH is Running on Linux

Posted: 2021-07-10 00:31:19
Source: https://linuxhint.com/check-if-ssh-is-running-on-linux/

SSH is a cryptographic network protocol that lets you control and modifies a remote computer over the internet. This protocol ensures security even through a vulnerable network. Most of the Linux distros use OpenSSH, an open-source project implementing the SSH protocol. How to check if SSH is Running on Linux is explained in this article.

How to Find Hardware Details Ubuntu GUI?

Posted: 2021-07-10 00:10:22
Source: https://linuxhint.com/find-hardware-details-ubuntu-gui/

Everybody checks their computer’s hardware details from time to time. These details include information about RAM, processor, motherboard, GPU, and much more. Through this information, we can gauge how strong a computer is, what kind of drivers it needs, and its configuration. How to find hardware details Ubuntu GUI is explained in this article.

1 ... 656 657 658 659 ... 726