Showing headlines posted by bob

« Previous ( 1 ... 203 204 205 206 207 208 209 210 211 212 213 ... 1239 ) Next »

Best Linux desktops for beginners 2021

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Nov 18, 2021 8:00 AM EDT)
  • Story Type: Editorial; Groups: Linux
Some people still insist that using Linux is hard. Sure, it was difficult -- when I started with the Linux desktop back in the 1990s. But that was a long time ago. Today, the easiest desktop of all, Chrome OS, is simply Linux with the Chrome web browser on top of it. The more full-featured Linux desktop distributions are as easy to use in 2021 as Windows or macOS.

From Godot to RPM

Godot is a well known open source game engine. Both open source and closed source games use the system. The Godot packages for Fedora run these games but no RPM package examples exist. Learn how to package Godot games for Fedora Linux.

Linux tips for using cron to schedule tasks

  • Opensource.com; By Seth Kenlon (Posted by bob on Nov 15, 2021 4:53 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Making things happen on a regular and predictable schedule is important on computers. It's important because, as humans, we can sometimes be bad at remembering to do things reliably because we get distracted, have too much on our minds, or we're on holiday. Computers are really good at doing things on a schedule, but a human has to program the computer before the computer takes action.

Install TaskBoard with Apache and let's Encrypt SSL on Debian 11

TaskBoard is a free and open-source Kanban application used to keep track of things that need to get done. In this tutorial, I will show you how to install Taskboard on Debian 11.

'Automate or die!' Gartner reckons most biz apps will be developed via low-code by the people who use them

  • The Register; By Tim Anderson (Posted by bob on Nov 11, 2021 9:09 AM EDT)
  • Story Type: Editorial; Groups: Community
Also: AI is near the 'trough of disillusionment'. Gartner analyst Milind Govekar believes that application development is moving to "low code or no code," and software development shifting to "assembly and integration."…

In Case You Missed It: State of the Open Mainframe 2021

  • Linux.com; By John Mertic, Maemalynn Meanor, Jason Perlow (Posted by bob on Nov 10, 2021 2:21 PM EDT)
  • Story Type: Editorial; Groups: Linux
The mainframe is a foundational technology that has powered industries for decades, including government, financial, healthcare, and transportation. With the help of surrounding communities, the technologies built around this platform have paved the way for the emergence of a new set of technologies we see deployed today. Notably, […]

Felt Qt (might delete later)*: Two non-Gtk Linux desktops have put out new versions

  • The Register; By Liam Proven (Posted by bob on Nov 10, 2021 7:08 AM EDT)
  • Story Type: News Story; Groups: GNOME, Linux
TDE releases 14.0.11 and LXQt hits 1.0. There are loads of Linux desktops to choose from, but the majority use some version of GNOME's Gtk. Only a handful favour the Qt toolkit, and two of them just released new versions.…

.NET 6 LTS and VS 2022: Major releases spoilt by continuing concern about Microsoft's commitment to open source

Both released with new features and better performance. Microsoft has released .NET 6.0 with long-term support, and Visual Studio 2022, its all-purpose Windows IDE.…

Welcome Eric Muhlheim, our incoming Chief Financial Officer

  • The Mozilla Blog; By Mitchell Baker (Posted by bob on Nov 9, 2021 12:27 AM EDT)
  • Story Type: News Story; Groups: Mozilla
I am excited to announce that Eric Muhlheim has joined Mozilla Corporation as our Chief Financial Officer (CFO). As our CFO Eric will be a key member of our steering committee reporting to me. He will lead our continued strategy to scale our mission impact by growing and diversifying our revenue through new investments, product […]

Bullseye! Debian-based Raspberry Pi OS scores an update with 'less closed-source proprietary code'

Finding the hardware hard to come by? The software is just a download away. It's been a while, but the Raspberry Pi OS has had a major version bump, taking this flavour of Linux for the diminutive computer to Debian Bullseye.…

Write your first CI/CD pipeline in Kubernetes with Tekton

Tekton is a Kubernetes-native open source framework for creating continuous integration and continuous delivery (CI/CD) systems. It also helps to do end-to-end (build, test, deploy) application development across multiple cloud providers or on-premises systems by abstracting away the underlying implementation details.

How I build command-line apps in JavaScript

  • Opensource.com; By Seth Kenlon (Posted by bob on Nov 8, 2021 6:47 AM EDT)
  • Story Type: Tutorial; Groups: Developer
JavaScript is a language developed for the web, but its usefulness has gone far beyond just the Internet. Thanks to projects like Node.js and Electron, JavaScript is as much a general-purpose scripting language as a browser component. There are JavaScript libraries specially designed to build command-line interfaces. Yes, you can run JavaScript in your terminal.

Open source solar power for anyone

Solar photovoltaic technology, which converts sunlight directly into electricity, has fallen in cost so far that it is now the most inexpensive method of getting electricity, period. If you have any money in the bank and own your home or business, consider investing in solar power for yourself now, as you can do some good for the planet and your wallet simultaneously.

How to Install and Configure Memcached on Debian 11

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 5, 2021 8:40 AM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
Memcached is an open-source and distributed memory object caching system that holds the most frequently queried data in memory. In this tutorial, I will show you how to install Memcached on Debian 11.

Setup simple CI/CD pipeline using Github and Jenkins on an AWS EC2 Linux instance

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 5, 2021 6:11 AM EDT)
  • Story Type: Tutorial; Groups: Apache, Linux
