Showing headlines posted by bob

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

Tiny modules unlock i.MX8M Mini and Nano

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 11, 2020 5:13 AM EDT)
  • Story Type: News Story; Groups: Linux
Keith & Koep’s Linux-friendly 48 x 32mm “Myon II” and “Myon II Nano” modules feature the i.MX8M Mini and Nano with 8GB and 4GB LPDDR4, respectively, along with eMMC expansion, GbE, MIPI-DSI and -CSI, and up to -40 to 85°C support. Germany-based Keith & Koep has added two new members to its 48 x 32 […]

Android 11 will let users stop device-makers from killing background apps, says Google

  • The Register; By Matthew Hughes (Posted by bob on Jul 11, 2020 3:59 AM EDT)
  • Story Type: News Story; Groups: Android
Users will be able to 'override ... restrictions' on phones and other kit, says engineering team. Android 11 Beta 2, out this week, is a fairly modest update, focusing primarily on stability and bug fixes. But behind the scenes there are strong indications that a broader shift is afoot, with Google trying to address overall ecosystem inconsistencies that have formed since its initial release.…

How to Install GitScrum Agile Project Management Tool on Ubuntu 20.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 10, 2020 11:02 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
GitScrum is an open-source project management tool based on the Laravel framework and designed to help development teams to use Git and Scrum for task management for them to be more agile. In this tutorial, we will explain how to install GitScrum on Ubuntu 20.04 server.

Use DNS over TLS

  • Fedora Magazine (Posted by bob on Jul 10, 2020 9:47 PM EDT)
  • Groups: Fedora; Story Type: News Story
The Domain Name System (DNS) that modern computers use to find resources on the internet was designed 35 years ago without consideration for user privacy. Modernize it by wrapping its queries with Transport Layer Security (TLS)!

Microsoft to pull support for PHP: Version 8? Exterminate, more like...

No support 'in any capacity' for PHP for Windows for v8 and beyond, but Windows users not to worry, says release manager Born-again open source fan Microsoft is celebrating 25 years of PHP by, er, pulling its support for the scripting language that is beloved (or dreaded) by server operators the world over.…

Google open sources trademarks with the Open Usage Commons

In a somewhat confusing move, Google is placing three of its open-source projects' trademarks under its new Open Usage Commons.

Linux-ready Coffee Lake systems support Nvidia graphics

Neousys’ “Nuvo-8240GC” embedded PC runs on 8th or 9th Gen CPUs with 2x PCIe x16 for dual Tesla T4 GPUs and offers 2x PCIe x8, M.2 for NVMe, and 2x mini-PCIe. A similar Nuvo-8108GC system was tapped by Baidu as a dev kit for its Linux-based Apollo automotive platform. Neousys announced a rugged, Intel Coffee […]

Making compliance scalable in a container world

Software is increasingly being distributed as container images. Container images include the many software components needed to support the featured software in the container. We should design source code availability into container tools and processes to facilitate open source license compliance that is efficient and portable:

Add videos as wallpaper on your Linux desktop

  • Opensource.com; By Marcos Oliveira (Posted by bob on Jul 10, 2020 1:07 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The Linux desktop is a beautiful thing, but if you're tired of boring wallpaper, then you should try wallset, a command-line utility allowing you to set a video as your wallpaper. Wallset can also help you manage your wallpaper collection so you can conveniently make changes as often as you want.

Coffee Lake system supports seven independent displays

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 10, 2020 10:38 AM EDT)
  • Story Type: News Story; Groups: Intel, Linux
Vecow’s rugged “RCX-1000 PEG” series runs Linux or Win 10 on 8th or 9th Gen Coffee Lake CPUs with up to 2x PCI/PCIe x16 slots for graphics plus PCIe x4, 2x M.2, 2x mini-PCIe, 4x SATA, 6x USB 3.1 Gen2, and 2x GbE ports. Vecow announced another rugged, PCIe-enabled system with Intel 8th/9th Gen Coffee […]

Thank you, Julie Hanna

  • The Mozilla Blog; By Mitchell Baker (Posted by bob on Jul 10, 2020 8:10 AM EDT)
  • Story Type: Announcements; Groups: Mozilla
Over the last three plus years, Julie Hanna has brought extensive experience on innovation processes, global business operations, and mission-driven organizations to her role as a board member of Mozilla …

Docker partners with AWS to smooth container deployments

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jul 10, 2020 6:55 AM EDT)
  • Story Type: News Story; Groups: Virtualization
While you could always use Docker containers on Amazon Web Services, using Docker's tools to deploy containers to AWS was tricker. Until now.

Rockchip PX30 based in-vehicle system supports OBD-II telematics and ADAS

Arbor’s 8-inch “IOT-800N” automotive telematics panel PC for ADAS and fleet management runs Android 8.1 or Linux on a quad -A35 Rockchip PX30 and offers CAN/OBD-II, 4G, GPS, WiFi/BT, NFC, and an 8MP camera. Arbor announced a Rockchip PX30-based telematics computer with an 8-inch touchscreen for Advanced Driver Assistance System (ADAS) and fleet management that […]

How to install Minecraft Server on Ubuntu 20.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 9, 2020 11:29 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Minecraft is an open world and sandbox video game developed by Mojang Studios. In this tutorial, we will show how to setup your own Minecraft server on Ubuntu 20.04 LTS.

.NET Core: Still a Microsoft platform thing despite more than five years open source

Making .NET cross-platform was a radical step but not enough for broad appeal Comment Key people working on the .NET platform at Microsoft are concerned about the continuing perception that it is tied to one company.…

A visual guide to Lens: A new way to see Kubernetes

  • Opensource.com (Posted by bob on Jul 9, 2020 6:32 PM EDT)
  • Story Type: News Story
There are many Kubernetes administration tools to choose from, whether you prefer a command-line utility or a graphical user interface. I recently covered k9s, a text-based interface that many day-to-day Kubernetes administrators enjoy, but you have to navigate through many Kubernetes-specific terms to use it. A lot of people who use Kubernetes less often would rather have a colorful, clean visual guide. read more

What you need to know about automation testing in CI/CD

  • Opensource.com (Posted by bob on Jul 9, 2020 5:18 PM EDT)
  • Story Type: News Story
"If things seem under control, you're just not going fast enough." —Mario Andretti Test automation means focusing continuously on detecting defects, errors, and bugs as early and quickly as possible in the software development process. This is done using tools that pursue quality as the highest value and are put in place to ensure quality—not just pursue it. read more

Labels and Selectors in Kubernetes

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 9, 2020 1:35 PM EDT)
  • Groups: Linux; Story Type: News Story
Labels can be used to organize and to select Kubernetes objects. In this article, we will create a Pod with Labels to it and redirect the requests to it from the service using Selector. We will also perform get, delete operations on Pod and Service using Label/Selectors on the command line.

Expand your Raspberry Pi with Arduino ports

As members of the maker community, we are always looking for creative ways to use hardware and software. This time, Patrick Lima and I decided we wanted to expand the Raspberry Pi's ports using an Arduino board, so we could access more functionality and ports and add a layer of protection to the device. There are a lot of ways to use this setup, such as building a solar panel that follows the sun, a home weather station, joystick interaction, and more. read more

A look at password security, Part I: history and background

Today I’d like to talk about passwords. Yes, I know, passwords are the worst, but why? This is the first of a series of posts about passwords, with this one …

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