Showing headlines posted by bob

« Previous ( 1 ... 244 245 246 247 248 249 250 251 252 253 254 ... 1156 ) Next »

Microsoft unshackles WSL2 Linux kernel from Windows 10 image for future fettling via Windows Update

Chipping away at that OS image one component at a time. Microsoft has broken its long-running record of tedium with Windows 10 Insider builds by shunting the newly added Linux kernel into Windows Update.…

How to create a Terraform module

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 12, 2020 1:10 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will see how to create reusable modules in Terraform. Modules allow us to avoid code duplication. It means the same code can be used to create resources of the same type. By using modules you do not need to copy-paste your code to create multiple resources of the same type. 

Coffee Lake Refresh micro-ATX SBC and embedded PC support Linux

Premio unveiled a Linux-ready, $316 “CT-MCL01” micro-ATX board with Intel 9th and 8th Gen CPUs and 4x PCIe Gen3 slots. The announcement follows a recent “RCO-6100” embedded PC based on the same Coffee Lake Refresh chips. Premio has announced several industrial-focused embedded products built around Intel’s 9th and 8th Gen Coffee Lake processors. Yesterday, the […]

Configure Networking on CentOS 8 with nmcli Command (20 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 11, 2020 5:59 PM EDT)
  • Story Type: Tutorial; Groups: Linux
nmcli is a command-line tool that can be used for controlling NetworkManager. This tool will help you to display network device status, create, edit, activate/deactivate, delete network connections and also troubleshoot networking in your Linux system.

3.5-inch SBC features Rockchip PX30

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 11, 2020 8:07 AM EDT)
  • Story Type: News Story; Groups: Android
Techvision’s “3.5’SBC-PX30-TVI3329A” SBC runs Android 8.1 on a quad -A35 Rockchip PX30 with up to 4GB RAM and 64GB eMMC plus dual HD displays with a choice of HDMI, LVDS, DSI, and eDP. Shenzhen-based Techvision has announced the first 3.5-inch SBC we have seen that features Rockchip’s PX30 SoC. The 3.5’SBC-PX30-TVI3329 supports car infotainment, retail […]

Linux-based PineTab tablet launches at $100, adds M.2 slot

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 11, 2020 5:38 AM EDT)
  • Story Type: News Story; Groups: Linux, Ubuntu
Pine64 has opened $100 preorders for its open-spec, 10.1-inch PineTab tablet with optional $20 keyboard. The tablet runs Ubuntu Touch on an Allwinner A64 with 2GB RAM, 64GB eMMC, mini-HDMI, 2x USB, dual cams, and an M.2 slot. The PineTab tablet that Pine64 announced in Feb. 2019 as part of an ambitious roadmap of open […]

Ubuntu opens the door to talking with Linux Mint about Snap

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jun 11, 2020 12:41 AM EDT)
  • Story Type: News Story; Groups: Linux, Mint, Ubuntu
Ubuntu explains its position about the Chromium Snap. Canonical would welcome the chance to talk with Linux Mint about their issues with Snap.

How to create references in ONLYOFFICE with Mendeley, Zotero and EasyBib

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 10, 2020 11:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial we’ll learn how to build bibliographies in ONLYOFFICE document editor using Mendeley, Zotero and EasyBib plugins. ONLYOFFICE is an open-source office suite that comprises online editors for text documents, spreadsheets, and presentations along with productivity tools such as document and project management, mail, CRM, calendar and chat.

Industrial Apollo Lake mini-PCs offer a mix of I/O, M.2, and mini-PCIe links

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 10, 2020 10:12 PM EDT)
  • Story Type: News Story; Groups: Linux
Portwell’s rugged “Lynx-6000 Series” industrial mini-PCs run Linux or Win 10 on Apollo Lake and offers varying levels of USB, serial, and expansion slots. American Portwell Technology has launched a fanless Lynx-6000 Series of compact, rugged industrial computers. The progressively more advanced Lynx-6110, Lynx-612E, and Lynx-612G follow Portwell’s very similar Kuber-2000 Series. The new systems […]

How to write functions in Bash

  • Opensource.com; By Seth Kenlon (Posted by bob on Jun 10, 2020 7:43 PM EDT)
  • Story Type: Tutorial; Groups: Developer
When you're programming, you're literally defining a procedure, or a routine, you want the computer to perform. A simple analogy compares computer programming to baking bread: you list ingredients once to set up the work environment, then you list the steps you must take to end up with a loaf of bread.

