Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 ... 7359 ) Next »

How to Install SpiderFoot Security Scanner on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 30, 2021 11:08 PM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Spiderfoot is a free and open-source vulnerability testing tool that helps you to reduce attacks by hackers. In this tutorial, we will show you how to install Spiderfoot on Ubuntu 20.04 server.

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

  • The Register; By Kieren McCarthy (Posted by bob on Mar 30, 2021 10:06 PM CST)
  • 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.…

Ubuntu 21.04 (Hirsute Hippo) Testing Week Kicks Off on April 1st for All Flavors

If you’re interested in giving back to the community, you should know that the Ubuntu flavors are planning an Ubuntu Testing Week starting April 1st, seeking community’s help as they try to make the upcoming Hirsute Hippo (21.04) release as stable as possible.

CloudLinux Launches AlmaLinux, CentOS Linux clone

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Mar 30, 2021 8:03 PM CST)
  • 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.

How to use range and sequence expression in bash

This bash tutorial explains the bash's built-in brace expansion, and presents examples that illustrate how to use brace expansions to define a range or to generate a sequence of strings.

First Look at Fedora Linux’s New i3 Spin: Heaven for Tiling WM Fans

Fedora Linux and tiling WM fans rejoice, there’s an upcoming Fedora Linux spin featuring the i3 tiling window manager by default, and in this article I’m giving you a first look at this new heaven for tiling WM fans.

How to Generate Self-Signed SSL Certificates using OpenSSL

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Mar 30, 2021 4:59 PM CST)
  • Story Type: Tutorial; Groups: Linux
Ideally, SSL certificates are issued by publicly trusted certificate authorities (e.g. Let’s Encrypt, Comodo, Verisign) to provide authentication and encryption on the internet. However, you could obtain an SSL certificate without going through a third-party certificate authority — this is what is referred to as a self-signed certificate.

Access Python package index JSON APIs with requests

  • Opensource.com (Posted by bob on Mar 30, 2021 3:57 PM CST)
  • 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

Nitrux Linux Is Now Based on Debian, Latest Release Adds KDE Plasma Goodies

Uri Herrera announced today the release of Nitrux Linux 1.3.9, a fresh new ISO snapshot of this KDE Plasma-based modern distribution for the masses.

Ticker Is A Terminal Stock Watcher And Position Tracker (With Cryptocurrency Support)

  • Linux Uprising; By Logix (Posted by logix on Mar 30, 2021 1:41 PM CST)
  • Story Type: Reviews; Groups: Linux
Ticker is a terminal stock ticker with live updates and position tracking, available for Linux, macOS and Microsoft Windows. Besides quotes, Ticker also supports any cryptocurrency that's available via Yahoo Finance / CoinMarketCap.

How To Install Golang In Linux Using Update-golang Script

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Mar 30, 2021 12:27 PM CST)
  • Story Type: Tutorial; Groups: Linux
Update-golang is a shell script to easily fetch and install latest Golang versions with minimum user interaction.

Hung Linux System? How to Escape to the Command Line and More

  • linuxconfig.org; By Korbin Brown (Posted by LinuxCareer on Mar 30, 2021 11:13 AM CST)
  • Story Type: Tutorial; Groups: Linux
It is not much fun when your Desktop hangs. The fear of lost work, the inability to continue work, and more. But it need not always be like this. Knowing just a little extra - a few shortcut keyboard combinations and a few commands at the command line - will hopefully get you back up and running quickly. It does not always work, but it works often.

Free Software Foundation leaders and supporters desert sinking ship

  • ZDNet (Posted by bob on Mar 30, 2021 9:58 AM CST)
  • 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.

How To Make an Awesome Custom Shell with ZSH

  • LinuxStans.com; By Alex Thomson (Posted by Feenta on Mar 30, 2021 8:44 AM CST)
  • Story Type: Tutorial
In this tutorial, I will show you how to install, configure and customise the ZSH shell and make it how you want it

Pinebook Pro Linux Laptop Is Back in Stock and You Can Get One for Only $220 USD

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Mar 30, 2021 7:30 AM CST)
  • Story Type: News Story; Groups: Linux
PINE64’s Pinebook Pro ARM Linux laptop is back in stock and you can buy one right now for only $219.99 USD with the Manjaro Linux ARM distribution pre-installed.

Linux Weekly Roundup: Manjaro 21.0, GNOME 40, and More

Here’s this week’s DebugPoint.com weekly roundup (Week Ending Mar 28, 2021) series, filtered for you from the Linux and the open-source world on application updates, new releases, distribution updates, major news, and upcoming highlights. Have a look.

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.

Parrot 4.11 Security OS Released with Linux Kernel 5.10 LTS, Updating Hacking Tools

Parrot Security (ParrotSec) released today Parrot 4.11 as the latest version of their security-oriented Debian-based distribution for penetration testing and ethical hacking.

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 2:22 AM CST)
  • 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

« Previous ( 1 ... 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 ... 7359 ) Next »