Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 ... 7359 ) Next »

Highly rated action rpg rogue-lite 'Unexplored' now has a Linux test build available

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Sep 13, 2019 4:54 PM EDT)
  • Story Type: News Story; Groups: Games
Something we've been waiting on quite some time, Unexplored from Ludomotion released in 2017 and now game porter Ethan Lee has given it a go with a Linux test build up.

How to Truncate (Empty) Files in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 13, 2019 2:42 PM EDT)
  • Groups: GNU
This tutorial explains how to truncate files to zero size in Linux systems using shell redirection and the truncate command.

Add leading zeroes that aren't really leading

  • BASHing data; By Bob Mesibov (Posted by Bob_Mesibov on Sep 13, 2019 1:28 PM EDT)
  • Story Type: Tutorial
A leading zero can be a useful addition to a number, and there are several ways to add one or more leading zeroes on the command line. The addition is a little less straightforward if the leading zero sits inside a non-numeric string.

What politics can teach us about open source

Many sobering lessons from history emphasize democracy is not a finished product. The Roman Empire ended in a dictatorship, while the feudal Middle Ages delivered the Magna Carta and the Renaissance; despite the American Revolution, slavery continued for many years, while the French Revolution resulted in the restoration of the monarchy. That said, more people are living in democracies around the world today than at any time before, and living standards in democracies continue to improve. read more

Huawei selling MateBook laptops with Linux preinstalled

  • Linux.com (Posted by bob on Sep 13, 2019 10:59 AM EDT)
  • Story Type: News Story; Groups: Linux
Huawei is now selling the Matebook 13, Matebook 14, and Matebook X Pro at VMALL, Huawei's ecommerce marketplace in China, with Deepin Linux preinstalled.

While not on Linux officially, Far Cry New Dawn seems to work amazingly well on Linux

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Sep 13, 2019 9:45 AM EDT)
  • Story Type: News Story; Groups: Games
A recent benchmark video is currently doing the rounds showing off Far Cry New Dawn from Ubisoft, despite it not supporting Linux thanks to Wine, DXVK and Steam Play it seems to run beautifully.

10 edge computing myths, debunked

Is edge a cloud killer? Is edge the same as IoT? As edge computing becomes more important to enterprises, you’ll want to clear up these and other common myths

Qualcomm IPQ4019-based SOM and dev board run OpenWrt Linux

The “Habanero” module from 8devices runs OpenWrt on Qualcomm’s IPQ4019 SoC. The $55 open spec board supports dual-band, MU-MIMO 802.11ac (Wave2). A development kit for with module adds 5 Ethernet ports and USB. 8devices has added the Habanero as a new member to its line of dual-band system-on-modules (SOMs). The SOM is available in two […]

Ultra Strangeness will bring clay graphics and stop-motion to Linux next year

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Sep 13, 2019 6:02 AM EDT)
  • Story Type: News Story; Groups: Games
I absolutely love hand-made clay stop-motion animation, ever since watching Trap Door when I was much younger it left a lasting impression so I'm always keen to see what games can do with it. Ultra Strangeness is one such title that caught me here.

How to Find and Replace a String in File Using the sed Command in Linux

The sed command allows you to perform various file manipulation functions, such as search, find, modify, insert or delete files on Linux.

How to setup NRPE for client side monitoring

  • linuxconfig.org; By Thomas Sandmann (Posted by linuxer on Sep 13, 2019 3:33 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Nrpe, or Nagios Remote Plugin Executor, is the client side service of a monitoring setup. The monitoring server will send commands to the client, which listens passively when got no work to do. Upon incoming command, the nrpe checks it's local configuration, and executes the plugin configured with the command, then sends back the results to the server for processing. You can read more about the server side installation in the Nagios installation guide, while this guide will focus on the client side.

KDE Plasma 5.12.9 LTS Desktop Environment Released with More Than 20 Bug Fixes

  • Softpedia; By Marius Nestor (Posted by hanuca on Sep 13, 2019 2:19 AM EDT)
  • Story Type: News Story; Groups: KDE
The KDE Project announced the release and general availability of the ninth maintenance update to the long-term supported KDE Plasma 5.12 desktop environment series.

How to display gif files in Ubuntu Terminal

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 13, 2019 1:04 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain how you can install the GIF for CLI tool on your Ubuntu and watch gifs through it inside the Terminal.

Working on Linux's nuts and bolts at Linux Plumbers

Linux is built on the Linux Kernel Mailing List (LKML) and numerous other more specialized development mailing lists. But email and Internet Relay Chat (IRC) can only get you so far. Sometimes, to get things done, top Linux programmers really need to talk face-to-face with each other. That's where the Kernel Maintainers Summit and Linux Plumbers comes in.

Accessing SELinux policy documentation

SELinux has a large volume of policy documentation, but you have to know how to find what you're looking for.

GNOME 3.34 Desktop Environment Officially Released, Here's What's New

  • Softpedia; By Marius Nestor (Posted by hanuca on Sep 12, 2019 9:21 PM EDT)
  • Story Type: News Story; Groups: GNOME
The GNOME Project announced today the release and general availability of the highly anticipated GNOME 3.34 desktop environment for Linux-based operating systems.

SAN vs. NAS: Comparing two approaches to data storage

Learn the difference between storage area networks and network-attached storage, along with when to use each.

CHAOSS project bringing order to open-source metrics

  • LWN; By Sean Michael Kerner (Posted by red5 on Sep 12, 2019 6:53 PM EDT)
  • Story Type: News Story
Providing meaningful metrics for open-source projects has long been a challenge, as simply measuring downloads, commits, or GitHub stars typically doesn't say much about the health or diversity of a project. It's a challenge the Linux Foundation's Community Health Analytics Open Source Software (CHAOSS) project is looking to help solve. At the 2019 Open Source Summit North America (OSSNA), Matt Germonprez, one of the founding members of CHAOSS, outlined what the group is currently doing and why its initial efforts didn't work out as expected.

How to Install Laravel based PyroCMS with Nginx on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 12, 2019 5:38 PM EDT)
  • Groups: Linux; Story Type: News Story
PyroCMS is a powerful modular CMS and development platform built with Laravel 5, which allows you to build better Laravel websites and applications faster.

How to fix common pitfalls with the Python ORM tool SQLAlchemy

  • Opensource.com (Posted by bob on Sep 12, 2019 4:24 PM EDT)
  • Groups: Python; Story Type: News Story
Object-relational mapping (ORM) makes life easier for application developers, in no small part because it lets you interact with a database in a language you may know (such as Python) instead of raw SQL queries. SQLAlchemy is a Python ORM toolkit that provides access to SQL databases using Python. It is a mature ORM tool that adds the benefit of model relationships, a powerful query construction paradigm, easy serialization, and much more. read more

« Previous ( 1 ... 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 ... 7359 ) Next »