Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 ... 7359 ) Next »

Tor Browser 10.5 Adds Wayland Support, Further Improves the UX for Censored Users

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Jul 7, 2021 11:32 PM CST)
  • Story Type: News Story; Groups: Linux
The Tor Project released Tor Browser 10.5 as the latest stable release of their open-source, free, and cross-platform web browser for anonymous communication based on the Tor software and Mozilla Firefox.

Open source tools and tips for improving your Linux PC's performance

  • Opensource.com (Posted by bob on Jul 7, 2021 10:18 PM CST)
  • Groups: Linux; Story Type: News Story
This is the third in a series of articles that explain how to improve your Linux personal computer's performance. My first article described how to unleash performance by identifying and resolving bottlenecks. My second article showed how to improve performance by upgrading your PC's hardware. read more

Ncdu a NCurses Based Disk Usage Analyzer and Tracker

  • Tecmint; By Tecmint (Posted by tecmint on Jul 7, 2021 9:04 PM CST)
  • Story Type: Tutorial; Groups: Linux
ncdu (NCurses Disk Usage) is a command line version of the most popular “du command“. It is based on ncurses and provides a fastest way to analyse and track what files and directories are using your disk space in Linux

How to Manage NodeJS Versions with n in Ubuntu 20.04

If you are a Node.js developer who frequently switches between various applications and projects. Then you may need to find a tool that allows you to toggle between Node.js versions. In this tutorial, we'll show you how to use n to manage Node.js versions on Ubuntu 20.04.

Best 5 commands to check HostName in Linux

  • 2daygeek.com; By Magesh (Posted by 2daygeek on Jul 7, 2021 6:35 PM CST)
  • Story Type: Tutorial; Groups: Linux
2DayGeek: This quick tutorial will show you the hostname using different commands.

How to Stop the Buzzing Sound from Speakers on Arch Linux

  • Fasterland.net; By Francesco Mondello (Posted by Faster3ck on Jul 7, 2021 5:21 PM CST)
  • Groups: Arch, Intel, Linux
If you own an Intel laptop with Arch Linux and you are wondering how to stop this buzzing sound coming from your external speakers, here are a couple of commands to fix the problem.

Audacity fork maintainer quits after alleged harassment by 4chan losers who took issue with 'Tenacity' name

  • The Register (Posted by bob on Jul 7, 2021 4:06 PM CST)
  • Story Type: News Story
Pseudonymous engineer claims people were coming to his house Efforts to wrest control of the open-source Audacity audio editing project from corporate owner Muse Group have hit a stumbling block after the maintainer of one of the more popular forks stepped down over alleged physical harassment.…

Parsing config files with Java

  • Opensource.com (Posted by bob on Jul 7, 2021 2:52 PM CST)
  • Story Type: News Story
When you write an application, you often want users to be able to configure how they interact with it and how it interacts with their system. These are commonly called "preferences" or "settings," and they're stored in "preference files" or "configuration files," or just "configs." There are many different formats for config files, including INI, JSON, YAML, and XML, and every language parses these languages differently. read more

GNOME 40 Lands in Ubuntu 21.10

GNOME 40 is now available in Ubuntu 21.10, allowing testers and enthusiasts to go hands on with the new desktop ahead of Ubuntu 21.10 release in October.

Audacity users stick the knife - and fork - in to strip audio editor of unwanted features

  • The Register; By Richard Speed (Posted by bob on Jul 7, 2021 5:50 AM CST)
  • Story Type: Editorial; Groups: Community
New name needed. How about Impudence? Or maybe Pluck?. Contributors disgruntled with the recent direction of cross-platform FOSS audio software Audacity are forking the sound editor to a version that does not have the features or requirements that have upset some in the community.…

How to Verify PGP Signature of Downloaded Software on Linux

PGP (Pretty Good Privacy) is a cryptographic application used for encrypting and signing files. Most software authors sign their applications using the PGP program for instance GPG (GNU Privacy Guard).

3.5-inch Tiger Lake SBC offers quad displays, 2.5GbE, and M.2 with PCIe Gen4

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 7, 2021 3:47 AM CST)
  • Story Type: News Story; Groups: Intel
Commell’s 3.5-inch “LE-370” SBC features a Tiger Lake UP3 CPU with up to 32GB DDR4, GbE and 2.5GbE ports, quadruple displays, 4x USB 3.2 Gen2, 2x M.2, and mini-PCIe. Commell was one of the first companies to announce a Pico-ITX board with Intel’s 11th Gen Tiger Lake UP3 platform with its LP-179 SBC and has […]

How to Install Magento on AlmaLinux 8

Magento is an open-source e-commerce platform that allows you to create your own online stores within minutes. It is written in PHP and uses MySQL or MariaDB as a database backend.

KDE Plasma 5.22.3 Improves Support for Flatpak Apps, Plasma Wayland, and More

The KDE Project released today the KDE Plasma 5.22.3 maintenance update to their latest and greatest KDE Plasma 5.22 desktop environment series.

With Whitehurst stepping down, where do IBM and Red Hat go from here?

In the long run, Whitehurst's absence will leave a weakened IBM and Red Hat facing stronger cloud and Linux rivals.

Remove User in Linux Using the Command Line

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Jul 6, 2021 11:40 PM CST)
  • Story Type: Tutorial; Groups: Linux
One of the most basic tasks that you should know is how to manage the users on Linux systems. In this article, you will learn how to remove a user in Linux by using the userdel command and its options.

AGX Xavier edge AI system has four PoE ports

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 6, 2021 10:39 PM CST)
  • Story Type: News Story; Groups: Community
Axiomtek unveiled a Jetson AGX Xavier based “AIE900-902-FL” computer with dual lockable HDMI ports and 6x GbE, 4x of which offer PoE. There is also a more compact, Whiskey Lake based “eBOX565” box. Axiomtek has announced the AIE900-902-FL, its first computer based on Nvidia’s high-end Jetson AGX Xavier. There is also a much smaller, Whiskey […]

Edit PDFs on the Linux command line

  • Opensource.com (Posted by bob on Jul 6, 2021 9:37 PM CST)
  • Groups: Linux; Story Type: News Story
Many of the documents you receive come in PDF format. Sometimes those PDFs need to be manipulated. For example, pages might need to be removed or added, or you might need to sign or change a specific page. Whether good or bad, this is the reality we all live in. There are some fancy graphical user interface tools that let you edit PDFs, but I have always been most comfortable with the command line. Of the many command-line tools for this task, the ones I use when I want to modify a PDF are qpdf and poppler-utils. read more

Send and receive Gmail from the Linux command line

  • Opensource.com (Posted by bob on Jul 6, 2021 8:36 PM CST)
  • Groups: Linux; Story Type: News Story
I'm a Mutt user. I like viewing and composing emails in the convenience of my Linux terminal. With a lightweight and minimal client like Mutt, I know that I can have my email available regardless of system specifications or internet access. And because I have a Linux terminal open more often than not, my email client essentially has no footprint on my desktop real estate. read more

Nextcloud Hub 22 Launches with Approval Workflows, Integrated PDF Signing, and More

Nextcloud Hub, the industry-leading, open source, and on-premises team productivity platform, has been updated today to version 22, a major release that introduces new features and many improvements.

« Previous ( 1 ... 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 ... 7359 ) Next »