Showing headlines posted by bob
« Previous ( 1 ... 226 227 228 229 230 231 232 233 234 235 236 ... 1242 ) Next »Contribute to Fedora Linux Kernel 5.13 Test Week
The kernel team is working on final integration for kernel 5.13. This version was recently released and will arrive soon in Fedora. As a result, the Fedora kernel and QA teams have organized a test week from Sunday, July 11, 2021 through Sunday, July 18, 2021. Refer to the wiki page for links to the […]
Firefox extends privacy and security of Canadian internet users with by-default DNS-over-HTTPS rollout in Canada
CIRA Joins Firefox’s Trusted Recursive Resolver Program In a few weeks, Firefox will start the by-default rollout of DNS over HTTPS (or DoH for short) to its Canadian users in partnership with local DoH provider CIRA, the Canadian Internet Registration Authority. DoH will first become a default for 1% of Canadian Firefox users on July […]
SBC builds on PolarFire SoC with dual GbE and CAN
Aldec announced a “TySOM-M-MPFS250” SBC that runs Linux on Microchip’s RISC-V based, FPGA equipped PolarFire SoC and offers 2x GbE, 2x FMC, 2x micro-USB, PCIe x4, CAN, HDMI, and PMOD. EDA design verification firm Aldec has introduced a new member of its Linux-driven TySOM FPGA prototyping boards built around Microchip’s hybrid Arm/FPGA PolarFire SoC. The […]
Kubernetes Exam Simulator Available Now to All Those With Valid Eligibilities
We announced the availability of an exam simulator included with the Certified Kubernetes Administrator (CKA), Certified Kubernetes Application Developer (CKAD) and Certified Kubernetes Security Specialist (CKS) exams on June 2nd. At the time we stated that those who purchased any of these exams prior to June 2nd would receive access on a rolling basis; all […]
3 reasons Quarkus 2.0 improves developer productivity on Linux
No matter how long you work as an application developer and no matter what programming language you use, you probably still struggle to increase your development productivity. Additionally, new paradigms, including cloud computing, DevOps, and test-driven development, have significantly accelerated the development lifecycle for individual developers and multifunctional teams.
read more
OpenUK's latest report paints a rosy picture of open source adoption
Might be nice if a few more of those adopters turned to contributors, though
OpenUK has released the second of its three-part probe into the state of open source in Britain, finding that an overwhelming majority of businesses use the wares – but noticeably fewer are willing to contribute code back.…
Tiny module gears up Intel’s Elkhart Lake
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
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
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
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
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
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
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
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
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
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
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
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 […]
« Previous ( 1 ... 226 227 228 229 230 231 232 233 234 235 236 ... 1242 ) Next »
