Showing headlines posted by bob

« Previous ( 1 ... 168 169 170 171 172 173 174 175 176 177 178 ... 1156 ) Next »

Director, deputy director, CTO of Free Software Foundation all resign over Stallman installation impasse

  • The Register; By Kieren McCarthy (Posted by bob on Mar 31, 2021 12:06 AM EDT)
  • Story Type: News Story; Groups: Community
Staff quit as board refuses to budge on controversial decision. Three key staff members of the Free Software Foundation (FSF) have resigned in protest at the organization’s decision to reinstall Richard Stallman as a board member.…

CloudLinux Launches AlmaLinux, CentOS Linux clone

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Mar 30, 2021 10:03 PM EDT)
  • Story Type: News Story; Groups: Linux, Red Hat
The first of the next generation of the Red Hat CentOS Linux clones, CloudLinux's AlmaLinux, is here.

Access Python package index JSON APIs with requests

  • Opensource.com (Posted by bob on Mar 30, 2021 5:57 PM EDT)
  • Groups: Python; Story Type: News Story
PyPI, the Python package index, provides a JSON API for information about its packages. This is essentially a machine-readable source of the same kind of data you can access while browsing the website. For example, as a human, I can head to the NumPy project page in my browser, click around, and see which versions there are, what files are available, and things like release dates and which Python versions are supported: read more

Free Software Foundation leaders and supporters desert sinking ship

  • ZDNet (Posted by bob on Mar 30, 2021 11:58 AM EDT)
  • Story Type: News Story
Major corporate supporters abandon the FSF, while board members and leaders resign from the organization, as the outrage over Richard M. Stallman being allowed back on the board continues to grow.

Why I love using the IPython shell and Jupyter notebooks

The Jupyter project started out as IPython and the IPython Notebook. It was originally a Python-specific interactive shell and notebook environment, which later branched out to become language-agnostic, supporting Julia, Python, and R—and potentially anything else.

ISPConfig Perfect Multiserver setup on Ubuntu 20.04 and Debian 10

This tutorial will take you through installing your own ISPConfig 3 multiserver setup with dedicated servers for the panel, web, DNS, mail, and webmail using the new ISPConfig auto-installer. This tutorial is compatible with Debian 10 and Ubuntu 20.04.

Manipulate data in files with Lua

  • Opensource.com (Posted by bob on Mar 30, 2021 4:22 AM EDT)
  • Story Type: News Story
Some data is ephemeral, stored in RAM, and only significant while an application is running. But some data is meant to be persistent, stored on a hard drive for later use. When you program, whether you're working on a simple script or a complex suite of tools, it's common to need to read and write files. Sometimes a file may contain configuration options, and other times the file is the data that your user is creating with your application. Every language handles this task a little differently, and this article demonstrates how to handle data files with Lua. read more

Rapidly configure SD cards for your Raspberry Pi cluster

There are many reasons people want to create computer clusters using the Raspberry Pi, including that they have full control over their platform, they're able to use an inexpensive, highly usable platform, and get the opportunity to learn about cluster computing in general. read more

Setting up a VM on Fedora Server using Cloud Images and virt-install version 3

Many servers use one or more virtual machines (VMs), e.g. to isolate a public service in the best possible way and to protect the host server from compromise. This article explores the possibilities of deploying Fedora Cloud Base images as a VM in an autonomous Fedora 33 Server Edition using version 3 of virt-install. This […]

How to Install Ansible AWX on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 29, 2021 8:10 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
Ansible is an open-source automation tool used for software provisioning, configuration management, and application deployment. It allows you to install, configure and deploy applications across multiple systems automatically.

Rails waves goodbye to mimemagic, welcomes Marcel to fix GPL MIME drama

  • The Register (Posted by bob on Mar 29, 2021 7:08 PM EDT)
  • Groups: Ruby; Story Type: News Story
