Showing headlines posted by bob

« Previous ( 1 ... 176 177 178 179 180 181 182 183 184 185 186 ... 1193 ) Next »

OS Chroot 101: covering btrfs subvolumes

OS chroot command allows you to mount and run another Gnu/Linux from within your current Gnu/Linux. It does this by mounting nested partition(s) within your system and it gives you a shell which allows access to this chrooted OS. This will allow you to manage or debug another Gnu/Linux from your running Fedora Linux Intro […]

Industrial panel PC muscles up with Comet Lake-S

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 9, 2021 6:15 PM CST)
  • Story Type: News Story; Groups: Intel, Linux
Aaeon’s Linux-friendly “OMNI-2155-CML” is a 15.6-inch, industrial panel PC powered by an Intel 10th Gen CPU with up to 64GB DDR4, HDMI, SATA, 2x GbE, 4x USB 3.2 Gen2, 2x COM, 2x M.2, and a mini-PCIe slot. Aaeon announced its first industrial panel PC with a socketed processor in the form an Intel 10th Gen […]

Security warning deluge from 'npm audit' is driving developers to distraction

  • The Register; By Thomas Claburn (Posted by bob on Jul 9, 2021 12:16 PM CST)
  • Story Type: News Story; Groups: Developer
Can we have less infosec theater, please? Dan Abramov, a software engineer at Facebook, this week published a plea to silence a particularly vocal JavaScript security tool – and its creators more or less agreed there's room for improvement.…

Troubleshooting bugs in an API implementation

  • Opensource.com; By Alay Patel (Posted by bob on Jul 9, 2021 11:14 AM CST)
  • Story Type: Tutorial; Groups: Cloud
As distributed and cloud computing adoption increase, things are intrinsically getting harder to debug. This article shares a situation where you would expect a library to safeguard against different versions of an API. However, it didn't and it caused unexpected behavior that was very hard to debug. This might be a useful example of how ripping out layers of abstractions is sometimes necessary to get to the root cause of a problem in a systematic manner.

Mozilla responds to the UK CMA consultation on Google’s commitments on the Chrome Privacy Sandbox

  • The Mozilla Blog; By Marshall Erwin (Posted by bob on Jul 9, 2021 10:13 AM CST)
  • Story Type: Editorial; Groups: Chrome, Mozilla
Regulators and technology companies together have an unique opportunity to improve the privacy properties of online advertising. Improving privacy for everyone must remain the north star of efforts surrounding privacy preserving advertising and we welcome the recent moves by the UK’s Competition Markets Authority to invite public comments on the recent voluntary commitments proposed by […]

If you've mastered Python 101, you're probably better at programming than OpenAI's prototype Codex

  • The Register (Posted by bob on Jul 9, 2021 7:08 AM CST)
  • Groups: Python; Story Type: News Story
10 PRINT "ML won't take my job ";: GOTO 10 OpenAI warned that its Codex neural network, like the one that powers GitHub’s code-completion tool Copilot, is likely to generate source that looks plausible but is incorrect, and its performance will decrease as it grows in size.…

Encrypt and decrypt files with a passphrase on Linux

Encryption and security for protecting files and sensitive documents have long been a concern for users. Even as more and more of our data is housed on websites and cloud services, protected by user accounts with ever-more secure and challenging passwords, there's still great value in being able to store sensitive data on our own filesystems, especially when we can encrypt that data quickly and easily. read more

How to Migrate Centos 8 to AlmaLinux 8.3

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 9, 2021 4:04 AM CST)
  • Groups: Linux; Story Type: News Story
CentOS 8 will reach end-of-life on December 31, 2021, there will be no CentOS 9, therefore it is recommended to upgrade it to centos alternative distribution like Alma Linux. In this guide, we will show you how to migrate CentOS 8 to AlmaLinux 8.3.

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

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 8, 2021 7:49 PM CST)
  • Story Type: News Story; Groups: ARM, Linux
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

  • The Register (Posted by bob on Jul 8, 2021 2:52 PM CST)
  • Story Type: News Story
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

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 8, 2021 3:15 AM CST)
  • 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 12:47 AM CST)
  • 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 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

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 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

« Previous ( 1 ... 176 177 178 179 180 181 182 183 184 185 186 ... 1193 ) Next »