Showing headlines posted by bob

« Previous ( 1 ... 95 96 97 98 99 100 101 102 103 104 105 ... 1159 ) Next »

A longtime NPR education reporter on her favorite corners of the internet

  • The Mozilla Blog; By Kristina Bravo (Posted by bob on Oct 13, 2022 8:50 PM EDT)
  • Story Type: Interview; Groups: Mozilla
Here at Mozilla, we are the first to admit the internet isn’t perfect, but we are also quick to point out that the internet is pretty darn magical. The internet opens up doors and opportunities, allows for people to connect with others, and lets everyone find where they belong — their corners of the internet. […]

What you need to know about compiling code

Source code must be compiled in order to run, and in open source software everyone has access to source code. Whether you've written code yourself and you want to compile and run it, or whether you've downloaded somebody's project to try it out, it's useful to know how to process source code through a compiler, and also what exactly a compiler does with all that code.

Deploy applications using Foreman ACD

This blog post briefly introduces the Foreman ACD plugin and explains how it can help you deploy a Prometheus and Grafana stack.

Tuxedo Computers releases version 1.0 of its Ubuntu remix

We spin up Linux PC vendor's first public version of its in-house OS. Tuxedo OS 1 is Ubuntu 22.04, tweaked for the company's own kit, with KDE instead of GNOME, a natively packaged Firefox, and Flatpak instead of Snap.…

Automatic updates with unattended-upgrades on Debian and Ubuntu

This tutorial shows how to configure unattended updates on Debian and Ubuntu. It covers all recent Debian and Ubuntu versions incl. Ubuntu 22.04 and Debian 11.

Protect your privacy and your phone number with Firefox Relay

When you share your personal phone number with anyone outside your circle of family and friends, it essentially gives them permission to call you anytime of the day. This can mean robocallers at lunch and dinner, not to mention spam text messages throughout the day.  Think about it: How many times have you shared your […]

Groovy vs Java: Connecting a PostgreSQL database with JDBC

Lately, I've been looking at how Groovy streamlines the slight clunkiness of Java. This article examines some differences between connecting to a PostgreSQL database using JDBC in Java versus Groovy.

Kata Containers 3s marriage of virtual machines and containers continues

  • ZDNET | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Oct 11, 2022 7:25 PM EDT)
  • Story Type: News Story; Groups: Virtualization
Suppose, just suppose, you could combine the speed and flexibility of containers with the security of virtual machines (VM). That's exactly what Kata Containers does.

Happy Ada Lovelace Day! Here are our favorite tech books for kids

Tech is everywhere! And it's important to remember, everyone is a beginner once. The industry is continually growing, looking for new folks to add valuable perspectives. How do we inspire our next batch of tech contributors? In honor of Ada Lovelace Day, we asked our community of writers if they had any resources or books they recommend for young programmers or enthusiasts. Here's what they had to share.

How to Install SysPass Password Manager on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 11, 2022 8:20 AM EDT)
  • Story Type: Tutorial; Groups: Apache, Linux, PHP
SysPass is an open-source password manager written in PHP with AES-256 CTR encryption. It's designed for centralized and collaborative password management. In this tutorial, you will install SysPass Password Manager with Apache2, MariaDB, and PHP on the Rocky Linux server.

How to Install and Configure Graphite Monitoring System on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 11, 2022 3:57 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Graphite is an open-source tool used to track and graph the performance of computer systems. You can use it to track the performance of websites, applications, business services, and networked servers.

Welcome to our new Fedora Community Action and Impact Coordinator

Great news, Fedora Friends! I am excited to announce that we have completed our search for a new Fedora Community Action and Impact Coordinator (FCAIC). He joins the Open Source Program Office (OSPO) team at Red Hat to work with the Fedora Community today. Please give a warm welcome to Justin W. Flory (he/him). If […]

Curiosity Board features Microchip's SAM9X60D1G SiP

  • LinuxGizmos.com (Posted by bob on Oct 9, 2022 12:22 PM EDT)
  • Story Type: News Story; Groups: ARM
The EV40E67A Curiosity Board is a compact product built around the SAM9X60D1G SiP from Microchip Technology. The board features 1Gb of DDR2 memory, SD card readers, two CAN interfaces, a 24-bit LCD controller, one Fast ethernet port, etc.  The EV40E67A board is based on the low-power ARM926EJ-S CPU (up to 600MHz) which belongs to the […]

New GigE cameras unveiled at Vision 2022

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Oct 8, 2022 11:42 PM EDT)
  • Story Type: News Story; Groups: Community
Earlier this week, Lucid Vision Labs showcased diverse high speed cameras at Vision 2022. These Gigabit cameras offer bandwidth ranging from 2.5 to 25Gbps and some of them include Power-over-Ethernet support.  The Triton 2 is a GigE camera integrating Sony Pregius S 4th Gen sensors. As seen below, the CMOS sensors range from 5.0 to […]

Canonical makes Ubuntu Pro free for up to five machines

Kernel live-patching and a full decade of software updates. Canonical has opened up its previously paid-for Ubuntu Pro update service. Now it's free of charge for up to five physical boxes.…

Learn programming at Open Jam 2022

Open Jam is a "game jam," which is a casual way to inspire programmers of all skill levels to focus on a just-for-fun project for a concentrated period of time. It promotes open source games as well as open source game creation tools.

How to Install and Configure Squid Proxy Server on Rocky Linux/Alma Linux 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 8, 2022 6:43 AM EDT)
  • Groups: Linux; Story Type: News Story
In this tutorial, you will learn how to install and configure Squid Proxy on a Rocky / Alma Linux 9 server. Squid is used as a distributed caching mechanism, by saving data obtained from different requests, increasing the traffic speed when similar requests are done.

How to Install Wine on Debian 11

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 8, 2022 12:08 AM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
Have you ever wanted to run Windows programs on your Linux system, without having to dual boot? If so, then you'll be happy to know that it's possible, thanks to Wine. In this tutorial, we'll show you how to install and use Wine on Debian 11.

Ubuntu Linux tries for the office desktop

  • ZDNET | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Oct 7, 2022 7:45 PM EDT)
  • Story Type: News Story; Groups: Linux, Ubuntu
There may never be a "Year of the Linux desktop," but Canonical thinks there's room for a Ubuntu Linux business desktop.

Dynamically update TLS certificates in a Golang server without downtime

  • Opensource.com; By Savita Ashture (Posted by bob on Oct 7, 2022 10:59 AM EDT)
  • Story Type: Tutorial; Groups: Community
In production environments, all servers run securely, but server certificates may expire after some period. It is then the server's responsibility to validate, regenerate, and reuse newly generated certificates without any downtime. In this article, I demonstrate how TLS certificates are updated dynamically using an HTTPS server in Go.

« Previous ( 1 ... 95 96 97 98 99 100 101 102 103 104 105 ... 1159 ) Next »