Showing headlines posted by bob

« Previous ( 1 ... 252 253 254 255 256 257 258 259 260 261 262 ... 1273 ) Next »

Avoid this common open source scanning error

  • Opensource.com (Posted by bob on Jul 27, 2021 3:06 PM EDT)
  • Story Type: News Story
Pete Townshend, legendary guitar player for British rock band The Who, is well-known for playing suspended chords. Suspended chords add musical tension to a song. For those piano players reading this who (like me) love to play in the key of C, simply play a C major chord (the notes C, E, and G) and replace the E note with either an F or a D. You are now on your way to becoming a British rock star!1 read more

Analyze the Linux kernel with ftrace

An operating system's kernel is one of the most elusive pieces of software out there. It's always there running in the background from the time your system gets turned on. Every user achieves their computing work with the help of the kernel, yet they never interact with it directly. The interaction with the kernel occurs by making system calls or having those calls made on behalf of the user by various libraries or applications that they use daily. read more

RK3566 powered mini-PC offers optional Wi-Fi 6 and 5G

Zidoo’s “M6” mini-PC runs Linux or Android on an RK3566 with up to 8GB RAM, 128GB eMMC, 3x USB, HDMI, GbE, 802.11ax, and mini-PCIe and SIM slots. Chinese media player and set-top manufacturer Zidoo has unveiled a mini-PC built around Rockchip’s 1.8GHz, quad-core, Cortex-A55 RK3566. The Zidoo M6 runs Android 11, Ubuntu 18.04, buildroot and […]

How to Install MERN Stack for JS based applications on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 27, 2021 4:06 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
The MERN Stack is made from four components: MongoDB, ExpressJS, ReactJS, and NodeJS. It provides a bundle of JavaScript technologies used for building dynamic JS websites. In this guide, we will show you how to install the MERN stack on Ubuntu 20.04.

RK3399 mini-PC offers wide range of TV tuner and wireless options

Geniatech’s $179-and-up “APC820” media player mini-PC runs Android or Linux on Rockchip’s RK3399 with up to 4GB RAM and 128GB eMMC plus GbE, HDMI in and out, 4x USB, and optional TV tuners, WiFi/BT, LTE, and other wireless links. Geniatech has launched a media-focused, wireless ready mini-PC based on the Rockchip RK3399 aimed at “commercial […]

Linux Mint 20.2 arrives: Top desktop Linux keeps improving

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jul 27, 2021 12:23 AM EDT)
  • Story Type: News Story; Groups: Linux, Mint
New desktop Linux distros arrive a couple of times a week, but Linux Mint retains its hold on my desktop because it works well, and with every release, it only gets better.

Fit for purpose: The case for the purpose-built database

One size does not fit all Sponsored Remember when the only database in town was relational? Things have changed in 20 years. Today, the venerable old relational database management system (RDBMS) still presides, but the market is also filled with new database types designed for different kinds of jobs.…

