Showing headlines posted by bob

« Previous ( 1 ... 254 255 256 257 258 259 260 261 262 263 264 ... 1249 ) Next »

Energy infrastructure platform uses open source to fight climate change

  • Opensource.com (Posted by bob on Apr 22, 2021 5:49 PM EDT)
  • Groups: Linux; Story Type: News Story
LF Energy is a Linux Foundation project working to accelerate the energy transition of the world's grids and transportation systems through open source. In December, our project took a major step toward achieving its mission when we and our member organizations Alliander, RTE, and Savoir-faire Linux launched SEAPATH, which stands for Software Enabled Automation Platform and Artifacts. read more

Restore an old MacBook with Linux

  • Opensource.com (Posted by bob on Apr 22, 2021 3:20 PM EDT)
  • Groups: Linux; Story Type: News Story
Last year, I wrote about how you can give new life to an old MacBook with Linux, specifically Elementary OS in that instance. Recently, I returned to that circa 2015 MacBook Air and discovered I had lost my login password. I downloaded the latest Elementary OS 5.1.7 Hera release and could not get the live boot to recognize my Broadcom 4360 wireless chipset. read more

Something bugging you in Fedora Linux? Let's get it fixed!

  • Fedora Magazine; By Matthew Miller (Posted by bob on Apr 22, 2021 5:31 AM EDT)
  • Story Type: Editorial; Groups: Fedora, Linux
Addressing the Fedora Linux bug fixing process and how some bugs may be prioritized

How to create Cloudwatch alarms for a Lambda Function on AWS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 22, 2021 4:17 AM EDT)
  • Story Type: Tutorial; Groups: Linux
There are various invocation metrics, performance metrics, and concurrency metrics available for Lambda functions in Cloudwatch to monitor.In this article, we will create an alarm for the "Invocations" metric which will send a notification to the SNS topic when it is triggered.

Compact Whiskey Lake embedded PC supports Linux

Portwell’s fanless, Linux-friendly “WEBS-21G0” embedded PC has a 15W TDP 8th Gen Core CPU and offers dual GbE, dual displays, triple USB, dual M.2, and ruggedization features. American Portwell has announced a rugged, 8th Gen Whiskey Lake based embedded computer based on its NANO-6051 Nano-ITX board. The WEBS-21G0 system supports Ubuntu, Yocto, Wind River, and […]

University of Minnesota thought it would be cool to try to sneak bad code into Linux as an experiment. Of course, it backfired badly

'Our community does not appreciate being experimented on' says Kroah-Hartman. Computer scientists at the University of Minnesota theorized that they could sneak vulnerabilities into open-source software – but when they tried subverting the Linux kernel, they got caught red-handed.…

The Linux Foundation Hosts Open19 to Accelerate Data Center and Edge Hardware Innovation

Open19 framework enables data center hardware design that powers edge, 5G and custom cloud deployments worldwide, brings both hardware and software under the Linux Foundation with fellow Yuval Bachar  SAN FRANCISCO, April 21, 2021 – The Linux Foundation, the nonprofit organization enabling mass innovation through open source, today announced it will host the Open19 Foundation, […]

ELISA Project Welcomes Codethink, Horizon Robotics, Huawei Technologies, NVIDIA and Red Hat to its Global Ecosystem

SAN FRANCISCO – April 19, 2020 –  Today, the ELISA (Enabling Linux in Safety Applications) Project, an open source initiative that aims to create a shared set of tools and processes to help companies build and certify Linux-based safety-critical applications and systems, announced that Codethink, Horizon Robotics, Huawei Technologies, NVIDIA and Red Hat has joined […]

Optimize your Python code with C

Cython is a compiler for the Python programming language meant to optimize performance and form an extended Cython programming language. As an extension of Python, Cython is also a superset of the Python language, and it supports calling C functions and declaring C types on variables and class attributes. This makes it easy to wrap external C libraries, embed C into existing applications, or write C extensions for Python in syntax as easy as Python itself.

How to take your open source project to the next level

