Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 ... 7442 ) Next »

VirtualBox 6.1.4 Released with Full Support for Linux Kernel 5.5

Oracle released VirtualBox 6.1.4, a new maintenance update to the latest VirtualBox 6.1 series of the popular open-source and cross-platform virtualization software.

Introducing our Jinja2 cheat sheet

  • Opensource.com (Posted by bob on Feb 20, 2020 5:40 PM EDT)
  • Groups: Python; Story Type: News Story
Jinja2 is a templating language for Python. While it got its start on the web for use with the Flask framework, it is popular in many other places. Both Flask and Pelican use it to template HTML pages, allowing seperation between style and content. read more

Open Source Did Not Win, It Was Assimilated to and by Proprietary Software

  • Techrights; By Roy Schestowitz (Posted by schestowitz on Feb 20, 2020 4:25 PM EDT)
  • Groups: Linux
Don’t fall for the whole “Open Source has won!” spiel; You know we’ve lost the battle (and were in effect gradually conquered) at OSI and elsewhere when those who speak for the OSI are Michael Cheng (Facebook), Max Sills (Google), and Chris Aniszczyk (Linux Foundation); they say “Open Source Under Attack” (FOSDEM talk) but their employers are the ones attacking and they downplay openwashing

Using Python and GNU Octave to plot data

Data science is a domain of knowledge that spans programming languages. Some are well-known for solving problems in this space, while others are lesser-known. This article will help you become familiar with doing data science with some popular languages. read more

Create web user interfaces with Qt WebAssembly instead of JavaScript

  • Opensource.com; By Stephan Avenwedde (Posted by bob on Feb 20, 2020 6:40 AM EDT)
  • Story Type: Tutorial; Groups: Developer
When I first heard about WebAssembly and the possibility of creating web user interfaces with Qt, just like I would in ordinary C++, I decided to take a deeper look at the technology.

Fedora at the National Library of Technology

  • Fedora Magazine; By Ben Cotton (Posted by bob on Feb 20, 2020 5:26 AM EDT)
  • Story Type: News Story; Groups: Fedora
Where do you turn when you have a fleet of public workstations to manage? If you’re the Czech National Library of Technology (NTK), you turn to Fedora. Located in Prague, the NTK is the Czech Republic’s largest science and technology library. As part of its public service mission, the NTK provides 150 workstations for public […]

GNOME 3.34.4 Released with Various Improvements and Bug Fixes

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Feb 20, 2020 4:12 AM EDT)
  • Story Type: News Story; Groups: GNOME
The GNOME Project announced today the general availability of GNOME 3.34.4 as the fourth maintenance update to the latest GNOME 3.34 desktop environment stable series.

Raspberry Pi Zero W based LoRaWAN gateway sells for $99

RAK Wireless’ $99 “RAK7246 LoRAWAN Developer Gateway” runs a Raspbian LoRa stack on a Raspberry Pi Zero W with a RAK2246 Pi HAT for 8x uplink channels and a single downlink. A $114 RAK7246G model adds GPS. RAK Wireless has introduced a cheaper alternative to its Raspberry Pi 4-based RAK7244 LoRaWAN Developer Gateway. The RAK7246 […]

How To Add Markdown Support To Gedit Using `Markdown Preview` Plugin

Gedit, the default GNOME text editor, doesn't support Markdown by default. It does support plugins though, so with the help of a plugin called Gedit Markdown Preview, you can add Markdown support to modern Gedit versions (3.22 and newer).

How to open a Linux terminal window

Say you are new to Linux world and just installed Linux desktop and now you would like to fire up terminal window and start issuing commands, but wait you don’t know how to access a terminal window in Linux, in this article I will walk you through how to open a Linux terminal window and set up a keyboard shortcut for easier access.

Larry Tesler cut and pasted from this mortal coil: That thing you just did? He probably invented it

  • The Register; By Richard Speed (Posted by bob on Feb 19, 2020 11:14 PM EDT)
  • Story Type: News Story; Groups: Community
PARC, Apple and Amazon – computing pioneer dies at 74. Obit Larry Tesler – self-described "primary inventor of modeless editing and cut, copy, paste" – has died at the age of 74.…

Total War: THREE KINGDOMS – Mandate of Heaven DLC Is Out Now on Linux

Feral Interactive announced today that the Total War: THREE KINGDOMS – Mandate of Heaven Chapter Pack DLC is now available for Linux and macOS systems.

Antitrust Laws and Open Collaboration

The classic way for companies to violate the antitrust laws is to get together and agree to all do something the same way. Happily, the regulators understand that creating open standards and open source is a good thing. But you still have to keep the rules in mind if you want to stay on the right side of the line.

Stop Installing Python Packages Globally — Use Virtual Environments

  • medium.com/better-programming; By Erik-Jan van Baaren (Posted by eriky on Feb 19, 2020 7:31 PM EDT)
  • Story Type: Tutorial; Groups: Developer, Python
With virtual environments, you can isolate your software and avoid version conflicts.. Python virtual environments allow you to install Python packages in an isolated location for a particular application, instead of installing them globally. This articles explores what the advantages are and how you can quickly get started.

How to use, read and manage Linux log files

Ubuntu logs system events into the log files in order to help administrators maintain, analyze and diagnose system related issues and applications problems. Log files contain messages related to kernel, services and applications events that are kept on a centralized repository of log files under /var/log directory. In this article, we will provide an overview of Ubuntu log files, and show how to configure and use syslogd. You will also learn how log rotation works and how to view and read the log files. A brief introduction to systemd will be provided at the end .

How to Load Balance a PHP Application in Ubuntu using GCP

How to Load Balance a PHP Application on GCP. This guide provides you with detailed and advanced steps to setup a HTTP(S) Layer 7 Load Balancer for your PHP web application.

Try this Bash script for large filesystems

  • Opensource.com (Posted by bob on Feb 19, 2020 3:48 PM EDT)
  • Story Type: News Story
Have you ever wanted to list all the files in a directory, but just the files, nothing else? How about just the directories? If you have, then the following script, which is open source under GPLv3, could be what you have been looking for.

Of course, you could use the find command:

read more

The only option brought me to success installing telegram-desktop on CentOS 8.1 appears to be snap

  • https://dbaxps.blogspot.com; By Boris Derzhavets (Posted by dba477 on Feb 19, 2020 2:34 PM EDT)
  • Story Type: Security, Tutorial; Groups: Red Hat
In meantime the only option brought me to success installing telegram-desktop on CentOS 8.1 appears to be snap.

Raspberry Pi 4: Chronicling the Desktop Experience – Retro Gaming – Week 17

For this week, I’m going to look at a few retro games, all nestling in Raspbian’s repositories. While its quad-core BCM2711 system-on-chip has more powerful processing cores, and the first upgrade to the graphics processor in the project’s history, it’s important to be realistic with expectations about the RPI4’s gaming potential.

How to find what you’re looking for on Linux with find

  • Network World; By Sandra Henry-Stocker (Posted by MDavidson6785 on Feb 19, 2020 12:05 PM EDT)
  • Groups: Linux
There are several commands for finding files on Linux systems, but there are also a huge number of options that you can deploy when looking for them. Here’s a look at some of those options.

« Previous ( 1 ... 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 ... 7442 ) Next »