5.10.71: longterm

Posted: 2021-10-06 13:56:35
Source: http://www.kernel.org/

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

5.4.151: longterm

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

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

4.19.209: longterm

Posted: 2021-10-06 13:31:52
Source: http://www.kernel.org/

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

4.14.249: longterm

Posted: 2021-10-06 13:08:39
Source: http://www.kernel.org/

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

How to make concrete in Minecraft

Posted: 2021-10-06 08:59:26
Source: https://linuxhint.com/make-concrete-in-minecraft/

In Minecraft, users can customize almost anything, so it's one of the most popular open-world games. So if you are planning to create a variety of buildings in this game, you will need concrete which is an essential part of this process. This article explains how to make concrete in Minecraft.

How to set up a static IP address on Debian 11

Posted: 2021-10-06 08:57:04
Source: https://linuxhint.com/debian-static-ip-configuration/

When you install a new operating system on your computer, the DHCP server assigns you a dynamic IP address. However, you may need to set up a static IP address on your machine in various situations, such as when you are hosting a web server, or any service requires an IP address rather than a domain name, or in a case where you are about to grant someone remote access to your system. This article explains how to set up static IP on Debian 11 Bullseye by two different methods.

How to make git local same as remote

Posted: 2021-10-06 08:25:25
Source: https://linuxhint.com/make-git-local-same-as-remote/

Git support of managing local and remote repositories has contributed to making computing a better experience for people using it around the globe. The remote repositories are managed on the server, whereas local repos are maintained on the machine and can be accessed without internet availability. This article explains how to make git local the same as remote by configuring origin.

4.9.285: longterm

Posted: 2021-10-06 08:24:21
Source: http://www.kernel.org/

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

4.4.286: longterm

Posted: 2021-10-06 08:22:55
Source: http://www.kernel.org/

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

next-20211006: linux-next

Posted: 2021-10-06 07:54:10
Source: http://www.kernel.org/

Version:next-20211006 (linux-next)
Released:2021-10-06

How to use Nginx with Docker Compose

Posted: 2021-10-06 07:10:32
Source: https://linuxhint.com/nginx-with-docker-compose/

Docker Compose is a tool that is utilized for defining and running several containers as a single service. It is used in staging, development, and testing environments. Docker Compose permits you to link multiple containers together and deploy an application with only one command. It also assists in maintaining the continuity of the Integration workflow. This article explains how to install and use Nginx with Docker Compose in Linux.

How to Remove Characters from Strings in JavaScript

Posted: 2021-10-06 06:01:40
Source: https://linuxhint.com/remove-characters-strings-js/

JavaScript provides users with various methods and properties for string manipulation, to transform those strings or to search useful information from those strings. Sometimes we have various lines of code in which we need to make changes, search for a character or replace a character or remove a character from a string.All these tasks become difficult to do and hence methods are provided by JavaScript that makes the job easier. Users can easily use these methods to manipulate a string and transform it. In this article we’ll discuss how to remove characters from strings in JavaScript, various ways and methods provided by JavaScript along with examples for your better understanding.

How to use git stash and git stash pop commands

Posted: 2021-10-06 05:21:19
Source: https://linuxhint.com/git-stash-and-git-stash-pop/

Git is a well-known software used by programmers to work in a collaborative manner to achieve specific goals. The Git repositories are hosted by GitHub that helps to work online and assist the programmers to share their project or code files there. Moreover, Git is backed up by several operations or commands also like Git stash, Git stash apply, Git stash pop, Git stash drop. This article explains how to use git stash and git stash commands with examples.

How to use Debian 11 live USB

Posted: 2021-10-06 05:09:53
Source: https://linuxhint.com/how-to-use-debian-live-usb/

In this technologically rich era, you may require more than one operating system at once while keeping your device on a single parent OS. You can do so by using a third-party tool to install the other operating system virtually and can be used. You can make a live USB of the secondary OS that helps to use that operating system without affecting the functionality of the primary OS. This article explains how to use Debian 11 Bullseye through live USB.

How to use apt-get command on Debian 11

Posted: 2021-10-06 04:46:59
Source: https://linuxhint.com/apt-get-command-debian/

The apt-get command is a common and useful Linux command. Linux OS users have definitely used the “apt-get” command. If you are new to Linux, then you must know the usage of this command. The “apt-get” command is the Advanced Package Tool (APT) that handles software installation and removing. This article explains how to use the apt-get command in Debian 11 Bullseye.

How to remove git remote

Posted: 2021-10-06 03:39:11
Source: https://linuxhint.com/remove-git-remote/

There are various benefits in using Git that include: fast and efficient processing on shared projects as well as monitoring the security of the projects. However, one of the major reasons for the emergence of Git is the remote repository access; the Git remote repository is available on the server and multiple contributors can make changes to it. This article explains what git remove remote command is and how to use it.

How to remove white empty spaces from Strings in JavaScript

Posted: 2021-10-06 02:51:59
Source: https://linuxhint.com/remove-white-spaces-strings-js/

Manipulating string is a useful task while programming as it helps us in finding words, replacing words and especially for removing white spaces from string. JavaScript provides various built-in methods to users for manipulating with strings.JavaScript provides users with methods through which it becomes easier to manipulate strings and remove whitespaces from them and that’s why in this article we’ll discuss different methods and ways to remove whitespaces from a string in JavaScript, their explanation.

How to train your dragon in Minecraft

Posted: 2021-10-06 02:34:17
Source: https://linuxhint.com/minecraft-train-your-dragon/

Minecraft is an open-world game that comes with lots of different features. Furthermore, you can further enhance your user experience by installing different mods available for this game. One of them is the "How to train your dragon" mod, in which there are lots of different dragons available which are deadly. This article explains how to train dragons using different approaches in Minecraft.

Development Release: MX Linux 21 RC1

Posted: 2021-10-06 02:24:27
Source: http://distrowatch.com/11361

The developers of MX Linux have released the latest development snapshot of the upcoming version 21 for testing. As with the second beta, it is available in Xfce, KDE Plasma and Fluxbox flavours: "MX 21 RC1 is now available for testing. MX 21 is built from Debian 'Bullseye'....

How to Create a Certificate Authority (CA) on Ubuntu 20.04

Posted: 2021-10-06 01:22:03
Source: https://linoxide.com/create-certificate-authority-on-ubuntu/

1 ... 603 604 605 606 607 ... 726