Showing headlines posted by bob

« Previous ( 1 ... 140 141 142 143 144 145 146 147 148 149 150 ... 1156 ) Next »

Tiny module gears up Intel’s Elkhart Lake

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 8, 2021 5:15 AM EDT)
  • Story Type: News Story; Groups: Intel, Linux
Portwell’s Linux-ready, industrial temperature “PCOM-BA02GL” is a Mini Type 10 module with Intel’s Elkhart Lake CPUs, up to 8GB IBECC RAM, 2.5GbE, 10x USB, 2x SATA, 4x PCIe, and DP and LVDS. The COM Express compute module form factors that continue to dominate the x86 world were considered remarkably compact when they were announced 16 […]

Generate passwords on the Linux command line

  • Opensource.com (Posted by bob on Jul 8, 2021 2:47 AM EDT)
  • Groups: Linux; Story Type: News Story
Most websites and applications ask users to create accounts with secure passwords so that they can provide tailored user experiences. While this tips the odds in favor of website developers, it certainly doesn't make life easier for users. Sometimes the rules for creating passwords are so strict that it's hard to get a good and allowable combination. It would be much easier to have a tool that generates secure passwords that meet whatever rules the website or application requires. read more

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

  • Opensource.com (Posted by bob on Jul 8, 2021 12:18 AM EDT)
  • 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

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.

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 6:06 PM EDT)
  • 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 4:52 PM EDT)
  • 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

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 7:50 AM EDT)
  • 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.…

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 5:47 AM EDT)
  • 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 […]

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.

AGX Xavier edge AI system has four PoE ports

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 7, 2021 12:39 AM EDT)
  • 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 11:37 PM EDT)
  • 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 10:36 PM EDT)
  • 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

Why you need to use Kubernetes schema validation tools

  • Opensource.com (Posted by bob on Jul 6, 2021 8:33 PM EDT)
  • Story Type: News Story
How do you ensure the stability of your Kubernetes (K8s) clusters? How do you know that your manifests are syntactically valid? Are you sure you don't have any invalid data types? Are any mandatory fields missing? Most often, we become aware of these misconfigurations only at the worst time: when we're trying to deploy the new manifests. Specialized tools and a "shift-left" approach make it possible to verify a Kubernetes schema before it's applied to a cluster. This article addresses how you can avoid misconfigurations and which tools are the best to use. read more

Whiskey Lake panel PCs prep for the operating room

  • LinuxGizmos.com (Posted by bob on Jul 6, 2021 4:15 PM EDT)
  • Groups: Linux; Story Type: News Story
DFI’s Linux-ready, IP65 protected “OR-PC” medical panel PCs are available with 15.6-, 19-, 21- and 24-inch HD touchscreens and offer 8th Gen CPUs, up to a 2TB SSD, 2x GbE, 2x DP++, and 4x USB 3.1 Gen2. Despite some inroads by Linux, Windows continues to rule in the world of medical computers. If Linux is […]

How to Install Gitea with Nginx and free Let's Encrypt SSL on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 6, 2021 1:47 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Gitea is an open-source and self-hosted version control system written in Go. It is simple, lightweight, and can be installed on low-powered systems. In this tutorial, we will show you how to install Gitea Git service with Nginx and Let's Encrypt SSL on Ubuntu 20.04.

How I avoid breaking functionality when modifying legacy code

  • Opensource.com; By Alex Bunardzic (Posted by bob on Jul 6, 2021 4:33 AM EDT)
  • Story Type: Editorial; Groups: Developer
Allow me a bit of introspection. I've been working in the software engineering field for 31 years. During those 31 years, I've modified a lot of legacy software.

Audacity is a poster child for what can be achieved with open-source software and the future looks bright

If Muse Group's stewardship takes a wrong turn, there's always the fork button. Feature The quality of software the FOSS community has created is nothing short of amazing.…

Latest patches show Rust for Linux project making great strides towards the kernel

Torvalds reckons 'it might be mergeable for 5.14'. The Rust for Linux project, sponsored by Google, has advanced with use of a beta Rust compiler (as opposed to a nightly build), testing ARM and RISC-V architecture support, new Rust abstractions, and more.…

How to Install Apache Tomcat 10 on Debian 10

Apache Tomcat is open-source and the most popular web application server used to host Java-based applications. In this tutorial, we will explain how to install Apache Tomcat 10 on Debian 10 server.

Enter invisible passwords using this Python module

  • Opensource.com (Posted by bob on Jul 5, 2021 9:07 PM EDT)
  • Groups: Python; Story Type: News Story
Passwords are particularly problematic for programmers. You're not supposed to store them without encrypting them, and you're not supposed to reveal what's been typed when your user enters one. This became particularly important to me when I decided I wanted to boost security on my laptop. I encrypt my home directory—but once I log in, any password stored as plain text in a configuration file is potentially exposed to prying eyes. read more

« Previous ( 1 ... 140 141 142 143 144 145 146 147 148 149 150 ... 1156 ) Next »