Showing headlines posted by bob

« Previous ( 1 ... 286 287 288 289 290 291 292 293 294 295 296 ... 1156 ) Next »

It's a no to ZFS in the Linux kernel from me, says Torvalds, points finger of blame at Oracle licensing

What's that coming over the hill? Is it a lawyer? It's Larry's lawyers. Linux kernel jockey, Linus Torvalds, has taken time out to remind open source loyalists that he is no fan of the ZFS file system due, in part, to the sometimes tortuous nature of open source licensing.…

Install and Secure phpMyAdmin on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 14, 2020 12:00 AM EDT)
  • Story Type: Tutorial; Groups: Linux, MySQL
phpMyAdmin is a free and open-source tool to manage MySQL and MariaDB servers over a web-based interface. In this tutorial, we will show you how to install and secure phpMyAdmin on CentOS 8 server.

Pico-ITX SBC jump-starts the mighty i.MX8 QuadMax

iWave’s “iW-Rainbow-G27S” Pico-ITX SBC runs Linux or Android on an i.MX8 QuadPlus or QuadMax with up to 8GB LPDDR4, 2x GbE, 2x USB 3.0, 802.11ac/BT, M.2, HDMI in and out, and -40 to 85°C support. iWave produces a lot of compute modules, such as last year’s i.MX8M Mini or Nano based iW-RainboW-G34M-SM, but single board […]

How to setup a DNS server with bind

  • Fedora Magazine; By Curt Warfield (Posted by bob on Jan 13, 2020 7:03 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
The Domain Name System, or DNS, as it’s more commonly known, translates or converts domain names into the IP addresses associated with that domain. DNS is the reason you are able to find your favorite website by name instead of typing an IP address into your browser. This guide shows you how to configure a […]

Whats HTTPS for secure computing?

Over the past few years, it's become difficult to find a website that is just "http:// …" This is because the industry has finally realised that security on the web is "a thing," and also because it has become easy for both servers and clients to set up and use HTTPS connections. A similar shift may be on its way in computing across cloud, edge, Internet of Things, blockchain, artificial intelligence, machine learning, and beyond.

My favorite Bash hacks

  • Opensource.com (Posted by bob on Jan 13, 2020 11:37 AM EDT)
  • Story Type: News Story
When you work with computers all day, it's fantastic to find repeatable commands and tag them for easy use later on. They all sit there, tucked away in ~/.bashrc (or ~/.zshrc for Zsh users), waiting to help improve your day! In this article, I share some of my favorite of these helper commands for things I forget a lot, in hopes that they will save you, too, some heartache over time. read more

How to contribute to Kubernetes

Contributing to open source as a hobby is a great way to dip your toes in the water on a new technology—and maybe even advance your career in the process. IBM software engineer Tara Gu found both of those things to be true when she started contributing to the Kubernetes container engine project in 2018.

How I upgraded my CuBox open source music server

  • Opensource.com (Posted by bob on Jan 13, 2020 2:56 AM EDT)
  • Groups: ARM; Story Type: News Story
Back in early 2014, I purchased my first ARM-based computer, a SolidRun CuBox-i4. My goal for the CuBox was to have a headless device (e.g., no display) that takes up minimal space in the audio equipment shelf, makes minimal noise, and serves music files to my digital-to-analog converter (DAC) and thus to the rest of the stereo. On paper, the CuBox was a perfect fit. read more

Sync files across multiple devices with Syncthing

  • Opensource.com (Posted by bob on Jan 12, 2020 2:44 PM EDT)
  • Story Type: News Story
Last year, I brought you 19 days of new (to you) productivity tools for 2019. This year, I'm taking a different approach: building an environment that will allow you to be more productive in the new year, using tools you may or may not already be using. read more

In-vehicle computer rolls with Whiskey Lake

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jan 11, 2020 7:01 PM EDT)
  • Story Type: News Story; Groups: Intel, Linux
Vecow’s rugged, Linux-ready “RMS-1000” in-vehicle computer is a 1U rackmount system with 8th Gen Whiskey Lake CPUs, dual SATA bays, 4x USB 3.1 Gen 2, and 8x GbE ports, 6x of which have M12 connectors. Vecow has returned to the Intel 8th Gen Whiskey Lake UE series that it used in its recent, SPC-5000 and […]

How to Install Apache ZooKeeper on Debian 10

