Showing headlines posted by bob

« Previous ( 1 ... 93 94 95 96 97 98 99 100 101 102 103 ... 1175 ) Next »

Contribute at the Fedora Linux Test Week for Kernel 6.1

The kernel team is working on final integration for Linux kernel 6.1. This version was just recently released, and will arrive soon in Fedora Linux. As a result, the Fedora Linux kernel and QA teams have organized a test week from Tuesday, Jan 03, 2023 to Sunday, Jan 07, 2023. Refer to the wiki page […]

How to Install Matomo Web Analytics on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 5, 2023 1:42 PM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. In this tutorial, you will set up and secure your web analytics with Matomo on a Ubuntu 22.04 server.

ASRock debuts NUC Box Series with 13th Gen Intel Core processors

  • LinuxGizmos.com (Posted by bob on Jan 5, 2023 11:44 AM CST)
  • Groups: Intel; Story Type: News Story
ASRock Industrial released today various fanned Mini PCs powered by Raptor Lake-P Intel processors. Some of these Mini-PCs offer support for DDR5-4800MHz, dual 2.5GbE LAN, Wi-Fi6E and 4K@60Hz quad-displays. The NUCS 1300 BOX Series (Slim form-factor) and the NUC 1300 BOX Series are offered with the following 13th Gen Intel Core processors: i5-1340P — 12C/16T […]

How to Install Helpy Customer Helpdesk on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 5, 2023 7:25 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ruby, Ubuntu
Helpy is a free and open-source customer support platform written in the Ruby on Rails language. This post will show you how to install the Helpy Helpdesk Customer Support System on Ubuntu 22.04.

Learn to code with my retro computer program

I teach university courses part-time, including a class about general computing topics, open to all majors. This is an introductory course that teaches students about how technology works, to remove the mystery around computing.

How to install PHP 5.6 and 7.0 - 8.2 with PHP-FPM and FastCGI mode for ISPConfig 3.2

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 5, 2023 2:39 AM CST)
  • Story Type: Tutorial; Groups: Linux, PHP, Ubuntu
When using ISPConfig, by default, you only have the main PHP version for your distribution. This guide will take you through installing additional PHP versions (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.1, and 8.2) on a Ubuntu server with ISPConfig.

Customize Apache ShardingSphere high availability with MySQL

Users have many options to customize and extend ShardingSphere's high availability (HA) solutions. Our team has completed two HA plans: A MySQL high availability solution based on MGR and an openGauss database high availability solution contributed by some community committers. The principles of the two solutions are the same. Below is how and why ShardingSphere can achieve database high availability using MySQL as an example.

How to Install ERPNext on Rocky Linux 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 4, 2023 7:31 PM CST)
  • Story Type: Tutorial; Groups: Linux
ERPNext is an open-source Enterprise ERP (Enterprise Resource Planning) system. In this tutorial, you will install the ERPNext on a Rocky Linux 9 server and then secure your installation with SSL/TLS certificates via Certbot and Letsencrypt.

Update the ISPConfig Perfect Server from Ubuntu 20.04 to Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 4, 2023 9:59 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
This tutorial will take you through updating a server managed by ISPConfig from Ubuntu 20.04 (Focal Fossa) to Ubuntu 22.04 (Jammy Jellyfish). This guide works for both single- and multiserver setups.

How to install PHP 5.6 and 7.0 - 8.2 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Debian 9 to 11

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 4, 2023 5:13 AM CST)
  • Story Type: Tutorial; Groups: Debian, Linux, PHP
In this guide we will take you through installing additional PHP versions (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.1, and 8.2) on a Debian server with ISPConfig.

Document with BookStack, an open source Confluence alternative

BookStack is an open source, web-based documentation system, that allows you to create a structured knowledge store for personal, team, or company use. BookStack focuses on ease-of-use and design to provide an experience suitable for an audience with, potentially, mixed skills in technology. It's built upon the PHP framework Laravel, with MySQL or MariaDB used as a datastore.

Create a highly available distributed database with Apache ShardingSphere

Modern business systems must be highly available, reliable, and stable in the digital age. As the cornerstone of the current business system, databases are supposed to embrace high availability.

Vanilla OS 22.10: An Arch and Fedora-compatible Ubuntu

Despite its name and looks, this is quite the radical departure for a Linux distro. The first release of Vanilla OS is based on Ubuntu 22.10, but a slightly different desktop conceals much more dramatic changes under the hood.…

Docker and Fedora 37: Migrating to Podman

In previous installments (Fedora 32, Fedora 35), there was a strong focus on making things work with Docker on Fedora Linux. This article will focus on the final stage of this long journey. It will focus on migrating a cross-platform production set-up from Docker to Podman. Background Docker and Podman use the same open standard […]

Open source ESP32 module supports 5G and GPS connectivity

The Walter is an upcoming embedded device equipped with the ESP32-S3 microcontroller along with a GM02SP module for NB-IoT, LTE-M and GPS protocols. The board will also be CE and FCC certified to accelerate customers’ product development. The ESP32-S3 has been seen in various different products last year, for example, the Bee Motion S3, the […]

7 Git articles every open source practitioner should read

  • Opensource.com; By Amy June Hineline (Posted by bob on Jan 2, 2023 6:32 PM CST)
  • Story Type: Editorial, Roundups; Groups: Linux
Understanding the Git version control system is foundational for many open source practitioners. Whether you are an advanced user or you want 2023 be the year to get started, Opensource.com has plenty of resources for you. Here are a few recent Git articles that I recommend.

How to read and write files in Rust

Knowing how to read and write files can be useful for various purposes. In Rust, this task is done using the file system module (std::fs) in the standard library. In this article, I'll give you an overview on how to use this module.

What to write about on Opensource.com in 2023

As we start 2023, it’s the perfect time to reflect on what the last few years have brought to us. The pandemic has brought us closer together globally. Conferences and meetings moved to virtual platforms lowering the geographic barrier to participating and collaborating. Many of us moved to remote work and embraced asynchronous communication with our teams. We have met people across the globe whom we would have never had the privilege to meet.

6 articles to get you excited about programming

Programming is at the heart of open source software. Here are six articles to get you excited about programming:

What Is the CVE-2021-4034 Polkit Privilege Escalation Vulnerability?

Here's everything you need to know about the CVE-2021-4034 Polkit privilege escalation vulnerability in the Linux kernel.

« Previous ( 1 ... 93 94 95 96 97 98 99 100 101 102 103 ... 1175 ) Next »