If the license doesn't fit, you must commit The maintainers of Rails, a Ruby-based framework for making web apps, have released three new versions to resolve a software licensing conflict that surfaced last week.…

Overview of Embedded Linux Development Training

Instructor-led course now includes hands-on labs with a RISC-V based emulated development target By Behan Webster We are surrounded by electronic devices that make the modern world work. Almost all of these devices and the systems they run are “Embedded Systems”, which are small purpose-built computers designed to solve specific problems. These computers don’t look […]

Shedding the 'bleeding edge' label: If Fedora is only going to be for personal use, that doesn't work for Red Hat

Ahead of Fedora 34 release, we talk to project leader Matthew Miller Interview Fedora, the community Linux distro used by Red Hat for early implementation of new technology, is not just for experimentation, project leader Matthew Miller tells us.…

Compact Whiskey Lake system doubles up on GbE and USB 3.1 Gen2

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 28, 2021 4:20 PM EDT)
  • Story Type: News Story; Groups: Intel, Linux
Axiomtek’s rugged “eBOX560-52R-FL” runs Linux or Win 10 on Intel’s 8th Gen UE-series with up to 32GB DDR4, 2x GbE, 2x USB 3.1 Gen2, HDMI, DP++, SATA, and M.2. The eBOX560-52R-FL is a more compact, scaled-down alternative to Axiomtek’s similarly fanless, rugged, and Whiskey Lake based eBOX630-528-FL. The system measures only 141.6 x 106 x […]

How to read and write files in C++

  • Opensource.com (Posted by bob on Mar 28, 2021 7:34 AM EDT)
  • Story Type: News Story
In C++, reading and writing to files can be done by using I/O streams in conjunction with the stream operators >> and <<. When reading or writing to files, those operators are applied to an instance of a class representing a file on the hard drive. This stream-based approach has a huge advantage: From a C ++ perspective, it doesn't matter what you are reading or writing to, whether it's a file, a database, the console, or another PC you are connected to over the network. read more

My favorite open source tools to meet new friends

  • Opensource.com (Posted by bob on Mar 28, 2021 5:23 AM EDT)
  • Story Type: News Story
In March 2020, I joined the rest of the world in quarantine at home for two weeks. Then, two weeks turned into more. And more. It wasn't too hard on me at first. I had been working a remote job for a year already, and I'm sort of an introvert in some ways. Being at home was sort of "business as usual" for me, but I watched as it took its toll on others, including my wife. read more

10 open source tools for content creators

  • Opensource.com; By Kristina Tuvikene (Posted by bob on Mar 27, 2021 8:37 PM EDT)
  • Story Type: Roundups; Groups: Community, Linux
There are a lot of well-known open source applications used in web design, but there are also many great tools that are not as popular. I thought I'd challenge myself to find some obscure options on the chance I might find something useful. Open source offers a wealth of options, so it's no surprise that I found 10 new applications that I now consider indispensable to my work.

Network address translation part 3 -- the conntrack event framework

  • Fedora Magazine; By Florian Westphal (Posted by bob on Mar 27, 2021 1:50 PM EDT)
  • Story Type: News Story; Groups: Fedora
In part 3 of the series about network address translation (NAT), learn how to perform real-time monitoring of incoming and outgoing flows.

How to install ReactJS with Nginx proxy on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 27, 2021 1:08 AM EDT)
  • Story Type: Tutorial; Groups: Linux
React is a free and open-source JavaScript library developed by Facebook. It is used for creating web frontend and UI components. In this post, we will show you how to install React JS on CentOS 8

Red Hat pulls Free Software Foundation funding over Richard Stallman's return

'Many contributors have told us they no longer plan to participate in FSF events, and we stand behind them'. The chorus of disapproval over Richard M Stallman, founder and former president of the Free Software Foundation (FSF), rejoining the organisation has intensified as Linux giant Red Hat confirmed it was pulling funding.…

« Previous ( 1 ... 168 169 170 171 172 173 174 175 176 177 178 ... 1156 ) Next »