4.19.189: longterm

Posted: 2021-04-28 11:18:17
Source: http://www.kernel.org/

Version:4.19.189 (longterm)
Released:2021-04-28
Source:linux-4.19.189.tar.xz
PGP Signature:linux-4.19.189.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.19.189

4.14.232: longterm

Posted: 2021-04-28 10:09:11
Source: http://www.kernel.org/

Version:4.14.232 (longterm)
Released:2021-04-28
Source:linux-4.14.232.tar.xz
PGP Signature:linux-4.14.232.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.14.232

4.9.268: longterm

Posted: 2021-04-28 10:07:48
Source: http://www.kernel.org/

Version:4.9.268 (longterm)
Released:2021-04-28
Source:linux-4.9.268.tar.xz
PGP Signature:linux-4.9.268.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.9.268

4.4.268: longterm

Posted: 2021-04-28 10:06:23
Source: http://www.kernel.org/

Version:4.4.268 (longterm)
Released:2021-04-28
Source:linux-4.4.268.tar.xz
PGP Signature:linux-4.4.268.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.4.268

next-20210428: linux-next

Posted: 2021-04-28 06:02:15
Source: http://www.kernel.org/

Version:next-20210428 (linux-next)
Released:2021-04-28

What is a .pem file, and how to use it?

Posted: 2021-04-28 00:33:17
Source: https://linuxhint.com/use-pem-file/

The .pem file format is mostly used to store cryptographic keys. This file can be used for different purposes. The .pem file defines the structure and encoding file type that is used to store the data. The pem file contains the standard dictated format to start and end a file. What is a .pem file and how to use it is explained in this article.

How can I set the timezone for Crontabs?

Posted: 2021-04-27 22:51:10
Source: https://linuxhint.com/set-timezone-crontab/

Crontab is both a command and a text file in UNIX/Linux systems used to determine the scheduling of Cron jobs. A Cron job is a time-based scheduler that executes tasks in Linux systems at specified times. You may prefer to run the Cron job in a different timezone. How can I set the timezone for Crontabs is explained in this article.

Linux hdparm Command Tutorial

Posted: 2021-04-27 22:48:13
Source: https://linuxhint.com/linux-hdparm-command-tutorial/

The “hdparm” command tool is used to provide the interface for kernel-supported devices. It is to display the drive disk statistics and set hardware parameters and testing performance. This utility allows the user to perform DMA settings, set hardware parameters like cache settings, acoustic and power management. Linux hdparm Command is explained in this article.

How to Copy Remote Files Recursively in Linux

Posted: 2021-04-27 22:33:33
Source: https://linuxhint.com/copy-remote-files-recursively-linux/

When you need to copy remote files in Linux, two popular command-line tools can get the job done for you -- i.e., scp and rsync. Scp is an acronym for Secure Copy. How to use the scp and rsync tools to copy remote files recursively in Linux is explained in this article.

How to remove blank lines in a file in Linux

Posted: 2021-04-27 22:28:06
Source: https://linuxhint.com/remove-blank-lines-linux/

Blank lines are not always desirable, and you might feel the need to leave them out and only remain with the lines that contain text. Linux offers a couple of text manipulation expressions that you can use to omit or remove blank lines. How to remove blank lines in a file in Linux is explained in this article.

How to get a hostname/domain name from an IP address in Linux

Posted: 2021-04-27 22:25:42
Source: https://linuxhint.com/get-name-from-ip-address/

Retrieving a system's hostname using its IP address may seem an uphill task, but in the real sense, it’s quite easy. Reverse DNS lookup queries an IP address to retrieve the hostname or domain of the server. The exact opposite is the Forward DNS lookup which maps the domain name to the IP address. This article explains how to get a hostname/domain name from an IP address in Linux.

How to install an FTP server on Ubuntu 20.04

Posted: 2021-04-27 22:21:14
Source: https://linuxhint.com/install-ftp-server-ubuntu-20-04/

FTP is a protocol that allows us to transfer files between two different servers across a network. It happens between a “server” and a “client” computer. FTP servers may not be as prominent as they have ever been. They can still be quite helpful, particularly when they are used on the intranet. How to install an FTP server on Ubuntu 20.04 is explained in this article.

Distribution Release: KaOS 2021.04

Posted: 2021-04-27 19:07:10
Source: http://distrowatch.com/11228

KaOS is a rolling release distribution which is focused on providing one polished desktop (KDE Plasma) on one CPU architecture (x86_64). The distribution has published a new snapshot, 2021.04, which revamps the KaOS Community Packages utility (kcp). The Calamares system installer has been updated along with some changes....

Linux Essentials - The find command

Posted: 2021-04-27 16:00:19
Source: https://www.youtube.com/watch?v=skTiK_6DdqU

Lubuntu 21.04 overview | Welcome to the Next Universe.

Posted: 2021-04-27 15:54:42
Source: https://www.youtube.com/watch?v=2RrMX6_EyK0

How to iterate over the map in C++

Posted: 2021-04-27 15:43:28
Source: https://linuxhint.com/iterate-over-map-c/

There are multiple ways to iterate over the map in C++. With newer versions of C++, there are more advanced ways to iterate over the map in C++. How to iterate over the map in C++ is explained in this article.

kex_exchange_identification Connection Closed by Remote Host

Posted: 2021-04-27 15:24:02
Source: https://linuxhint.com/kex-exchange-identification-connection-closed/

Constructing a network of different devices may not come as easy especially with the possible hurdles you may encounter. One of those possible challenges is kex_exchange_identification connection closed by remote host error while making network connections, which this article will focus on. However, solutions to fix these errors weren’t covered.

Test if a port on a remote system is reachable

Posted: 2021-04-27 15:22:01
Source: https://linuxhint.com/test-if-a-port-on-a-remote-system-is-reachable/

Monitoring for an open port is a key security measure for securing a remote server. Hackers usually target compromised servers by analysing critical open ports. To harden the security of system/servers, system administrators usually secure these ports by either denying access to them or changing the default port number to some other value. Various methods of analysing a port on a Linux Ubuntu 20.04 system are discussed in this article.

Copy List of Files Using Bash Script

Posted: 2021-04-27 15:17:32
Source: https://linuxhint.com/copy-files-list-bash-script/

Bash (Bourne Again Shell) is the kind of shell that is for executing commands and scripts. Bash was a developed version of the sh shell. Bash Script is a file where multiple shell commands are scripted to perform a particular task. How to Copy List of Files Using Bash Script is explained in this article.

Distribution Release: Fedora 34

Posted: 2021-04-27 15:04:51
Source: http://distrowatch.com/11227

Matthew Miller has announced the release of Fedora 34, the latest version of the popular Linux distribution sponsored by Red Hat: "I'm excited to share the results of the hard work of thousands of contributors to the Fedora Project: our latest release, Fedora Linux 34, is here." As....

1 ... 697 698 699 700 701 ... 726