Showing headlines posted by bob

« Previous ( 1 ... 315 316 317 318 319 320 321 322 323 324 325 ... 1194 ) Next »

Red Hat finds enterprise users are adopting open-source software at a rapid pace

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Feb 22, 2020 10:17 PM CST)
  • Story Type: News Story; Groups: Red Hat
The Red Hat survey found that proprietary software usage is in decline as open-source software continues its take over of the enterprise software world.

Linux-ready Apollo Lake panel PC has IP65 protection

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Feb 22, 2020 8:28 PM CST)
  • Story Type: News Story; Groups: Linux
WinSystems’ IP65-protected, 12-inch “PPC12-427” capacitive panel PC runs on an Apollo Lake SoC with up to 8GB DDR3L ECC RAM, 2x GbE, 2x 4K DP, 4x USB, and -30 to 85°C support. Grand Prairie, Texas based WinSystems has announced a fanless, 12.1-inch, panel PC designed for signage, kiosk, food service, and industrial IoT HMI applications. […]

Demonstrating PERL with Tic-Tac-Toe, Part 1

PERL is the go-to tool for many sysadmins who need something more powerful than sed or awk when writing complex parsing and automation scripts. It has a somewhat high learning curve due to its dense notation. But a recent survey indicates that PERL developers earn 54 per cent more than the average developer so it may still be a worthwhile language to learn. Read on for a demonstration of PERL using the popular strategy game Tic-Tac-Toe.

Find a file the lazy way with this script

  • Opensource.com (Posted by bob on Feb 22, 2020 4:04 AM CST)
  • Story Type: News Story
Here's the scenario: Whenever I need some source code or a bundle of art assets or a game from the internet, I download it to my ~/Downloads directory, navigate to the folder, and promptly realize I forgot the file name. It's not that I don't remember what I downloaded; it's the proliferation of file types that throws me off. Was it a tarball or a ZIP file? What was the version number? Have I downloaded a copy before? read more

Don't like loops? Try Java Streams

  • Opensource.com (Posted by bob on Feb 21, 2020 9:52 PM CST)
  • Story Type: News Story
In this article, I will explain how to not write loops anymore. What? Whaddaya mean, no more loops? read more

Toradex launches Verdin module family starting with i.MX8M Mini and Nano models

  • LinuxGizmos.com (Posted by bob on Feb 21, 2020 6:14 PM CST)
  • Groups: Linux; Story Type: News Story
Toradex unveiled a “Verdin” compute module family with a form factor similar to its Colibri family, but with 60 more pins and improved power features. Due in March are Linux-driven Verdin modules based on the i.MX8M Mini and Nano. Toradex announced the Verdin iMX8M Mini and Verdin iMX8M Nano — the first two members of […]

How to Install i-doit Asset Management Tool on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 21, 2020 2:36 PM CST)
  • Groups: Debian, Linux; Story Type: News Story
i-doit is a free, open-source and IT documentation solution based on the configuration management database. It is a web-based tool that can be used to manage the entire IT system according to ITIL best practices. In this tutorial, we will show you how to install and configure i-doit Asset Management Tool on Debian 10.

Tiny, solderable i.MX8M Mini module debuts new OSM form factor

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Feb 21, 2020 6:01 AM CST)
  • Story Type: News Story; Groups: Linux
F&S unveiled a solderable, 30 x 30mm “OSM-MX8MM” module that runs Linux on an i.MX8M Mini based on an SDT.05 Open Standard Module form factor, a proposed SGET standard co-developed with Kontron and Iesy. Stuttgart, Germany F&S Elektronik Systeme showed off a prototype of a 30 x 30mm, i.MX8M Mini based OSM-MX8MM module — the […]

Tools for SSH key management

  • Opensource.com; By Ben Nuttall (Posted by bob on Feb 21, 2020 4:59 AM CST)
  • Story Type: Roundups, Tutorial; Groups: Linux
I use SSH constantly. Every day I find myself logged in to multiple servers and Pis (both in the same room as me and over the internet). I have many devices I need access to, and different requirements for gaining access, so in addition to using various SSH/SCP command options, I have to maintain a config file with all the connection details. Over time I’ve come up with a few time-saving tips and tools that you might find useful, too.

How Kubernetes Became the Standard for Compute Resources

CNCF plays a critical role in building a vibrant ecosystem around Kubernetes, creating a massive community to build, nurture and commercialize cloud-native open source technologies. The post How Kubernetes Became the Standard for Compute Resources appeared first on Linux.com.

