next-20210621: linux-next

Posted: 2021-06-21 12:13:34
Source: http://www.kernel.org/

Version:next-20210621 (linux-next)
Released:2021-06-21

Distribution Release: IPFire 2.25 Core 157

Posted: 2021-06-21 10:46:36
Source: http://distrowatch.com/11279

IPFire is an independent Linux distribution designed for use on firewalls and routers. The project has published a new update which strips away most of Python 2, replacing the code with Python 3. Python 2 reached the end of its supported life on January 1, 2020. "We have....

Microsoft Linux Repos Suffered 22-Hour Outage

Posted: 2021-06-21 04:38:00
Source: http://rss.slashdot.org/~r/Slashdot/slashdotLinuxatom/~3/wK6FRQ1UWq8/microsoft-linux-repos-suffered-22-hour-outage

"Everything from Visual Studio Code to Microsoft Edge and Teams package links were affected," reports Windows Central. They note Azure's status page (which now shows the issue lasting for more than 22 hours), though however long it lasted, "it's a virtual eternity for those whose entire ecosystem is crippled by such an outage." According to Ars Technica, starting on Wednesday, "packages.microsoft.com — the repository from which Microsoft serves software installers for Linux distributions including CentOS, Debian, Fedora, OpenSUSE, and more — went down hard..." The outage impacted users trying to install .NET Core, Microsoft Teams, Microsoft SQL Server for Linux (yes, that's a thing) and more — as well as Azure's own devops pipelines. We first became aware of the problem Wednesday evening when we saw 404 errors in the output of apt update on an Ubuntu workstation with Microsoft Teams installed. The outage is somewhat better-documented at this .NET Core issue report on Github, with many users from all around the world sharing their experiences and theories... The entire repository cluster that serves all Linux packages for Microsoft was completely down — issuing a range of HTTP 404 (content not found) and 500 (Internal Server Error) messages for any URL — for roughly 18 hours. Microsoft engineer Rahul Bhandari confirmed the outage roughly five hours after it was initially reported, with a cryptic comment about the infrastructure team "running into some space issues." Eighteen hours after the issue was detailed, Bhandari said that the mirrors were once again available — although with temporarily degraded performance, likely due to cold caches.

Read more of this story at Slashdot.

How to Install ROS Noetic on Ubuntu 20.04 LTS

Posted: 2021-06-21 03:46:34
Source: https://linoxide.com/how-to-install-ros-noetic-on-ubuntu-20-04/

DistroWatch Weekly, Issue 922

Posted: 2021-06-21 00:12:38
Source: http://distrowatch.com/11278

This week in DistroWatch Weekly: Review: CloudReady and TrueNAS CoreNews: Qubes project sets up new forums, Debian Bullseye nears freeze as 10.10 is released, Ubuntu 20.10 nears its end of lifeQuestions and answers: Isolating programs inside WINEReleased last week: SME Server 10.0, Network Security Toolkit 34-12743Torrent corner: Alpine,....

How to Use UEFI Interactive Shell and Its Common Commands

Posted: 2021-06-20 22:26:52
Source: https://linuxhint.com/use-uefi-interactive-shell-and-its-common-commands/

The newer generation UEFI motherboards come with UEFI Interactive Shell. The UEFI interactive shell is a simple shell program (like bash) responsible for booting your operating system. You can also use the UEFI interactive shell to run EFI shell commands and scripts. It can be used to update the System Firmware of your motherboard as well. How to Use UEFI Interactive Shell and Its Common Commands are explained in this article.

5.13-rc7: mainline

Posted: 2021-06-20 22:03:15
Source: http://www.kernel.org/

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

Chown Command in Linux

Posted: 2021-06-20 18:39:55
Source: https://linuxhint.com/chown-command-in-linux/

“chown” command in Linux changes the file or directory owner. It can also be used to change the group ownership for file or directory. Ownership depends on three different permissions; the privilege to read, write or execute. In this article, we’ll learn how the chown command works and its use.

How to Use ssh-keygen to Generate an SSH Key

Posted: 2021-06-20 18:33:41
Source: https://linuxhint.com/use-ssh-keygen-to-generate-an-ssh-key/

SSH supports various types of authentication systems. Public key-based authentication and password-based authentication are mostly used. Key-based authentication is more secure than password-based based authentication. Authentication key pairs for the SSH are generated by the ssh-keygen tool that can be used for different purposes such as authenticating the host, automating login, etc. How to use ssh-keygen to generate an SSH key is explained in this article.

Is It Okay to Use Different RAM Brands and Sizes Together?

