Showing headlines posted by bob

« Previous ( 1 ... 106 107 108 109 110 111 112 113 114 115 116 ... 1175 ) Next »

Why sysadmins should choose Awesome window manager on Linux

  • Opensource.com; By Seth Kenlon (Posted by bob on Nov 9, 2022 12:16 PM CST)
  • Story Type: News Story; Groups: KDE, Linux, Xfce
When you're a systems administrator, you tend to spend a lot of time in a terminal window. It's a direct and efficient interface to your local machine, to remote machines, the network, the Internet, and everything else, so it's usually the easiest and most sensible way to do a lot of things to a lot of computers at once. And when you spend all day in a terminal, you understandably start to question whether you actually need a desktop at all.

How to Install Odoo ERP Software (formerly OpenERP) on Debian 11

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 9, 2022 11:02 AM CST)
  • Groups: Debian, Linux; Story Type: News Story
Odoo (formerly OpenERP) is an open-source and powerful business management software. Odoo works as a central application that allows you to manage business-related tasks from one single web application dashboard. In this tutorial, you will learn how to install Odoo 14 on the Debian 11 Bullseye.

What stickers are on your laptop?

Having just switched work laptops last December, I realized how much I love applying stickers to my work machines. Sometimes the stickers are souvenirs from past events, others are from projects that I am passionate about, and some are just for fun! Curious to know what others had on their laptops, I asked!

How to analyze time-series data with Python and InfluxDB

  • RedHat; By Jose Vicente Nunez (Posted by bob on Nov 9, 2022 4:38 AM CST)
  • Story Type: News Story; Groups: Linux, Python
Relational databases don't work well with time-series data. This tutorial shows you how to use InfluxDB to analyze data that is gathered over time.

Build your own SaaS on Linux with Vely

  • Opensource.com; By Sergio Mijatovic (Posted by bob on Nov 8, 2022 3:58 AM CST)
  • Story Type: Tutorial; Groups: Developer, Linux
Build your own SaaS on Linux with Vely. Vely combines high performance and the low footprint of C with the ease of use and improved safety of languages like PHP. It's free and open source software, licensed under GPLv3 and LGPL 3 for libraries, so you can even build commercial software with it.

What you actually need to know about open source to get started

So you want (or need) to figure out what "open source" really means. I'll cover the basics of open source, whether you're interested in contributing to a project or want to be in the loop at a new job where the term keeps getting thrown around.

RISC-V news from T-Head Semiconductor and SiFive

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Nov 7, 2022 8:49 PM CST)
  • Story Type: News Story; Groups: Linspire
Last week T-Head semiconductors announced their XuanTie C908 which implements a 9-stage pipeline along with an AI acceleration engine for AR/VR apps. Similarly, SiFive also shared details about their new P670/P470 RISC-V processors for wearables and smart consumer devices. T-Head Semiconductor mentioned that the XuanTie C908 is offered in two architectures: RV32GCB[V] (32-bit) and RV64GCB[V] […]

How to Install GlassFish Java Application Server on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 7, 2022 11:17 AM CST)
  • Groups: Eclipse, Linux; Story Type: News Story
GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse. In this tutorial, we will install the GlassFish Java Application Server with Nginx reverse proxy on Rocky Linux.

Intel AEX Notify Support Prepped For Linux To Help Enhance SGX Enclave Security

Future Intel CPUs and some existing processors via a microcode update will support a new feature called the Asynchronous EXit (AEX) notification mechanism to help with Software Guard Extensions (SGX) enclave security. Patches for the Linux kernel are pending for implementing this Intel AEX Notify support with capable processors.

Wi-Fi 6 mesh router supports up to 150 devices

  • LinuxGizmos.com (Posted by bob on Nov 6, 2022 4:17 PM CST)
  • Story Type: News Story
Synology launched this week a Wi-Fi 6 router with transmission rates up to 600Mbps (2.4 GHz) and up to 2400Mbps (5 GHz). The WRX560 router features one 2.5GbE WAN/LAN port, one Gigabit WAN and up to three Gigabit LAN ports. The WRX560’s datasheet mentions that this product features a Quad-core processor (Up to 1.4GHz) along […]

Fix scanned images with ImageMagick

ImageMagick is a non-interactive terminal-based graphics editor. It might seem counterintuitive to try to edit a graphic in a graphic-less environment like a text-only terminal, but it's actually very common...

Pocket Operator add-on board launched for $99

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Nov 5, 2022 5:19 PM CST)
  • Story Type: News Story; Groups: Community
CrowdSupply recently launched the Pocket Integrator, which is an add-on board for the compact programmable synthesizer/sequencer Pocket Operator released some years ago. This add-on board allows the user to control the time, tempo and also send MIDI & sync to the PO in real time. According to the product page, the microcontroller found on the […]

How to iterate over tables in Lua

In the Lua programming language, an array is called a table. A table is used in Lua to store data. If you're storing a lot of data in a structured way, it's useful to know your options for retrieving that data when you need it.

How to Install MinIO Storage on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 4, 2022 5:29 PM CST)
  • Story Type: Tutorial; Groups: Linux
MinIO is a free and open-source object storage server written in Go. It's compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage. In this tutorial, we'll walk you through the process of installing MinIO Object Storage on a Rocky Linux server.

Mozilla Foundation launches ethical venture capital fund

  • The Register; By Liam Proven (Posted by bob on Nov 4, 2022 3:06 PM CST)
  • Story Type: News Story; Groups: Mozilla
An unexpected move, but we suspect that Carl Sagan might have approved. Mozilla has announced the successor to the Mozilla Builders incubator: Mozilla Ventures.…

Version 252 of systemd, as expected, locks down the Linux boot process

The init system that everybody loves to hate. The fall version of systemd is here, with support for increased boot security including tightened full-disk encryption.…

How open source weaves connections between countries

Long ago, when I was a tech administrator for Arlington Public Schools, I received an unexpected email saying, "Our school in India loves your children's stories, so we've printed them all out in braille." Apparently, the school had found my collection of children's stories on the web. I spent a moment visualizing those students so far away, enjoying my stories on those printed pages of braille. The email's sender might not have realized how meaningful their email was to me, but it's stayed with me for two decades.

Is Lua worth learning?

Lua is a scripting language used for procedural programming, functional programming, and even object-oriented programming. It uses a C-like syntax, but is dynamically typed, features automatic memory management and garbage collection, and runs by interpreting bytecode with a register-based virtual machine. This makes it a great language for beginners, but also a powerful tool for experienced programmers.

Nitrux 2.5: The latest update to a radical Linux

Also one of the first distros we've seen with Kernel 6.0. Nitrux OS is one of the most stylish and innovative distros we've seen so far: systemd-free, based on AppImages, and with a very unusual desktop.…

Linux world gains ability to repair exFAT drives

  • The Register (Posted by bob on Nov 3, 2022 12:32 AM CST)
  • Groups: Linux; Story Type: News Story
FAT ain't dead, and the modern version can get big. Really big In case you thought the FAT filesystem died out with Windows ME – and good riddance – we have bad news for you. Several versions of it are alive, well, and essential to modern PCs, cameras, phones, fondleslabs, and more. The good news is, you'll soon be able to fix the FS with Linux.…

« Previous ( 1 ... 106 107 108 109 110 111 112 113 114 115 116 ... 1175 ) Next »