Open sourcing the code to your software as a service (SaaS) is not sufficient to make it actually be open source. Does that sound contradictory to you? Let me explain.

Build smaller containers

Bloated containers waste resources, slow things down, and can even cost you extra money! Here are a few tips on shrinking your containers!

Dev kit and module run Linux on Zynq Ultrascale+

Topic Embedded has launched a “Florida Plus” dev kit that runs Linux on its Zynq Ultrascale+ based Miami MPSoC Plus module. Meanwhile, Aries announced it has begun distributing Topic’s Zynq-based Miami modules. Netherlands-based Topic Embedded Systems has been around for 20 years doing FPGA work, with the last decade focused primarily on manufacturing Linux-driven Xilinx […]

21 reasons why I think everyone should try Linux

  • Opensource.com; By Seth Kenlon (Posted by bob on Apr 21, 2021 8:56 AM EDT)
  • Story Type: Editorial; Groups: Linux
When I go on holiday, I often end up at one or more used bookstores. I always find a good book I've been meaning to read, and I always justify the inevitable purchase by saying, "I'm on vacation; I should treat myself to this book." It works well, and I've acquired some of my favorite books this way. Yet, like so many traditions in life, it doesn't hold up to scrutiny. In reality, I don't need an excuse to buy a good book. All things being equal, I can do it any time I want. But having a reason does seem to make the process more enjoyable, somehow.

Linus Torvalds reluctantly issues one more release candidate for Linux kernel 5.12

  • The Register; By Simon Sharwood (Posted by bob on Apr 21, 2021 7:54 AM EDT)
  • Story Type: News Story; Groups: Kernel, Linux
We gotta do this again? Really? Oh, alright then. But this eight release candidates thing is not great. Linux kernel development boss Linus Torvalds has reluctantly issued an eight release candidate for version 5.12 of the FOSS OS.…

Wearing more (Mozilla) hats

  • The Mozilla Blog; By Mark Surman (Posted by bob on Apr 21, 2021 6:53 AM EDT)
  • Story Type: Editorial; Groups: Mozilla
For many years now — and well before I sought out the job I have today — I thought: the world needs more organizations like Mozilla. Given the state of …

How to Install Guider Linux Performance Analyzer on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 21, 2021 4:47 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Guider is an open-source performance analyzing tool for Linux operating systems. In this tutorial, I will show you how to install and use Guider on Ubuntu 20.04.

In the trenches with Thomas Gleixner, real-time Linux kernel patch set

Jason Perlow, Editorial Director at the Linux Foundation interviews Thomas Gleixner, Linux Foundation Fellow, CTO of Linutronix GmbH, and project leader of the PREEMPT_RT real-time kernel patch set. JP: Greetings, Thomas! It’s great to have you here this morning — although for you, it’s getting late in the afternoon in Germany. So PREEMPT_RT, the real-time […]

How to display GUI dialogs in bash script using Zenity

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 21, 2021 1:42 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Zenity is an open-source application for displaying simple GUI in shell scripts. It makes scripts more user-friendly by displaying GTK+ dialogs. In this article, we will show you how to use Zenity to display GUI dialogs in Bash scripts.

Kubernetes dockershim to live on

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Apr 20, 2021 11:39 PM EDT)
  • Story Type: News Story; Groups: Virtualization
Kubernetes is depreciating dockershim, but Mirantis will continue to maintain the Kubernetes Docker shim code outside Kubernetes as a CRI interface for Docker Engine.

Node.js 16 released with Apple Silicon binaries, JavaScript V8 engine turned up to nine

  • The Register; By Tim Anderson (Posted by bob on Apr 20, 2021 10:37 PM EDT)
  • Story Type: News Story; Groups: Community
All supported releases will now support ECMAScript modules - but progress on moving away from CommonJS is slow. Node.js 16 has been released with prebuilt Apple Silicon binaries and version 9.0 of the V8 JavaScript engine.…

« Previous ( 1 ... 254 255 256 257 258 259 260 261 262 263 264 ... 1249 ) Next »