Chrome deploys deep-linking tech in latest browser build despite privacy concerns

  • The Register; By Thomas Claburn (Posted by bob on Feb 21, 2020 2:56 AM CST)
  • Story Type: News Story; Groups: Chrome
It's not a bug, it's a feature, explains the Chocolate Factory. Google has implemented a browser capability in Chrome called ScrollToTextFragment that enables deep links to web documents, but it has done so despite unresolved privacy concerns and lack of support from other browser makers.…

Modular Coffee Lake system has SUMIT and optional PCIe expansion

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Feb 21, 2020 12:53 AM CST)
  • Story Type: News Story; Groups: Ubuntu
Ibase’s “MAF800” industrial AI PC runs Ubuntu or Win 10 on an 8th Gen Coffee Lake CPU with 3x GbE, 2x SATA, 6x USB 3.0, and 2x SUMIT slots for an optional 4x PoE module. Other models offer PCIe x16, x8, and x4 slots. Last week, Taiwan-based Ibase announced it was pulling out of next […]

Red Hat OpenStack lives on in a new release

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Feb 20, 2020 7:46 PM CST)
  • Story Type: News Story; Groups: Cloud, Red Hat
The private open-source OpenStack Infrastructure-as-a-Service cloud has a new major release from Red Hat.

Linux-driven ADAS computer features 6x FAKRA cameras

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Feb 20, 2020 6:44 PM CST)
  • Story Type: News Story; Groups: Linux, Mobile
VIA’s rugged “VIA Mobile360 M810” in-vehicle computer runs Linux on a Snapdragon 820E and offers 6x FAKRA camera ports plus software for ADAS, driver monitoring, surround view, and DVR. Taiwan-based VIA Technologies, which appears to be increasingly focused on automotive and other vision processing applications, has launched an ADAS (Advanced Driver Assistance System) computer primarily […]

Introducing our Jinja2 cheat sheet

  • Opensource.com (Posted by bob on Feb 20, 2020 3:40 PM CST)
  • Groups: Python; Story Type: News Story
Jinja2 is a templating language for Python. While it got its start on the web for use with the Flask framework, it is popular in many other places. Both Flask and Pelican use it to template HTML pages, allowing seperation between style and content. read more

Using Python and GNU Octave to plot data

Data science is a domain of knowledge that spans programming languages. Some are well-known for solving problems in this space, while others are lesser-known. This article will help you become familiar with doing data science with some popular languages. read more

Create web user interfaces with Qt WebAssembly instead of JavaScript

  • Opensource.com; By Stephan Avenwedde (Posted by bob on Feb 20, 2020 4:40 AM CST)
  • Story Type: Tutorial; Groups: Developer
When I first heard about WebAssembly and the possibility of creating web user interfaces with Qt, just like I would in ordinary C++, I decided to take a deeper look at the technology.

Fedora at the National Library of Technology

  • Fedora Magazine; By Ben Cotton (Posted by bob on Feb 20, 2020 3:26 AM CST)
  • Story Type: News Story; Groups: Fedora
Where do you turn when you have a fleet of public workstations to manage? If you’re the Czech National Library of Technology (NTK), you turn to Fedora. Located in Prague, the NTK is the Czech Republic’s largest science and technology library. As part of its public service mission, the NTK provides 150 workstations for public […]

Raspberry Pi Zero W based LoRaWAN gateway sells for $99

RAK Wireless’ $99 “RAK7246 LoRAWAN Developer Gateway” runs a Raspbian LoRa stack on a Raspberry Pi Zero W with a RAK2246 Pi HAT for 8x uplink channels and a single downlink. A $114 RAK7246G model adds GPS. RAK Wireless has introduced a cheaper alternative to its Raspberry Pi 4-based RAK7244 LoRaWAN Developer Gateway. The RAK7246 […]

Larry Tesler cut and pasted from this mortal coil: That thing you just did? He probably invented it

  • The Register; By Richard Speed (Posted by bob on Feb 19, 2020 9:14 PM CST)
  • Story Type: News Story; Groups: Community
PARC, Apple and Amazon – computing pioneer dies at 74. Obit Larry Tesler – self-described "primary inventor of modeless editing and cut, copy, paste" – has died at the age of 74.…

« Previous ( 1 ... 315 316 317 318 319 320 321 322 323 324 325 ... 1194 ) Next »