Distribution Release: Archcraft 2024.04.06

Posted: 2024-04-07 05:50:27
Source: https://distrowatch.com/12099

The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Aditya Shakya has announced the release of a new version of Archcraft, a lightweight, Arch-based Linux distribution with highly customised Openbox and bspwm window managers and a selection of lightweight applications. The new version, labeled as 2024.04.06, brings updated packages and window manager configurations, as well as various....

How to check which Ubuntu Version you are on

Posted: 2024-04-07 01:14:04
Source: https://linuxhint.com/how-to-check-which-ubuntu-version-you-are-on/

Quickly use the linux terminal to find which version of Ubuntu you are running on right now. Follow the simple command line instructions and view the screen shots in this post.

Distribution Release: AV Linux MXE-23.2

Posted: 2024-04-07 00:07:58
Source: https://distrowatch.com/12098

The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Glen MacArthur has announced the release of AV Linux MXE-23.2, a bug-fix update of the project's earlier release. AVLinux is based on Debian 12 and MX Linux, it is designed primarily for content creators, and it uses Enlightenment as the default desktop user interface. "This is an ISO....

Basic Vim Editor Commands

Posted: 2024-04-06 15:32:00
Source: https://linuxhint.com/basic-vim-editor-commands/

Basic VIM editor commands to navigate your code or text documents in the most popular linux text editor are shown in this article.

Distribution Release: Peropesis 2.5

Posted: 2024-04-06 14:17:57
Source: https://distrowatch.com/12097

The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Peropesis (personal operating system) is a small-scale, minimalist, command-line-based Linux operating system. The project's latest release, Peropesis 2.5, introduces several new tools: "Peropesis 2.5 is released. In the new edition part of the old software was updated and several new software packages were installed. Among the newly installed....

How to install ROSA Fresh Gnome 12.5

Posted: 2024-04-05 15:57:48
Source: https://www.youtube.com/watch?v=JtAMdwyy2Q0

BSD Release: OpenBSD 7.5

Posted: 2024-04-05 04:02:56
Source: https://distrowatch.com/12096

The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Theo de Raadt has announced the release of OpenBSD 7.5, the latest stable version of the free, multi-platform 4.4BSD-based UNIX-like operating system, in active development since 1996: "We are pleased to announce the official release of OpenBSD 7.5. This is our 56th release. We remain proud of OpenBSD's....

next-20240405: linux-next

Posted: 2024-04-05 03:18:10
Source: http://www.kernel.org/

Version:next-20240405 (linux-next)
Released:2024-04-05

German State Moving Tens of Thousands of PCs To Linux and LibreOffice

Posted: 2024-04-04 19:30:00
Source: https://linux.slashdot.org/story/24/04/04/1920219/german-state-moving-tens-of-thousands-of-pcs-to-linux-and-libreoffice?utm_source=atom1.0mainlinkanon&utm_medium=feed

The Document Foundation: Following a successful pilot project, the northern German federal state of Schleswig-Holstein has decided to move from Microsoft Windows and Microsoft Office to Linux and LibreOffice (and other free and open source software) on the 30,000 PCs used in the local government. As reported on the homepage of the Minister-President: "Independent, sustainable, secure: Schleswig-Holstein will be a digital pioneer region and the first German state to introduce a digitally sovereign IT workplace in its state administration. With a cabinet decision to introduce the open-source software LibreOffice as the standard office solution across the board, the government has given the go-ahead for the first step towards complete digital sovereignty in the state, with further steps to follow."

Read more of this story at Slashdot.

6.8.4: stable

Posted: 2024-04-04 18:25:10
Source: http://www.kernel.org/

Version:6.8.4 (stable)
Released:2024-04-04
Source:linux-6.8.4.tar.xz
PGP Signature:linux-6.8.4.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.8.4

6.6.25: longterm

Posted: 2024-04-04 18:23:15
Source: http://www.kernel.org/

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

Text Manipulation in Linux: Awk Vs. Sed