Apache Zookeeper is a free and open-source service for distributed systems that helps you to manage a large set of hosts. In this tutorial, we will show you how to set up a single-node Apache Zookeeper cluster on Debian 10 server.

Automating the creation of research artifacts

In my work as a programming language researcher, I need to create artifacts that are easy to understand and well-documented. To make my work easier, I found a simple way to automate generating source code documentation, creating HTML and PDF versions of user documentation, compiling a technical (research) document to PDF, generating the bibliography, and provisioning of virtual machines with the software artefact installed for ease of reproducibility of my research.

5 ops hacks for sysadmins

As a sysadmin, every day I am faced with problems I need to solve quickly because there are users and managers who expect things to run smoothly. In a large environment like the one I manage, it's nearly impossible to know all of the systems and products from end to end, so I have to use creative techniques to find the source of the problems and (hopefully) come up with solutions.

Ryzen V1000 signage player drives four 4K displays

Nexcom’s fanless, Linux-ready “NDiS V1000” signage player runs on an AMD Ryzen Embedded V1605 and offers up to 32GB DDR4, 4x independent, 4K HDMI 2.0, 2x GbE, and 4x USB 3.0 ports plus dual M.2 slots. Nexcom announced a signage player that runs Linux 4.1 or Windows 10 on AMD’s Ryzen Embedded V1605B, one of […]

Firefox 72: Floating videos, blocking fingerprints, and defeating notification pop-ups

Beefy Firefox release despite new 4-weekly release cycle, but users stick stubbornly to Google Chrome Updated Mozilla has aired a bunch of new features aimed at making web 2020 a little less unpleasant in its release of Firefox 72.…

How to setup multiple monitors in sway

  • Fedora Magazine (Posted by bob on Jan 10, 2020 11:45 AM EDT)
  • Groups: Fedora; Story Type: News Story
Sway is a tiling Wayland compositor which has mostly the same features, look and workflow as the i3 X11 window manager. Because Sway uses Wayland instead of X11, the tools to setup X11 don’t always work in sway. This includes tools like xrandr, which are used in X11 window managers or desktops to setup monitors. […]

Create demo project templates with one script

  • Opensource.com (Posted by bob on Jan 10, 2020 9:16 AM EDT)
  • Groups: JBoss; Story Type: News Story
When you're standing on a stage or doing a live demo in an online session, getting your project into a perfect-looking state may appear easy. But a lot of work goes on behind the scenes to create working, easy to use, and repeatable demo projects. When you're doing a demo, the technology in a project must support your bigger story about the project without failing. My fellow JBoss technology evangelists and I often have to set up different technologies, so it became necessary for us to tune some sort of generic framework or template to put these demo projects into. read more

My favorite Bash hacks

  • Opensource.com (Posted by bob on Jan 10, 2020 7:20 AM EDT)
  • Story Type: News Story
When you work with computers all day, it's fantastic to find repeatable commands and tag them for easy use later on. They all sit there, tucked away in ~/.bashrc (or ~/.zshrc for Zsh users), waiting to help improve your day! In this article, I share some of my favorite of these helper commands for things I forget a lot, in hopes that they will save you, too, some heartache over time. read more

COM and carrier run custom Linux stack on ST’s Cortex A7/M4 hybrid

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jan 10, 2020 5:13 AM EDT)
  • Story Type: News Story; Groups: Linux, Ubuntu
MYIR’s 45 x 43mm “MYC-YA157C” module runs Ubuntu 18.04 or a Yocto 2.6 based “MEasy” IoT stack on ST’s STM32MP1. A MYD-YA157C carrier adds WiFi/BT, GbE, HDMI, DSI, RGB, CAN, and multiple USB and serial ports. MYIR has launched a $29 MYC-YA157C CPU Module powered by ST’s STM32MP1 SoC that can be paired with a […]

I am broot:The Reg chats to French dev about Rust tool that aims to improve directory navigation

  • The Register; By Tim Anderson (Posted by bob on Jan 10, 2020 3:05 AM EDT)
  • Story Type: Interview; Groups: Developer
Why Rust? 'It works and usually does what you wanted it to do,' says dev. Interview Rust developer Denys Séguret, from Lyon, France, wanted a better way to view and search directories, so he coded his own, sparking interest from others with similar frustrations.…

« Previous ( 1 ... 286 287 288 289 290 291 292 293 294 295 296 ... 1156 ) Next »