4.14.237: longterm

Posted: 2021-06-16 09:53:48
Source: http://www.kernel.org/

Version:4.14.237 (longterm)
Released:2021-06-16
Source:linux-4.14.237.tar.xz
PGP Signature:linux-4.14.237.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.14.237

4.9.273: longterm

Posted: 2021-06-16 09:37:44
Source: http://www.kernel.org/

Version:4.9.273 (longterm)
Released:2021-06-16
Source:linux-4.9.273.tar.xz
PGP Signature:linux-4.9.273.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.9.273

4.4.273: longterm

Posted: 2021-06-16 09:35:37
Source: http://www.kernel.org/

Version:4.4.273 (longterm)
Released:2021-06-16
Source:linux-4.4.273.tar.xz
PGP Signature:linux-4.4.273.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.4.273

openSUSE 15.3 overview | The makers' choice for sysadmins, developers and desktop users.

Posted: 2021-06-15 16:05:57
Source: https://www.youtube.com/watch?v=8km49DoPzts

Distribution Release: SME Server 10.0

Posted: 2021-06-15 14:13:34
Source: http://distrowatch.com/11274

Terry Fage has announced the release of SME Server 10.0, a major new update of the project's specialist distribution designed for home servers. This version is based on CentOS 7: "The Koozali SME Server development team is pleased to announce the release of SME Server 10.0 which will....

How to Edit a File Using Nano

Posted: 2021-06-15 11:52:52
Source: https://linoxide.com/how-to-edit-file-using-nano/

next-20210615: linux-next

Posted: 2021-06-15 09:02:40
Source: http://www.kernel.org/

Version:next-20210615 (linux-next)
Released:2021-06-15

Who Makes the Biggest SSD Drive?

Posted: 2021-06-15 03:39:59
Source: https://linuxhint.com/who-makes-biggest-ssd/

SSD is one of the most reliable and widely used storage devices of today. It can handle data processing more efficiently in terms of speed and power than the traditional HDD. In this article, we will discuss the specifications of the record holding brand with the highest capacity of SSD.

How Do I Find Parent Process in Linux

Posted: 2021-06-15 02:20:52
Source: https://linuxhint.com/find-parent-process-linux/

The process created by the kernel is known as the “Parent Process,” and all the processes derived from the parent process are termed as “Child Processes.” A single process may consist of several child processes having a unique PID but with the same PPID. How to Find Parent Process in Linux is discussed in this article.

How do I fix SSH permission denied public key

Posted: 2021-06-15 02:18:08
Source: https://linuxhint.com/fix-ssh-permission-denied-public-key/

The Secure Shell (SSH) key is the access credential for SSH protocol. Although the SSH protocol supports multiple approaches for authentication, the public key is considered one of the best ways that help in automated and interactive connections. How to fix SSH permission denied Public key is discussed in this article.

Linux Two-factor Authentication

Posted: 2021-06-14 11:51:09
Source: https://linuxhint.com/linux-two-factor-authentication/

This article provides a guide on fully utilizing the Linux two-factor authentication. The two-factor authentication is one of the best practices to protect one’s email, social media accounts, and hosting. This tutorial shows ways to implement the two-factor authentication to protect your SSH access using the Google Authenticator or Authy-ssh.

Python Super Function Usage

Posted: 2021-06-14 10:45:29
Source: https://linuxhint.com/python-super-function-usage/

This article provides an easy step-by-step guide on the Python Super Function Usage. This is implemented by allowing the inheritance that ensures through the super() method. This tutorial highlights invading a superclass by using a super() method through the study of single inheritance and how to invoke superclass functions with super().

How to Add a Directory to PATH in Linux

Posted: 2021-06-14 10:36:19
Source: https://linuxhint.com/add-directory-to-path-linux/

PATH is a predefined variable in a Linux shell. It consists of directories with their directory paths, beginning from the root. The path is a list of directories in which the shell looks for operating system commands. This article will show you how to add a directory to a path.

Rename Linux Files with Rename

Posted: 2021-06-14 01:07:21
Source: https://linuxhint.com/rename-linux-files-with-rename/

In Linux, renaming a file or directory is mostly done using mv. However, when it comes to renaming multiple files or folders, using mv becomes complex. The rename command is specifically designed for such situations. In this article, we’ll show you how to use the rename command to rename files.

Best Laptops for Gaming on the Go

Posted: 2021-06-14 01:05:39
Source: https://linuxhint.com/best-laptops-for-gaming-on-the-go/

Best laptops for gaming gives you the jaw-dropping visual performance of a high-end desktop along with the joys of portability. They come with powerful internals that makes gaming on the go a highly satisfying experience. Under this article, we’ll list down the best laptops for the best portable gaming experience.

What is the Difference: useradd vs. adduser Linux with Examples

Posted: 2021-06-14 01:03:40
Source: https://linuxhint.com/difference-useradd-vs-adduser-linux-with-examples/

The useradd is a command used for creating a user in any Linux-based operating system. It is a low-level or less secure command for creating a user because it only creates a user until we specify a flag. The adduser command is a relatively less complex and more secure command used for creating a user. The difference between useradd and adduser Linux with examples is explained in this article.

How to Install Package to a Specific Directory Using Yum

Posted: 2021-06-14 01:01:45
Source: https://linuxhint.com/install-package-to-a-specific-directory-using-yum/

It’s often needed to install some packages in our system for a brief period but this will consume disk space. It’s recommended to install the packages in some temporary directory. This article provides a detailed guide on how to install packages to specific directory using Yum and DNF package manager.

DistroWatch Weekly, Issue 921

Posted: 2021-06-14 00:10:26
Source: http://distrowatch.com/11273

This week in DistroWatch Weekly: Review: Bodhi Linux 6.0.0News: FreeBSD from a NetBSD developer's perspective, Slackware updating to a newer kernel, UBports installs on more devices, Mageia 7 nearing its end of life, Matthew Miller answers community questionsQuestions and answers: Combining the storage space of multiple disksReleased last....

5.13-rc6: mainline

Posted: 2021-06-13 21:43:10
Source: http://www.kernel.org/

Version:5.13-rc6 (mainline)
Released:2021-06-13
Source:linux-5.13-rc6.tar.gz
Patch:full (incremental)

The Linux Set Command

Posted: 2021-06-13 18:10:32
Source: https://linuxhint.com/the-linux-set-command/

This article provides a guide on the definition of the Linux set command as a built-in shell command and its capabilities to display or set both shell and the environment variables. This tutorial will demonstrate the various ways that the Linus set command as a line utility can be used.

1 ... 669 670 671 672 ... 726