Showing headlines posted by bob

« Previous ( 1 ... 190 191 192 193 194 195 196 197 198 199 200 ... 1156 ) Next »

7 Bash tutorials to enhance your command line skills in 2021

  • Opensource.com (Posted by bob on Jan 13, 2021 12:07 AM EDT)
  • Groups: Linux; Story Type: News Story
Bash is the default command line shell on most Linux systems. So why not learn how to get the most out of it? This year, Opensource.com featured many great articles to help you leverage the power of the Bash shell. These are some of the most-read articles about Bash: read more

3 email rules to live by in 2021

  • Opensource.com; By Kevin Sonney (Posted by bob on Jan 12, 2021 7:00 PM EDT)
  • Story Type: Editorial; Groups: Community
In prior years, this annual series covered individual apps. This year, we are looking at all-in-one solutions in addition to strategies to help in 2021. Welcome to day 2 of 21 Days of Productivity in 2021. Like many of us, I have a love/hate relationship with email. Email was one of the earliest means of communication on the proto-internet, corporate LANs, and the dial-up BBS ecosystem. Email was, and still is, one of the primary means of electronic correspondence. It is used for business communications, commerce, notifications, collaboration, and a pile of useful things.

Apollo Lake Pico-ITX SBC offers PoE and -20 to 70°C support

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jan 12, 2021 5:58 PM EDT)
  • Story Type: News Story; Groups: Intel, Linux
DFI’s Linux-ready “AL05P” Pico-ITX board has an Apollo Lake SoC plus 4GB soldered RAM, up to 64GB eMMC, mini-DP++, 2x USB 3.1, mini-PCIe, optional -20 to 70°C, and a GbE port with isolated PoE. DFI has launched an Intel Apollo Lake based Pico-ITX board called the AL05P that it claims is the first industrial small […]

8 tips for the Linux command line

The Linux command line provides a great deal of flexibility. Whether you are managing a server or launching a terminal window on a desktop system, the command line brings with it an extensive toolkit to update files, tweak system performance, and manage processes. The command line is where it's at. Testifying to the command line's popularity, Opensource.com publishes many excellent articles about how to get the most out of your system.

15 favorite programming tutorials and insights

Happy new year! 2020 was one heck of an unusual year with the COVID-19 pandemic pushing us to stay at home and dramatically transforming our lifestyles. However, a time like this is also the best time to start picking up a new programming language or to level up your existing programming skillset. We begin with some light reading: What is your first programming language? and Why developers like to code at night. Next, we have articles about some specific programming languages like C, D, and Awk.

How to Install Invoice Ninja on Ubuntu 20.04

Invoice Ninja is a free and open-source online invoicing app for freelancers & businesses that helps you to accept payments, track expenses, create proposals, and time-tasks. In this tutorial, we will show you how to install Invoice Ninja with Apache and Let's Encrypt SSL on Ubuntu 20.04 server.

AI-enabled automated driving dev kit has dual Linux brains

  • LinuxGizmos.com (Posted by bob on Jan 11, 2021 10:34 PM EDT)
  • Groups: Linux; Story Type: News Story
NXP unveiled a BlueBox 3.0 automotive platform that runs Linux on an up to 16-core -A72 LX2160A and a quad -A53, 3x -M7 S32G. You get an optional Kalray MPPA AI chip, 6x PCIe Gen3, and 8x LAN ports up to 100GbE. The CES show is on this week, or at least Digital CES, without […]

How to recover AWS account access if the MFA device is lost

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 11, 2021 8:06 PM EDT)
  • Groups: Linux; Story Type: News Story
It is recommended to enable Multifactor Authentication (MFA) for your AWS account. MFA is used to secure your AWS account, it adds an extra layer of security to the account. This guide shows you how to access your account when the 2nd-factor device is lost.

Deploy Ceph in a Raspberry Pi cluster

Ceph is an open source software storage platform that provides object, block, and filesystem storage in a unified storage cluster. I first used Ceph when I integrated it with OpenStack. At first, I was confused about why I should use Ceph since storage devices are widely available. read more

Catch up on these 4 virtual events from 2020

  • Opensource.com (Posted by bob on Jan 9, 2021 6:14 PM EDT)
  • Story Type: News Story
Like nearly everyone, 2020 was a bit rough on me, with many unexpected changes. That meant I missed every single event this year, even though all of them were virtual. As things settled down a bit over the holidays, I started looking around to find out what I missed. In case you're in the same position, I'll walk you through the virtual events that you should have seen in 2020. The good news is, since they were all virtual, you can still watch them. read more

How to use Cloudformation to create an SNS topic on AWS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 9, 2021 4:03 PM EDT)
  • Story Type: Tutorial; Groups: Linux
AWS SNS is a Simple Notification Service. It can be used by Cloudwatch to send alert emails. In this article, we will create an SNS topic using Cloudformation and subscribe to an email endpoint.

Java development on Fedora Linux

This article provides an overview of Java development on Fedora Linux. It includes a demonstration using the game Shattered Pixel Dungeon.

Why I like the FED text editor

When I’m not at work on my Linux desktop, you can usually find me writing code for a legacy 16-bit system. FreeDOS is an open source DOS-compatible operating system that you can use to play classic DOS games, run legacy business software, or develop embedded systems. Any program that works on MS-DOS should also run on FreeDOS.

Monitoring system resources using SAR on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 9, 2021 7:17 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
SAR also know as a "System Activity Report" is a system resource monitoring tool for Linux operating systems. In this tutorial, we will show you how to install and use SAR to monitor system performance.

Red Hat OpenShift supports both Windows and Linux containers

Most container work is done with Linux, but some jobs are also done with Windows-based containers, and now Red Hat makes it possible to manage both with Kubernetes via OpenShift.

Crowdfunded Asahi project aims for 'polished' Linux experience on Apple Silicon

Project wins sponsorship, and Torvalds is interested, but can it succeed without the mothership's cooperation? Japan-based developer Hector Martin has formally kicked off the crowdfunded Asahi project, which aims to get Linux running on Arm-based Apple Silicon Macs.…

150 open-spec, community-backed Linux SBCs under $200

Welcome to our catalog of 150 open-spec, maker-oriented single board computers that run Linux or Android. We have updated prices and descriptions and enhanced our comparison spreadsheet of major features. The following summaries of 150 community-backed and predominantly open-spec Linux/Android hacker boards under $200 are listed in alpha order. We have updated the summaries with […]

MariaDB releases connector for Reactive Java developers

R2DBC uses declarative techniques to create 'more powerful, efficient and scalable JVM solutions'. MariaDB has released a connector for R2DBC in a bid to make its open-source relational database more friendly to the Java developer community.…

How to Install Matomo (Piwik) Web Analytics on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 7, 2021 8:33 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Matomo formerly known as Piwik is an open-source analytics application for the Linux operating system. It is very similar to Google Analytics that helps you to tracks and display the location of user visits.

Carrier board extends Raspberry Pi Compute Module 4 with PCIe, SATA

On Indiegogo: a $134 “Over:Board” Mini-ITX carrier for the Raspberry Pi CM4 with a full-sized PCIe slot, GbE, COM, 2x HDMI, a USB 2.0 hub, USB-based SATA and audio, an RTC, and a 24V ATX input. In October, we covered a Turin Pi 2 Mini-ITX carrier board that can cluster up to four Raspberry Pi […]

« Previous ( 1 ... 190 191 192 193 194 195 196 197 198 199 200 ... 1156 ) Next »