In this article we will see the steps to implement a simple CI/CD  pipeline using  Jenkins. We will be using a sample Java Code and we will be deploying that code onto Apache Tomcat Web-Server as a .war file.

Angular 13 arrives: Ivy everywhere, View Engine and IE11 support cut

  • The Register; By Tim Anderson (Posted by bob on Nov 5, 2021 4:57 AM EDT)
  • Story Type: News Story; Groups: Developer
Cruft removed to improve performance. Version 13 of the Google-sponsored Angular JavaScript framework is here and the old View Engine renderer is gone, as is IE11 support, making Angular faster and smaller.…

How to Install MariaDB on Debian 11

MariaDB is a robust, scalable, and reliable SQL server. It is an enhanced, drop-in replacement for the MySQL relational database management system. In this guide, I will show you how to install and secure MariaDB on Debian 11.

Want to Upgrade RHEL 8.3? Here's the Best Way to Upgrade to RHEL 8.4

Red Hat Enterprise Linux (shortened to RHEL) 8.4 is now available for the Linux customers. RHEL 8.4 has various updates and enhancements for developers, designers, and production teams. So now you can download the latest version from Red Hat’s official site.  But before downloading RHEL 8.4 you might want to have a sneak peek at all the new features offered by this model. This article will explain that and then will take you through the upgrade procedure using the dnf command-line option.

What you need to know about containers for Python

  • Opensource.com (Posted by bob on Nov 3, 2021 4:04 AM EDT)
  • Groups: Python; Story Type: News Story
Python is a popular language for many applications. Those that run as backend services, now in the 2020s, are often run inside containers. For that to work, though, you have to build a container. Often, with microservice architectures, it makes sense to build a "root" base image, which all of your services get built on. Most of this article focuses on that base image since this is where it is easiest to make mistakes. However, I also cover the applications themselves because a good base without good applications isn't of much use. read more

How to Install Netdata on Debian 11

  • Howtoforge Linux Howtos and Tutorials (Posted by bob on Nov 3, 2021 2:01 AM EDT)
  • Story Type: News Story; Groups: Debian, Linux
Netdata is an open-source web-based real-time Linux system performance and health monitoring system. in this tutorial, I will show you how to install Netdata on Debian 11.

« Previous ( 1 ... 203 204 205 206 207 208 209 210 211 212 213 ... 1239 ) Next »