Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 ... 7359 ) Next »

How To Set Or Change Hostname On Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Jan 28, 2021 1:26 AM EDT)
  • Story Type: Tutorial; Groups: Linux
A Hostname is an unique, alphanumeric label assigned to a Linux system. This guide lists various methods to set or change hostname in Linux.

Build a programmable light display on Raspberry Pi

This past holiday season, I decided to add some extra joy to our house by setting up a DIY light display. I used a Raspberry Pi, a programmable light string, and Python. read more

How To Enable Hardware Accelerated Video Decode In Google Chrome, Brave, Vivaldi And Opera Browsers On Debian, Ubuntu Or Linux Mint

This article explains how to enable hardware-accelerated video decoding in Google Chrome, Brave, Vivaldi and Opera web browsers running on Debian, Ubuntu, Pop!_OS or Linux Mint (Xorg only).

Elkhart Lake embedded PC quartet deliver triple 4K displays

OnLogic is adding to its line of Helix and rugged, higher-end Karbon embedded PCs with four new Helix 300 and Karbon 400 models that run Linux or Windows on Intel’s Elkhart Lake. OnLogic has announced four fanless embedded systems built around Intel’s 10nm-fabricated, MCU-equipped Elkhart Lake Atom, Celeron, and Pentium processors. The smaller Helix 310 […]

Python List Comprehension: What it is, how it works, and examples

  • Python Land; By Erik van Baaren (Posted by eriky on Jan 27, 2021 9:20 PM EDT)
In mathematics, there’s a concept called set-builder notation, also called set comprehension. Inspired by this principle, Python offers comprehensions, too. In fact, the Python list comprehension is a defining feature of the language. This article tells you how they work, including example code and advanced concepts, like nested list comprehensions.

Why I use the D programming language for scripting

  • Opensource.com (Posted by bob on Jan 27, 2021 8:19 PM EDT)
  • Groups: Python; Story Type: News Story
The D programming language is often advertised as a system programming language due to its static typing and metaprogramming capabilities. However, it's also a very productive scripting language. Python is commonly chosen for scripting due to its flexibility for automating tasks and quickly prototyping ideas. This makes Python very appealing to sysadmins, managers, and developers in general for automating recurring tasks that they might otherwise have to do manually. read more

How to Install JDownloader on Debian

  • vitux.com; By Karim Buzdar (Posted by vitux on Jan 27, 2021 7:17 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain how to install the GPL licensed Desktop download software JDownloader on a Debian OS. We have used Debian 10 for running the commands and procedure described in this article.

Many users don’t know CommandLine can do Web-Search too

When we want to search for something on the Internet, we directly jump to our favourite web-browser like Chrome, Firefox, Brave, or any sort of browser. Have you ever thought we can do a search from the terminal itself? I’ll give you the five bullet reasons why you should use CommandLineBrowser in 2021...

Looks Like Fedora 34 Workstation Will Ship with the GNOME 40 Desktop by Default

Good news for Fedora and GNOME fans, as the Fedora Project announced that the upcoming Fedora Linux 34 distribution release will ship with the GNOME 40 desktop environment by default for its ‘Workstation’ flagship edition.

How to capture terminal sessions and output with the Linux script command

The Linux script command allows you to create replayable terminal sessions by simply entering commands.

CloudLinux Hopes to Release AlmaLinux, Its CentOS Replacement, This Week

It is one of two CentOS clones being built to fill the void left by Red Hat's unpopular decision to end CentOS's role as a downstream version of RHEL.

Use your Raspberry Pi as a productivity powerhouse

In prior years, this annual series covered individual apps. This year, we are looking at all-in-one solutions in addition to strategies to help in 2021. Welcome to day 16 of 21 Days of Productivity in 2021. The Raspberry Pi is a pretty amazing little computer—small, surprisingly powerful, and very easy to set up and use. I have used them for home automation projects, dashboards, and a dedicated media player. But can it be a productivity powerhouse as well? The answer is, quite simply, yes. read more

How to create a Linux EC2 instance step by step on Amazon AWS

Amazon EC2 (Amazon Elastic Compute Cloud) is a part of AWS product offerings, where users can rent virtual servers in the AWS public cloud. You pay for rented compute resources (CPU, memory, hard drive) at per-second granularity on a "pay-as-you-go" basis. For those of you who have just started with Amazon EC2, this tutorial covers a step-by-step procedure to create a Linux instance on AWS EC2 platform.

Telematics gateway connects with Iridium, GPS, 4G, WiFi/BT, and 433MHz RFID

  • LinuxGizmos.com (Posted by bob on Jan 26, 2021 6:29 PM EDT)
  • Groups: Linux; Story Type: News Story
Appareo’s IP67-rated, -40 to 75°C tolerant “Gateway 370” telematics gateway runs Linux on a Cortex-A9 SoC and supplies Iridium SBD, 433MHz (RFID), 4G LTE, WiFi/BT, and GPS plus LAN, BroadR-Reach, DIO, and CAN links. Fargo, ND based Appareo has launched a wireless telematics control unit (TCU) for heavy machinery in applications such as construction and […]

How to Install Jupyter Notebook on Centos 8 and Use Vim In It

This tutorial is about Python Jupyter notebook Installation and configuration on Centos 8. Also check out how to enable Vim in Jupyter notebook.

Write GIMP scripts to make image processing faster

  • Opensource.com (Posted by bob on Jan 26, 2021 4:00 PM EDT)
  • Groups: GNU; Story Type: News Story
Some time ago, I wanted to give a blackboard-style look to a typeset equation. I started playing around with the GNU Image Manipulation Program (GIMP) and was satisfied with the result. The problem was that I had to perform several actions on the image, I wanted to use this style again, and I did not want to repeat the steps for all the images. Besides, I was sure that I would forget them in no time. read more

The killing of CentOS Linux: 'The CentOS board doesn't get to decide what Red Hat engineering teams do'

Brian Exelbierd, Red Hat Liaison and CentOS board member, gives the company perspective Interview Brian Exelbierd, responsible for Red Hat liaison with the CentOS project and a board member of that project, has told The Register that CentOS Linux is ending because Red Hat simply refused to invest in it.…

How to create Cloudwatch alarms for RDS (MySQL) on AWS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 26, 2021 1:31 PM EDT)
  • Groups: MySQL, Linux; Story Type: News Story
Monitoring your RDS instances is very important, and the same applies to other resources. In this article, we will create a simple alarm for an RDS MySQL instance which will check for free storage space on the instance.

Nvidia 460.39 Driver Adds Support for Linux 5.10 LTS, GeForce RTX 3000 Series of Laptop GPUs

Nvidia released today Nvidia 460.39 as a new production graphics driver for UNIX systems, including GNU/Linux, FreeBSD, and Solaris, bringing support for newer kernels, new GPUs, and a handful of improvements.

GParted 1.2 Open-Source Partition Editor Released with exFAT Support

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Jan 26, 2021 11:02 AM EDT)
  • Story Type: News Story; Groups: Linux
GParted 1.2 open-source partition editor software has been released today with initial support for the exFAT file system, as well as various other improvements.

« Previous ( 1 ... 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 ... 7359 ) Next »