Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 ... 7443 ) Next »

Coffee Lake monster loads up on SATA, PCIe, and M.2

IEI’s rugged, Linux-ready “TANK-880-Q370” runs on 8th/9th Gen Coffee Lake CPUs and offers HDMI and DP, 3x GbE, 6x USB, 3x serial, 4x SATA, 4x PCIe, 3x M.2, and a mini-PCIe slot. IEI Technology has unleashed another one of its appropriately named TANK computers, following earlier models including the Intel 4th Gen “Haswell” based TANK-860-QGW. […]

Make the switch from Mac to Linux easier with Homebrew

  • Opensource.com (Posted by bob on Jun 23, 2020 5:44 PM EDT)
  • Groups: Linux; Story Type: News Story
The Homebrew project began its life as an unofficial Linux-style package manager for the Mac. Its users quickly fell in love with its friendly interface and helpful prompts, and—in what may seem like a strange twist of fate—it got ported to Linux. read more

Dell XPS 13 Developer Edition Linux Laptop Is Now Available with Ubuntu 20.04 LTS

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Jun 23, 2020 4:29 PM EDT)
  • Story Type: News Story; Groups: Ubuntu
Canonical and Dell announced today that the powerful Dell XPS 13 Developer Edition Linux laptop is now available certified and pre-loaded with Ubuntu 20.04 LTS.

How to sync system time with Internet time servers on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 23, 2020 3:15 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain how to sync your Ubuntu system time with internet time servers both through the command line and the GUI.

The Implications of an Increasingly Corporate FSF

Who’s going to defend our 4 freedoms then? The people who bribed the watchdogs? The people who decapitated our organisations?

Take control of your data with associative arrays in Bash

  • Opensource.com (Posted by bob on Jun 23, 2020 12:46 PM EDT)
  • Groups: Python; Story Type: News Story
If you've ever written code, whether it's a shell script, a Python script, C++, or even Scratch, then you know that variables are vital. Computers and coders use variables as waystations, where they surreptitiously pass information back and forth. For instance, if you need to process a user's name in a shell script, you might set up a variable, put the username into the variable, and then instruct the computer to do something to the variable (check it against a list of authorized users, for example). read more

4 Ways to install Opera Browser in Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 23, 2020 11:13 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains the installation of the Opera browser on Debian Linux. We will describe both the command line and the GUI ways of installing the Opera browser in your system.

Protect your system with fail2ban and firewalld blacklists

  • Fedora Magazine (Posted by bob on Jun 23, 2020 9:58 AM EDT)
  • Groups: Fedora; Story Type: News Story
If you run a server with a public-facing SST access, you might have experienced malicious login attempts. This article shows how to use two utilities to keep the intruder out of our systems. To protect against repeated ssh login attempts, we’ll look at fail2ban. And if you don’t travel much, and perhaps stay in one […]

Fraidycat – organize your content

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Jun 23, 2020 8:44 AM EDT)
  • Story Type: Reviews; Groups: Linux
If you’re looking for software that acts as a central hub for internet content, you should try Fraidycat. It isn’t a feed reader. And while it does gather news headlines from websites, it has much wider coverage letting you follow interesting people via YouTube, Twitch, Twitter, Instagram, SoundCloud streams, and more.

How to Change Hostname on Ubuntu 20.04

The hostname is set during the installation of the operating system or dynamically assigned to the virtual machine when it is created. This guide explains how to set or change the hostname on Ubuntu 20.04 without needing to restart the system.

How To Share Your Terminal To Web Using Streamhut

Streamhut is a web service that allows you to instantly share your Terminal to web in real time with anyone, without installing anything in Linux.

Sysadmin careers: Curiosity is an asset

Curiosity may have killed the cat, but it helps the sysadmin grow and thrive.

Qualcomm router board offers 10GbE and WiFi 6

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 23, 2020 3:47 AM EDT)
  • Story Type: News Story; Groups: Linux
Wally’s “DR8074A” and Compex’s “HK01” are similar implementations of a Linux-driven Qualcomm reference design for its quad-core -A53, 802.11-ax enabled IPQ8074 router SoC. The SBCs feature 5x GbE and single 10GbE and SFP+ ports. Wally’s has posted specs for a DR8074A (HK01) router board based on a Qualcomm reference design for its IPQ8074 SoC. Earlier […]

Why I'm Joining the Mozilla Board

Firefox was my window into Mozilla 15 years ago, and it’s through this window I saw the power of an open and collaborative community driving lasting change. My admiration and …

Parsing JSON Data in Python

JSON is a human-readable text-based data format. It is language independent and used for data interchange between applications. In this article, we’ll explain how to parse JSON data in Python.

Release the pressure: Win16 support arrives for version 3.2 of Free Pascal

Five years since the last update, the team celebrates 50 years of the language with more architectures. Great news, Pascal fans. After a lengthy hiatus, the cross-platform Free Pascal has emerged with an array of new features and new targets.…

Coffee Lake system ships with optional Nvidia RTX 2060

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 22, 2020 10:49 PM EDT)
  • Story Type: News Story; Groups: Linux
Nexcom’s “AIEdge-X 300” runs Linux or Win 10 on an 8th/9th Gen Coffee Lake CPU and offers 2x SATA, 3x HDMI 2.0, 2x M.2, and a PCIe x16 slot with an optional Nvidia RTX 2060 card. Nexcom has announced an AI edge computer that offers a doublewide PCIe x16 slot for up to 160W graphics […]

Linux tools for improving your time management

  • Opensource.com (Posted by bob on Jun 22, 2020 9:35 PM EDT)
  • Groups: Linux; Story Type: News Story
Productivity is a subjective term, but essentially, it's a measurement of how efficiently a particular task is completed. Everyone has different things that keep them productive—some people need help staying on task, some people need a particular kind of work environment, some people need alerts and reminders to avoid missed deadlines, and some need assistance with repetitive, manual chores. read more

7 open source alternatives to VS Code

  • Opensource.com (Posted by bob on Jun 22, 2020 8:21 PM EDT)
  • Groups: Linux; Story Type: News Story
Visual Studio Code, also known as VS Code, is a code editor for Linux, Windows, and macOS. It's the kind of editor that walks the line between editing text and managing your entire codebase, like an integrated development environment (IDE). It's extensible through plugins and has proven to be a reliable text editor that's easily beaten out formidable non-open rival editors. read more

How to install NetBox Network Documentation and Management Tool on Ubuntu 20.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 22, 2020 7:06 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Netbox is a free and powerful IP address (IPAM) and datacentre infrastructure management (DCIM) tool. It is used for storing information about your networks, VMs, and inventories. In this tutorial, we will explain how to install Netbox with Nginx as a reverse proxy on Ubuntu 20.04.

« Previous ( 1 ... 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 ... 7443 ) Next »