Posted: 2021-11-06 13:13:36 Source: http://www.kernel.org/
Version: | 5.15.1 (stable) |
---|---|
Released: | 2021-11-06 |
Source: | linux-5.15.1.tar.xz |
PGP Signature: | linux-5.15.1.tar.sign |
Patch: | full |
ChangeLog: | ChangeLog-5.15.1 |
Posted: 2021-11-06 13:12:22 Source: http://www.kernel.org/
Version: | 5.14.17 (stable) |
---|---|
Released: | 2021-11-06 |
Source: | linux-5.14.17.tar.xz |
PGP Signature: | linux-5.14.17.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.14.17 |
Posted: 2021-11-06 13:10:26 Source: http://www.kernel.org/
Version: | 5.10.78 (longterm) |
---|---|
Released: | 2021-11-06 |
Source: | linux-5.10.78.tar.xz |
PGP Signature: | linux-5.10.78.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.10.78 |
Posted: 2021-11-06 13:06:30 Source: https://linuxhint.com/all-operator-mongodb/
MongoDB is a NoSQL database that provides extensive support of operator classes to help in retrieving data. The $all operator falls under the category of array operator class. As the name of $all (all operators in MongoDB) indicates, it is used to get the document from a database collection if it matches all the values in an array field. This article explains what the $all operator is and how to use it in MongoDB.
Posted: 2021-11-06 13:04:57 Source: http://www.kernel.org/
Version: | 5.4.158 (longterm) |
---|---|
Released: | 2021-11-06 |
Source: | linux-5.4.158.tar.xz |
PGP Signature: | linux-5.4.158.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.4.158 |
Posted: 2021-11-06 12:58:51 Source: http://www.kernel.org/
Version: | 4.19.216 (longterm) |
---|---|
Released: | 2021-11-06 |
Source: | linux-4.19.216.tar.xz |
PGP Signature: | linux-4.19.216.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-4.19.216 |
Posted: 2021-11-06 12:14:23 Source: https://linuxhint.com/sort-by-date-mongodb/
MongoDB belongs to the NoSQL category of databases and thus it stores data in documents instead of tables. The sort by date support of MongoDB helps to get the documents that are arranged according to the date field. The sort by date also allows retrieving documents in both ascending and descending manner. This article is a brief guide on how to sort documents by date in MongoDB.
Posted: 2021-11-06 11:49:36 Source: https://linuxhint.com/install-and-use-easyocr-in-linux/
The article will guide you on how to install and use EasyOCR command line tool in Linux. EasyOCR is a python module for extracting text from an image that comes with pre-tained models for numerous languages. This makes it easy for the end-user to analyze individual pieces of texts, available as free and open-source applications.
Posted: 2021-11-06 07:16:42 Source: https://linuxhint.com/create-table-in-sqlite/
SQLite is a relational database management system (RDBMS), serverless and very efficient. SQLite manages the database in the form of tables and those tables comprise of rows and columns. Creating a table is the first step to begin with SQLite. A brief introduction of SQLite with the syntax of creating tables and illustration is explained in this article. Creating tables in SQLite with various approaches such as using “if not exist”, “TEMP” and “TEMPORARY” keywords are also discussed.
Posted: 2021-11-06 05:30:09 Source: https://linuxhint.com/use-elasticsearch-in-python/
Elasticsearch stores its data in JSON format, making it very easy to use. It provides a simple and powerful REST API for performing a collection of tasks. Python is one of the most popular programming languages, and it tends to complement Elasticsearch very well. How to use Elasticsearch in Python is explained in this article.
Posted: 2021-11-06 04:52:46 Source: https://linuxhint.com/set-up-elasticsearch-curator/
Elasticsearch curator is a tool that allows you to manage your Elasticsearch cluster easily. Written in Python, the curator comes in handy when you need to manage your ELK indices and snapshots. How to set up and configure the Elasticsearch curator tool is explained in this article.
Posted: 2021-11-06 01:29:29 Source: http://www.kernel.org/
Version: | next-20211106 (linux-next) |
---|---|
Released: | 2021-11-06 |
Posted: 2021-11-05 23:20:00 Source: https://tech.slashdot.org/story/21/11/05/2050236/oneapil0-openvino-and-opencl-coming-to-wsl2-for-intel-gpus?utm_source=atom1.0mainlinkanon&utm_medium=feed
"Intel is gearing up to go to a war with Nvidia," writes Slashdot reader labloke11. "They have their OneAPI and their GPU. It will be interesting... For me, I like competition." Phoronix reports: While Intel Alder Lake is dominating today's news cycle, Intel and Microsoft also announced today that they have brought oneAPI Level Zero and Intel OpenCL support to Windows Subsystem for Linux (WSL2) while employing Intel graphics hardware acceleration. Similar to NVIDIA bringing CUDA and their accelerated GPU support to WSL2 as well as similar efforts by AMD on the Radeon side, Intel and Microsoft are now having Intel graphics compute working within the Linux confines on Windows 11 or Windows 10 21'H2. Hardware-accelerated oneAPI Level Zero, OpenVINO, and OpenCL on Intel graphics hardware can now be enjoyed within the WSL2 environment when using the latest updates and drivers. Like with the rest of the WSL2 stack and capabilities from other GPU vendors, this is at a near-native level of performance. More information can be found via the Microsoft Command Line blog and Intel blog.
Read more of this story at Slashdot.
Posted: 2021-11-05 20:40:21 Source: https://linuxhint.com/concatenate-in-sqlite/
SQLite is a database management system that is used to manage the data of a database. Like MySQL, SQLite also supports a lot of built-in functions, but many MySQL functions are not supported by SQLite; concat() function is one of them. This write up explains what procedure to follow to perform a concatenate function in SQLite and how to concatenate strings and columns of a table.
Posted: 2021-11-05 20:03:42 Source: https://linuxhint.com/arch-vs-ubuntu-comparison-review/
There are many Linux distributions Arch and Ubuntu are one of them. Both distributions have their own targeted audience. Arch Linux is for expert users while Ubuntu is suitable for beginners. This article explains a thorough comparison of both these Linux distributions. An overview, installation, package manager, performance, benefits and downsides of Arch and Ubuntu are discussed in this post.
Posted: 2021-11-05 19:48:29 Source: https://linuxhint.com/aggregate-functions-in-sqlite/
SQLite, like other RDBMS, contains many built-in functions which make managing databases easier, like aggregate functions. Aggregate functions, perform some specific task on multiple rows, and return a single value result. This article explains what aggregate functions are in SQLite. How to use aggregate functions like MIN(), MAX(), AVG(), UPPER(), LOWER(), ABS() and SUM() functions in SQLite are also discussed in this tutorial with examples.
Posted: 2021-11-05 18:50:27 Source: https://linuxhint.com/add-array-ruby/
Arrays are a collection of ordered list of items. You can store related values in a single variable, making your code efficient and easy to manage. In Ruby, arrays contain lots of built-in methods. We will discuss various methods you can use to add items to an array in Ruby.
Posted: 2021-11-05 15:25:56 Source: https://www.youtube.com/watch?v=2zVXhW9DQbY
Posted: 2021-11-05 14:00:03 Source: https://www.youtube.com/watch?v=1nEs1ZvGbTM
Posted: 2021-11-05 07:56:15 Source: https://linuxhint.com/php-strtotime-function/
The strtotime() is a built-in PHP function to convert human-readable date and time values into UNIX timestamp values. The UNIX timestamp value is calculated from 1st January 1970. In this article, we will discuss and show on the way to use this function in PHP for different purposes with examples.