How to use cron on Linux

  • Opensource.com; By Seth Kenlon (Posted by bob on Jul 26, 2021 4:57 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The cron system is a method to automatically run commands on a schedule. A scheduled job is called a cronjob, and it’s created in a file called a crontab. It’s the easiest and oldest way for a computer user to automate their computer.

Get started with WildFly for Java web development

  • Opensource.com; By Ranabir Chakraborty (Posted by bob on Jul 26, 2021 3:42 PM EDT)
  • Story Type: Tutorial; Groups: Developer
WildFly is a production-ready, cross-platform, flexible, lightweight, managed application runtime that provides all the necessary features to run a Java web application. It is also a Java EE 8 certified application server almost exclusively in Java, and it implements the Jakarta EE, which was the Java Platform, Enterprise Edition (Java EE) specifications. Therefore you can run it on any operating system.

Command line quick tips: wc, sort, sed and tr

Linux distributions are great to use and they have some tricks under their sleeves which users may not be aware of. Let’s have a look at some command line utilities which really come in handy when you’re the guy that likes to stick with the terminal rather than using a GUI.  We all know that […]

Modules and dev kits expand upon Qualcomm QCS8250

Thundercomm’s “TurboX C865 SOM” and dev kit and eInfochips’ “EIC-QCS8250-210” Mini-ITX run Android 10 on Qualcomm’s QCS8250, an IoT variant of the Snapdragon 865. We also look at the new QCS4290 and Wi-Fi 6E ready QCS6490 SoCs. Last week, we reported on Thundercomm’s TurboX CM2290 and C2290 SOMs, which run Android or Linux on Qualcomm’s […]

Making PDFs more accessible to screen readers with open source

  • Opensource.com (Posted by bob on Jul 25, 2021 7:07 PM EDT)
  • Story Type: News Story
A screen reader is a vital tool that helps individuals who are blind or low-vision read digital text. Unfortunately, not all file formats receive the same level of support from screen readers. For example, while PDF files have accessibility features that you can use, they are often not the preferred file format for screen reader users. Between line breaks, multiple columns, symbols, and images, screen readers can have trouble reading PDFs in a cohesive way to their users. read more

Google fixes 'Chromebork' one-character code typo that prevented Chrome OS logins

  • The Register; By Thomas Claburn (Posted by bob on Jul 25, 2021 2:44 PM EDT)
  • Story Type: News Story; Groups: Chrome
Programming blunder is the second such snafu this month. Bug of the week Google has fixed a bug in Chrome OS version 91.0.4472.165 that surfaced on Monday and prevented some users from being able to login to their systems.…

OSS+ELC show returns live with RISC-V, AI, Martian rovers, and 30 years of Tux

The Linux Foundation has posted a schedule for its Open Source Summit + Embedded Linux Conference, to be held (live this time) on Sep. 27 to Oct. 1 in Seattle. RISC-V is a big topic, and there is a keynote on the Martian Perseverance rover and Ingenuity helicopter. The Open Source Summit + Embedded Linux […]

28 books recommended by open source technologists to read right now

  • Opensource.com; By Jen Wike Huger (Posted by bob on Jul 25, 2021 3:47 AM EDT)
  • Story Type: Reviews, Roundups; Groups: Linux
It may not be the season of summer where you are, but summer reading lists are quintessential and somewhat cozy no matter what part of the world you live in. Did you get our summer reading list?

5 useful ways to manage Kubernetes with kubectl

  • Opensource.com (Posted by bob on Jul 24, 2021 3:14 AM EDT)
  • Story Type: News Story
Kubernetes is software to help you run lots of containers in an organized way. Aside from providing tools to manage (or orchestrate) the containers you run, Kubernetes also helps those containers scale out as needed. With Kubernetes as your central control panel (or control plane), you need a way to manage Kubernetes, and the tool for that job is kubectl. The kubectl command lets you control, maintain, analyze, and troubleshoot Kubernetes clusters. read more

The Linux Foundation Announces Conference Schedule for Open Source Summit + Embedded Linux Conference 2021

Premier open source event covering the most critical and innovative open source topics gathers developers and technologists both in-person and virtually this September...

How to Install InspIRCd IRC Chat Server on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 23, 2021 10:51 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
InspIRCd is a robust IRC server that runs in UNIX-like environments that comes with its own scripting language called AngelScript. This tutorial shows you how to install and configure InspIRCd on Debian 10.

How to Install Gitea Code Hosting Service on Fedora 34

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 23, 2021 11:37 AM EDT)
  • Groups: Fedora, Linux; Story Type: News Story
Gitea is an open-source code-hosting solution based on the Git platform. This article will cover how to install and configure Gitea on Fedora 34 and how to set up your first Git repository.

Write your first JavaScript code

  • Opensource.com; By Seth Kenlon (Posted by bob on Jul 23, 2021 3:37 AM EDT)
  • Story Type: Tutorial; Groups: Developer
JavaScript is a programming language full of pleasant surprises. Many people first encounter JavaScript as a language for the web. There's a JavaScript engine in all the major browsers, there are popular frameworks such as JQuery, Cash, and Bootstrap to help make web design easier, and there are even programming environments written in JavaScript.

« Previous ( 1 ... 252 253 254 255 256 257 258 259 260 261 262 ... 1273 ) Next »