Showing headlines posted by bob

« Previous ( 1 ... 121 122 123 124 125 126 127 128 129 130 131 ... 1191 ) Next »

Learn Python: 7 of my favorite resources

I found Codium, a community project built around VS Code. Now I want to share the VS Codium experience with my students and open their understanding of Python beyond the Turtle module. This zest for learning has me looking for training resources that are open source and freely available on the internet.

How to get started programming in Go

  • RedHat; By Ricardo Gerardi (Posted by bob on Nov 12, 2022 2:51 AM CST)
  • Story Type: News Story; Groups: Linux
A few years ago, I was working on a project, and I couldn't use Perl due to these limitations. I needed a new language. That's when I found Go.

$60.00 Orange Pi 5 SBC available for pre-order

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Nov 11, 2022 10:05 PM CST)
  • Story Type: News Story; Groups: Linux
A few days ago, Orange Pi announced their new Single Board Computer based on the Octa-core Rockchip RK3588S SoC. Starting at $60, the new Orange Pi 5 includes up to 32GB RAM, 8K@ 60fps display support, one M.2 module for NVMe SSD. The new Orange Pi 5 implements the 8nm Rockchip RK3588S seen in other […]

How to switch from Twitter to Mastodon

Like many people, I find social media somewhat exciting and also...a bit much. Sometimes you get deep-fried in algorithms, tracking data, and ads catered especially for you. You lack administrative control over what you want to see, especially on the old platforms many of us are used to. As usual, you must look to open source to fix the problem. And that's exactly what Mastodon, an open source microblogging community, does.

How to Install Nessus Security Scanner on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 11, 2022 5:19 PM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
Nessus is an open-source network vulnerability scanner for vulnerability assessments and penetration testing. In this guide, you will install Nessus on an Ubuntu 22.04 server. You will also learn how to set up the Nessus command line 'nessuscli' which allows you to manage Nessus from the command-line terminal.

Red Hat Enterprise Linux 8.7 arrives

If RHEL is at the heart of your business, then this latest upgrade might be just what you need.

Drop swap for zram on Linux

Zram was originally called "compcache," which stands for "compressed cache." It turns out that zram is a tool for creating an in-RAM compressed cache, specifically for use as swap space. But Why?

With Linode, Akamai expands into edge cloud computing development

  • ZDNET | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Nov 11, 2022 3:59 AM CST)
  • Story Type: News Story; Groups: Cloud
The market-leading content delivery network has big plans for Linode's infrastructure-as-a-service cloud.

No formal certifications? CUE the Ubuntu skills testing scheme

  • The Register; By Liam Proven (Posted by bob on Nov 11, 2022 1:08 AM CST)
  • Story Type: News Story; Groups: Ubuntu
Canonical is working on a new way to prove to employers you know your stuff. Ubuntu Summit Canonical is working on a new training and skills-testing scheme, currently codenamed CUE, to help people without formal certifications to show that they've got what it takes.…

Arduino partners with Finder to deliver microPLC platform

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Nov 10, 2022 4:33 PM CST)
  • Story Type: News Story; Groups: Embedded
The Arduino Opta is an embedded platform featuring STM32 STM32H747XI dual-core Cortex M7+M4 MCU for real time industrial applications. The device is offered in three variants which combine ethernet, RS485 support and wireless connectivity in addition to relays and 12-24V DC inputs. There are three Arduino Opta variants available, the Opta Wi-Fi, the Opta RS485 […]

How to Install LOMP Stack (OpenLiteSpeed, MariaDB, and PHP) on Debian 11

The LOMP Stack is a popular software suite to deliver web applications. LOMP stands for Linux as the operating system, OpenLiteSpeed as the web server, MySQL/MariaDB as the database server, and PHP for the backend of applications.

Using Python in VS Code and Codium

If you're looking for a good, general-purpose, open source code editor with Python integration, then you might give Codium a try. Here's how I got Codium set up for Python on my Linux system.

How to talk to kids about social media

Joy Cho is the founder and creative director of the lifestyle brand and design company Oh Joy! For two years in a row, she was named one of Time’s 30 Most Influential People on the Internet and has the most followed account on Pinterest with over 15 million followers. You can also follow her on […]

Hardkernel debuts new Odroid board for $69.00

  • LinuxGizmos.com (Posted by bob on Nov 9, 2022 6:28 PM CST)
  • Story Type: News Story
Hardkernel just launched a new Odroid board based on the S922X hexa-core SoC. The Odroid-N2L doesn’t include ethernet support, but it comes with up to 4GB of LPDDR4, one 4K@60Hz HDMI, 40 I/O pins via expansion header and an eMMC connector. Unlike the RK3568B2 based ODROID-M1 also released this year, the N2L features the 12nm […]

How to Install LibreNMS Monitoring Solution on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 9, 2022 3:59 PM CST)
  • Groups: PHP, Linux; Story Type: News Story
LibreNMS is a monitoring tool that supports auto-discovery with multiple protocols, including SNMP, ARP, OSPF, and BGP. In this guide, you will learn how to install the LibreNMS monitoring tool on the Rocky Linux server. This guide includes the installation of the LEMP Stack (Nginx, MariaDB, and PHP-FPM) and the basic configuration of the SNMP service.

Strong support for Snap and Ubuntu Core as Canonical meet IRL

  • The Register (Posted by bob on Nov 9, 2022 2:45 PM CST)
  • Groups: Ubuntu; Story Type: News Story
Reg FOSS desk chats with one of the core architects Ubuntu Summit Canonical remains committed to its Snap format as the coverage at its first public gathering in a few years shows.…

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.

« Previous ( 1 ... 121 122 123 124 125 126 127 128 129 130 131 ... 1191 ) Next »