Showing headlines posted by bob

« Previous ( 1 ... 117 118 119 120 121 122 123 124 125 126 127 ... 1176 ) Next »

FileRun on Docker

You may want to set up a file server like FileRun for any number of reasons. The main reason, I would think, would be so you can have your own Google Drive alternative that is under your control instead of Google's. FileRun claims to be "Probably the best File Manager in the world with desktop Sync and File Sharing," but I think you'll have to be the judge of that for yourself.

Firefox 105 is here, and it's faster and more memory-frugal

If you love having thousands of tabs open, this might be one for you The Mozilla Foundation has let Firefox 105 out of the gate, and if you use a Chrome-based browser, it's a good time to take another look.…

6 Python interpreters to try in 2022

Python, one of the most popular programming languages, requires an interpreter to execute the instructions defined by the Python code. In contrast to other languages, which compile directly into machine code, it’s up to the interpreter to read Python code and translate its instructions for the CPU performing the related actions. There are several interpreters out there, and in this article, I’ll take a look at a few of them.

My favorite open source alternatives to Notion

If you have notes to yourself scattered throughout your hard drive, you might need a notes application to collect and organize your personal reminders. A notes system can help you track ideas, important tasks, and works in progress. A popular application that isn't open source is Notion, but here are two options that respect your privacy and data.

PyLint: The good, the bad, and the ugly

"PyLint can save your life" is an exaggeration, but not as much as you might think! PyLint can keep you from really really hard to find and complicated bugs. At worst, it can save you the time of a test run. At best, it can help you avoid complicated production mistakes.

GPS-RTK Raspberry Pi Hat offers high precision positioning in real-time

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Sep 20, 2022 1:59 AM CST)
  • Story Type: News Story; Groups: Raspberry Pi
SB-Components recently launched a Raspberry Pi Hat integrating the ZED-F9P module which is a GNSS receiver that can simultaneously measure signals from constellations such as GLONASS, GPS, Galileo and BeiDou with 0.2 meters accuracy.  The ZED-F9P is a positioning module that combines real time kinematics (RTK) and multi-band GNSS technology for applications that require centimeter-level […]

How to Install vTiger CRM Open Source Edition on Debian 11

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 19, 2022 9:36 PM CST)
  • Story Type: Tutorial; Groups: Debian, Linux
vTiger is an all-in-one CRM (Customer Relationship Management) solution for your business. It is suitable for small and medium businesses. In this tutorial, we will show you how to install vTiger CRM on the Debian 11 server with the LAMP Stack. This guide will be using the open-source version vTiger CRM.

Linus Torvalds: Rust will go into Linux 6.1

At the Kernel Maintainers Summit, the question wasn't, "Would Rust make it into Linux?" Instead, it was, "What to do about its compilers?"

How to Install TIG Stack (Telegraf, InfluxDB, and Grafana) on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 19, 2022 3:02 PM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
The TIG (Telegraf, InfluxDB, and Grafana) Stack is an acronym for a platform of open-source tools to make the collection, storage, graphing, and alerting of system metrics easier. You can monitor and visualize metrics such as memory, disk space, logged-in users, system load, swap usage, uptime, running processes, etc. from one place.

How I switched from Docker Desktop to Colima

DDEV is an open source tool that makes it simple to get local PHP development environments up and running within minutes. It’s powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared...

Fix the apt-key deprecation error in Linux

This morning, after returning home from a mini vacation, I decided to run apt update and apt upgrade from the command line just to see whether there had been any updates while I was offline. After issuing the update command, something didn't seem quite right; I was seeing messages along the lines of...

Industrial IoT gateway based on Raspberry Pi CM4 supports Ignition Edge

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Sep 17, 2022 10:32 PM CST)
  • Story Type: News Story; Groups: Raspberry Pi
OnLogic’s IGN800 is a fanless industrial-grade Edge Gateway powered by the Raspberry Pi CM4 and pre-loaded with Ignition Edge software. The device can be customized with up to 8GB of RAM, 32GB of eMMC storage, 2TB of SATA SSD and dual GbE LAN ports. The IGN800 accommodates the Raspberry Pi CM4 which features the Quad-Core […]

How to Install Graylog Centralized Log Management System on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 17, 2022 3:57 PM CST)
  • Groups: Linux; Story Type: News Story
Graylog is a free and open-source log-management platform for capturing, storing, and enabling real-time analysis of your data and logs. It's written in Java and built on top of other open-source software like MongoDB and Elasticsearch.

Schoko Computer equipped with Lattice FPGA and runs on Linux

  • LinuxGizmos.com (Posted by bob on Sep 17, 2022 1:46 PM CST)
  • Groups: Linux; Story Type: News Story
The Schoko Computer is a general-purpose computer featuring the Lattice ECP5 FPGA which can be configured as a RISC-V SoC capable of running Linux. The device is hand-assembled by the German company Machdyne and they ensured to provide support for firmware, software and other open-source tools. The ECP5 FPGA from Lattice Semiconductors found on the […]

The next deep magic Linux program to change the world? Io_uring

  • The Register; By Steven J. Vaughan-Nichols (Posted by bob on Sep 17, 2022 5:00 AM CST)
  • Story Type: Editorial; Groups: Linux
Even Torvalds pronounces it 'fairly sane'. Column A few years ago developers knew eBPF as a handy way to build firewalls yet now it's used everywhere for everything. Get ready for io_uring to do the same.…

How to Install and Monitor Servers with Checkmk on Ubuntu 22.04

Checkmk is a server and application monitoring software written in Python and C++. It supports the monitoring of servers, applications, networks, containers, and clouds. In this tutorial, you will learn how to install and monitor servers using Checkmk on a Ubuntu 22.04 machine.

Using Python and NetworkManager to control the network

NetworkManager is the default network management service on Fedora and several other Linux distributions. Its main purpose is to take care of things like setting up interfaces, adding addresses and routes to them and configuring other network related aspects of the system, such as DNS. There are other tools that offer similar functionality. However one […]

Linux luminaries discuss efforts to bring Rust to the kernel

After 31 years, a second programming language will be allowed in Open Source Summit Both Linus Torvalds' Open Source Summit keynote and Jonathan Corbet's "Kernel Report" discussed efforts to allow Rust modules in Linux.…

How to Install Neos CMS on Ubuntu 22.04

Neos CMS is a free, open-source, and innovative content management system that helps you to manage websites and blogs without any coding knowledge. In this tutorial, we will show you how to install Neos CMS with Apache and Let's Encrypt SSL on Ubuntu 22.04 server.

How to Install JasperReports with Nginx Proxy on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 16, 2022 1:21 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
JasperReports is a free and open-source java reporting engine and class library that helps developers to add reporting capabilities to their applications. It is a stand-alone and embeddable reporting server that provides reporting and analytics functionality.

« Previous ( 1 ... 117 118 119 120 121 122 123 124 125 126 127 ... 1176 ) Next »