Posted: 2021-06-20 18:24:50
Source: https://linuxhint.com/use-different-ram-brands-and-sizes-together/

Adding more memory to your PC can be one of the most rewarding upgrades you can make, resulting in an instant boost in responsiveness, decreased loading times, and the ability to keep more applications and web browser tabs open without annoying slowdowns. But RAM sticks come in many different sizes and from many different brands. Can I use different RAM brands and sizes together is explained in this article.

Linux xargs Command

Posted: 2021-06-20 18:23:05
Source: https://linuxhint.com/linux-xargs-command/

The xargs command is a command-line tool used to read data from standard input and later runs a command based on the standard input. It is a useful tool in file management, especially when used with other commands such as mkdir, grep, rm etc. How to use Linux xargs command is explained in this article.

Most Beautiful Linux Distributions

Posted: 2021-06-20 18:21:39
Source: https://linuxhint.com/most-beautiful-linux-distributions/

Today, there is Linux distribution for every type of computer user present on this planet irrespective of their work. From a kid studying in school to a professional working in a multinational company, there is Linux distribution available for every user. The most beautiful Linux distributions are explained in this article.

MySQL INFORMATION_SCHEMA Examples

Posted: 2021-06-20 18:20:20
Source: https://linuxhint.com/mysql-information_schema-examples/

Like all the MySQL databases, the information in the INFORMATION_SCHEMA database gets stored in read-only tables. However, in actuality, they are views and not base MySQL tables. In that sense, you cannot perform MySQL triggers against the tables stored in the database, nor are there any files associated with them. MySQL INFORMATION_SCHEMA examples are explained in this article.

Python Reduce Function Usage

Posted: 2021-06-20 18:18:03
Source: https://linuxhint.com/python-reduce-function-usage/

Reduce() seems to be a Python method that performs the folding or compression of the mathematical approach. When you're about to implement a method over an iterable and limit it to a singular cumulative value, reduce() comes in handy. Python's reduce() method is famous among functional programmers, although Python has many more to offer. How to use Python Reduce Function is explained in this article.

Updating the BIOS on UEFI Systems

Posted: 2021-06-20 18:16:45
Source: https://linuxhint.com/updating-the-bios-on-uefi-systems/

The BIOS of your UEFI-supported motherboard is also called the UEFI firmware of the motherboard. There are times when you will need to update the BIOS/UEFI Firmware of your motherboard. You may have different reasons for that. For example, your motherboard manufacturer may have released new features or bug fixes for your motherboard that are important for you. Updating the BIOS on UEFI Systems is explained in this article.

Python Sleep Function Usage

Posted: 2021-06-20 18:15:40
Source: https://linuxhint.com/python-sleep-function-usage/

Python sleep () is used to delay the specific processes by adding a sleep function in the source code. The time provided in seconds allows a delay in the process. Firstly, to run the code, we need to add the time module. Sleep function is a part of this module, so we will use the time module to use this function access. Python sleep function usage is explained in this article.

Python Time Module Examples Usage

Posted: 2021-06-20 18:14:28
Source: https://linuxhint.com/python-time-module-examples-usage/

You may use the Python time package to interact with all time-related methods. The majority of them merely call the same-named platform C library routines. There would be minor changes across platforms. The time package is included in all Python releases. How to use Python time module is explained with examples in this article.

Use Netcat to Transfer Files

Posted: 2021-06-20 18:13:19
Source: https://linuxhint.com/use-netcat-to-transfer-files/

Netcat is a command-line network tool used to establish TCP/UDP connections and network analysis. Netcat features include outgoing and incoming connections, TCP or UDP, to or from any ports. It can be used to open local ports, supports file transference between devices. Netcat can be used to scan ports. It can be used for banner grabbing. How to use Netcat to transfer files is explained in this article.

Linux Sync Time with Another Server

Posted: 2021-06-20 18:12:13
Source: https://linuxhint.com/linux-sync-time-with-another-server/

Time is a crucial factor in our daily lives and the technical side of things. Therefore, maintaining an accurate time between the Linux systems is an important factor. It allows you to accurately know when various accounts are logged, file changes, network packets, and other critical system logs. Linux Sync Time with Another Server is explained in this article.

Kill All Stopped Jobs Linux

Posted: 2021-06-20 18:10:57
Source: https://linuxhint.com/kill-all-stopped-jobs-linux/

In Linux, a job refers to a process started and managed by the shell. That can be a single command, a long and complex shell command including pipes and redirections, an executable, or a script. Each job in Linux is managed by assigning a sequential job IP associated with a specific process. Kill All Stopped Jobs in Linux is explained in this article.

1 ... 666 667 668 669 ... 726