Posted: 2024-04-04 16:00:00
Source: https://www.linuxjournal.com/content/text-manipulation-linux-awk-vs-sed

Text Manipulation in Linux: Awk Vs. Sed

The Linux operating system is a powerhouse for developers, system administrators, and enthusiasts alike, offering unparalleled flexibility and control. Central to its prowess is the command line, a potent interface through which users can perform intricate operations with just a few keystrokes. Among the myriad of command-line tools available, awk and sed stand out for their text processing capabilities. These tools, though distinct in their functionalities, can be incredibly powerful when used independently or in conjunction. This article delves deep into both, unraveling their complexities, comparing their functionalities, and guiding users on when and how to use them effectively.

Understanding Awk: The Text Processing Powerhouse

awk is more than just a command-line tool; it's a full-fledged programming language designed for pattern scanning and processing. It shines in tasks that involve scanning files, extracting parts of the data, and performing actions on that data. The beauty of awk lies in its simplicity for basic tasks, yet it scales to accommodate complex programming logic for more advanced needs.

The Structure of an Awk Command

An awk command typically follows this structure: awk 'pattern { action }' input-file. The pattern specifies when the action should be performed. If the pattern matches, the corresponding action is executed. This structure allows awk to sift through lines of text, searching for those that meet the criteria specified in the pattern, and then execute operations on those lines.

Key Features of Awk
  • Built-in Variables: awk offers variables like NR (number of records), NF (number of fields in the current record), and FS (field separator), which are instrumental in text processing tasks.
  • Patterns and Actions: Users can specify patterns to match and actions to execute when a match is found, making awk highly versatile.
  • Associative Arrays: Unlike traditional arrays, associative arrays allow indexing using strings, facilitating complex data manipulation.

Demystifying Sed: The Stream Editor

While awk is celebrated for its processing capabilities, sed specializes in transforming text. sed is a stream editor, meaning it performs basic text transformations on an input stream (a file or input from a pipeline). It is renowned for its efficiency in editing files without opening them.

ROSA Fresh Gnome 12.5 overview | Designed for everyday home use. Developed for you

Posted: 2024-04-04 15:59:21
Source: https://www.youtube.com/watch?v=pvxaNRNEprk

next-20240404: linux-next

Posted: 2024-04-04 02:42:55
Source: http://www.kernel.org/

Version:next-20240404 (linux-next)
Released:2024-04-04

Linux Usage Increases in Two Key Areas

Posted: 2024-04-03 18:48:36
Source: http://www.linux-magazine.com/Online/News/Linux-Usage-Increases-in-Two-Key-Areas

If market share is your thing, you'll be happy to know that Linux is on the rise in two areas that, if they keep climbing, could have serious meaning for Linux's future.

How to install Neptune 8.1 "Juna".

Posted: 2024-04-03 15:35:18
Source: https://www.youtube.com/watch?v=EaHhQA653u8

6.8.3: stable

Posted: 2024-04-03 13:33:16
Source: http://www.kernel.org/

Version:6.8.3 (stable)
Released:2024-04-03
Source:linux-6.8.3.tar.xz
PGP Signature:linux-6.8.3.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.8.3

6.6.24: longterm

Posted: 2024-04-03 13:29:18
Source: http://www.kernel.org/

Version:6.6.24 (longterm)
Released:2024-04-03
Source:linux-6.6.24.tar.xz
PGP Signature:linux-6.6.24.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.6.24

6.1.84: longterm

Posted: 2024-04-03 13:20:39
Source: http://www.kernel.org/

Version:6.1.84 (longterm)
Released:2024-04-03
Source:linux-6.1.84.tar.xz
PGP Signature:linux-6.1.84.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.1.84

6.7.12: stable

Posted: 2024-04-03 13:13:37
Source: http://www.kernel.org/

Version:6.7.12 (EOL) (stable)
Released:2024-04-03
Source:linux-6.7.12.tar.xz
PGP Signature:linux-6.7.12.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.7.12

1 ... 26 27 28 29 30 ... 726