Concise data plotting in Python with Altair

  • Opensource.com; By Shaun Taylor-Morgan (Posted by bob on Jun 10, 2020 6:29 PM EDT)
  • Story Type: Tutorial; Groups: Developer, Python
The plotting libraries available in Python offer multiple ways to present data according to your preferences, whether you prize flexibility, design, ease-of-use, or a particular style.

5 ways to boost your Kubernetes knowledge

When the cloud was still in its formative years, developers discovered that it was convenient to write applications in small, atomic, minimal Linux images that shared resources with the server they ran on. Technically based on kernel namespaces, these small environment definitions came to be called containers. As containers proliferated, sysadmins quickly realized it was becoming essential to develop a tool that could help them manage not only containers but also the virtualized infrastructure underneath.

Ubuntu/ROS robotics SBC has RPi-style GPIO and a choice of Atom or Rockchip PX30

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 10, 2020 11:05 AM EDT)
  • Story Type: News Story; Groups: Ubuntu
Adlink announced a “ROScube Pico Development Kit” SBC with 40-pin GPIO and a Myriad X VPU that runs Ubuntu and ROS 2 on an Apollo Lake or Rockchip PX30. There is also a Lidar-equipped, 6th Gen Skylake based NeuronBot robot. Earlier today, we looked at Adlink’s ROScube-I robot controller and ROScube-I Starter Kit SBC based […]

Style your data plots in Python with Pygal

  • Opensource.com (Posted by bob on Jun 10, 2020 9:02 AM EDT)
  • Groups: Python; Story Type: News Story
Python is full of libraries that can visualize data. One of the more interactive options comes from Pygal, which I consider the library for people who like things to look good. It generates beautiful SVG (Scalable Vector Graphics) files that users can interact with. SVG is a standard format for interactive graphics, and it can lead to rich user experiences with only a few lines of Python. read more

How to Install and Configure OpenShift Origin PaaS Server on Ubuntu 20.04

OpenShift is a free, open-source, and cloud development Platform as a Service (PaaS) developed by Red Hat that allows the developers to develop and deploy their applications on a cloud infrastructure. In this tutorial, we will explain how to install OpenShift Origin on Ubuntu 20.04 server.

Get started with open source voice assistant software

  • Opensource.com (Posted by bob on Jun 10, 2020 5:58 AM EDT)
  • Story Type: News Story
In my last article, I introduced Mycroft and shared some information about the open source voice assistant project. This article will help you get started with details on key terms, installation, and pairing Mycroft with your devices. read more

Why I switched from Java to Rust

  • Opensource.com (Posted by bob on Jun 10, 2020 3:55 AM EDT)
  • Story Type: News Story
I recently started learning Rust after many years of Java development. The five points that keep coming to mind are: Rust feels familiar References make sense Ownership will make sense Cargo is helpful The compiler is amazing I absolutely stand by all of these, but I've got a little more to say because I now feel like a Rustacean1 in that: read more

Robot controller and SBC run Ubuntu and ROS 2 on Coffee Lake CPUs

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 9, 2020 6:13 PM EDT)
  • Story Type: News Story; Groups: Intel, Ubuntu
Adlink unveiled a “ROScube-I” robot controller that runs Ubuntu and Adlink’s ROS 2 based Neuron SDK on 8th or 9th Gen Coffee Lake CPUs. There is also an 8th Gen based ROScube-I Starter Kit SBC. Adlink and Intel have collaborated to launch a ROScube-I robotics computer and other Intel-based robotics products that that run Ubuntu […]

How to Install Matrix Synapse Chat on Ubuntu 20.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 9, 2020 2:51 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
In this tutorial, we will show you step-by-step how to install and configure Matrix Synapse on Ubuntu 20.04 LTS. Matrix is a new ecosystem for decentralized communication in real time for open federated instant messaging and VoIP services.

25 years of PHP: The personal web tools that ended up everywhere

  • The Register (Posted by bob on Jun 9, 2020 12:22 PM EDT)
  • Groups: PHP; Story Type: News Story
'PHP is not very exciting and there is not much to it' = the secret of success? Feature On 8th June 1995 programmer Rasmus Lerdorf announced the birth of "Personal Home Page Tools (PHP Tools)".…

« Previous ( 1 ... 244 245 246 247 248 249 250 251 252 253 254 ... 1156 ) Next »