Showing headlines posted by bob

« Previous ( 1 ... 284 285 286 287 288 289 290 291 292 293 294 ... 1238 ) Next »

How to Setup Local DNS Resolver using Dnsmasq on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 11, 2020 8:00 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Dnsmasq stands for "short for DNS masquerade" is a simple, lightweight and easy to use DNS forwarder used for a small network. It can be configured as a DNS cache and DHCP server and supports both IPv4 and IPv6 protocol. In this tutorial, we will show you how to set up a local DNS server with Dnsmasq on Ubuntu 20.04 server.

Why I use Home Assistant for open source home automation

  • Opensource.com (Posted by bob on Nov 11, 2020 6:58 PM EDT)
  • Story Type: News Story
Home automation is a slippery slope; you have been warned! In this multipart series, I will discuss home automation using the open source project Home Assistant. This introductory article will cover my journey to Home Assistant, what the application does, and why it's important. read more

How to set up Wireguard VPN on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 11, 2020 3:41 PM EDT)
  • Groups: Linux; Story Type: News Story
Wireguard is an open-source cross-platform VPN implementation that uses state of the art cryptography. It is faster, simpler and more functional than IPSec and OpenVPN.

Set up Minishift and run Jenkins on Linux

  • Opensource.com; By Jessica Cherry (Posted by bob on Nov 10, 2020 2:34 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Red Hat
Minishift is a tool that helps you run OKD (Red Hat's open source OpenShift container platform) locally by launching a single-node OKD cluster inside a virtual machine. It is powered by Kubernetes, which is one of my favorite things to talk about.

Whats the difference between orchestration and automation?

  • Opensource.com; By Seth Kenlon (Posted by bob on Nov 10, 2020 1:20 AM EDT)
  • Story Type: Editorial; Groups: Community
For the longest time, it seemed the only thing any sysadmin cared about was automation. Recently, though, the mantra seems to have changed from automation to orchestration, leading many puzzled admins to wonder: "What's the difference?"

Compact box computer and signage system feature RK3399

Advantech’s compact “EPC-R4710” embedded computer and $303-and-up “DS-100” signage system run Android or Linux on a Rockchip RK3399 with 2GB LPDDR4, 16GB eMMC, up to 2x GbE, 2x HDMI, and M.2 expansion. Last week while exploring Advantech’s Rockchip RK3399 powered ROM-5780 SMARC module, we saw two RK3399 based Advantech computers marked as “new.” It is […]

How to Install Taiga Project Management System on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 9, 2020 8:23 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Taiga is a free, open-source, simple yet powerful project management tool for startups, Agile developers, and designers. It supports teams that work Agile across both Scrum and Kanban frameworks. In this tutorial, we will show you how to install the Taiga Project Management Tool on Ubuntu 20.04 server.

RISC-V based Allwinner chip to debut on $13 Linux hacker board

  • LinuxGizmos.com (Posted by bob on Nov 9, 2020 7:08 PM EDT)
  • Groups: Linux; Story Type: News Story
Alibaba’s T-head subsidiary amd Allwinner have produced a single-core, RISC-V-based XuanTie C906 processor with MMU that will appear on a sandwich-style, Linux-driven, $12.50 Sipeed SBC due in two months. In July, 2019, Chinese tech giant Alibaba Group surprised the industry with the most powerful RISC-V architecture SoC design to date: a 16-core, 2.5GHz XuanTie 910 […]

Program your microcontroller with MicroBlocks

  • Opensource.com (Posted by bob on Nov 9, 2020 4:40 PM EDT)
  • Story Type: News Story
If you like to tinker with technology, you may be familiar with programmable microcontroller boards, such as AdaFruit's Circuit Playground Express and the BBC Micro:bit. Now there's a new programming option for you to try: MicroBlocks. It's a simple Scratch-like programming interface that works well with several microcontrollers, including those two. read more

Getting started with Stratis encryption

Stratis is an “easy to use local storage management for Linux.” Continue reading to learn how to get started with encryption in Stratis.

Open environments are where innovative ideas thrive

  • Opensource.com (Posted by bob on Nov 8, 2020 8:39 AM EDT)
  • Story Type: News Story
In the first article of this series, I examined the nature of the innovation process in great detail. I also discussed some sources of resistance to it. read more

AWS preps its own library of public Docker container images

With Docker restricting how quickly users can pull down images from its Docker Hub for free, Amazon Web Services is finally creating its own repository of public container images. But there's a bigger problem here for all container and cloud users.

Streamline your JavaScript code with top-level await

  • Opensource.com; By Sumaira Ahmad (Posted by bob on Nov 8, 2020 12:01 AM EDT)
  • Story Type: Tutorial; Groups: Developer
JavaScript is a popular programming language that started out as a single-threaded, synchronous language, meaning that one step runs after another step without waiting to fetch any external resources or perform any lengthy calculation or process. If the script requires such a resource or calculation, this synchronous behavior results in an error. This blocks all other processes in the queue from running whether or not they were dependent on the step that produced the error.

Comet Lake appears on mini-PC, AI Box, and Mini-ITX systems

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Nov 7, 2020 8:18 PM EDT)
  • Story Type: News Story; Groups: Intel
Intel’s 10th Gen CPUs recently showed up on several new systems including a v2 respin of Purism’s Librem Mini mini-PC, Sintrones’ EBOX-7010 upgrade of its earlier 9th Gen EBOX-7000 AI box, and Portwell’s 2.5GbE enabled WADE-8212 Mini-ITX SBC. Just as we wondering whether Intel’s 14nm 10th Gen Comet Lake-S processors were going to be a […]

How open source makes me a better manager

I was introduced to open source by my husband, a long-term Unix/Linux user. When he encouraged me to attend the Triangle Linux Users Group (TriLUG), a local meetup in the Raleigh, NC, area, I was quite intimidated, as I was one of a handful of women in attendance. But the more I learned about open source, the more intrigued I became.

Raspberry Pi security add-on helps evaluate Connected Home over IP spec

Infineon’s “Optiga Trust-M eval kit” is a Pi add-on for evaluating the ZigBee Alliance’s Connected Home over IP home automation standard. The eval kit is built around a Trust-M Shield2Go board equipped with the EAL6+-compliant Trust-M security chip. Infineon Technologies, which is primarily known in these pages for its widely used Optiga TPM security chips, […]

Tweak your Git config for multiple user IDs

Git's git config command (hereafter referred to as "config") enables you to set repository or global options for Git. It has many options, and one of them, includeIf, is handy when you have dual roles using Git, for example, working full time as a developer and contributing to open source projects in your spare time.

Advantech and Engicam launch SMARC modules with the RK3399

Advantech’s “ROM-5780” and Engicam’s “SmarCore RK3399” SMARC 2.1 modules run Linux or Android on a Rockchip RK3399 with 2GB RAM, 16GB eMMC, and optional carrier boards. Yesterday while researching Kontron’s fA3399 SMARC module, we were unable to find any other Rockchip RK3399-based SMARCs on LinuxGizmos so we cast the Inter-net and found two more. Advantech’s […]

SMARC module runs Linux on RK3399K

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Nov 6, 2020 10:49 PM EDT)
  • Story Type: News Story; Groups: Linux
Kontron unveiled a -20 to 85°C tolerant, full-size SMARC form-factor “fA3399” module that runs Linux on a RK3399K with up to 8GB LPDDR4 and 128GB eMMC plus support for 2x GbE and 3x PCIe. Today Kontron announced its first product based on the Rockchip RK3399. The Linux-powered fA3399 adopts the rarely used 82 x 80mm […]

Reclaim hard-drive space with LVM

  • Fedora Magazine; By Troy Curtis (Posted by bob on Nov 6, 2020 9:35 PM EDT)
  • Story Type: Tutorial; Groups: Fedora, Linux
A how-to guide on using LVM to resize your Ext4 filesystem in order to get more storage space.

« Previous ( 1 ... 284 285 286 287 288 289 290 291 292 293 294 ... 1238 ) Next »