Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 ... 7443 ) Next »

Peppermint 9 Officially Released Based on Ubuntu 18.04 LTS, Here's What's New

Mark Greaves of Team Peppermint announced today the release and general availability of the Peppermint 9 Linux operating system, a release that adds numerous new features and improvements.

Take your computer on the go with Portable Apps

  • Opensource.com (Posted by bob on Jun 22, 2018 11:33 PM EDT)
  • Groups: Cloud; Story Type: News Story
Portable Apps lets you access all your go-to apps anywhere, anytime—regardless of whether you are using your own computer or not. With more than 400 apps, 980 million downloads, and available in 55 languages, Portable Apps allows you to access your favorites via a USB flash drive, a cloud folder, or just about any portable storage device. Portable Apps is like having your computer without having your computer. read more

Drawing Feynman Diagrams for Fun and Profit with JaxoDraw

In physics, there's a powerful technique for visualizing particle interactions at the quantum level. This technique uses something called Feynman diagrams, invented by physicist Richard Feynman. These diagrams help visualize...

How to Check Disk Space on Linux from the Command Line

  • Linux.com; By Jack Wallen (Posted by bob on Jun 22, 2018 7:44 PM EDT)
  • Story Type: News Story; Groups: Linux
Quick question: How much space do you have left on your drives? A little or a lot? Follow up question: Do you know how to find out? If you happen to use a GUI desktop (e.g., GNOME, KDE, Mate, Pantheon, etc.), the task is probably pretty simple. But what if you’re looking at a headless server, with no GUI? Do you need to install tools for the task? The answer is a resounding no. All the necessary bits are already in place to help you find out exactly how much space remains on your drives

Linux Mint 19 Tara Improves Updates with Timeshift

  • eWEEK; By Sean Michael Kerner (Posted by red5 on Jun 22, 2018 5:50 PM EDT)
  • Groups: Linux, Mint
Popular Linux desktop distribution set to provide users with integrated snapshotting capabilities.

Play Hearthstone On Linux With Lutris

Hearthstone is a simple card game, but it's a huge deal in the PC gaming world. Aside from being plain old fun, Hearthstone is a highly competitive esports title with mega prizes and entire competitive leagues built around it. Even though it's just a card game, Hearthstone is also one of the most watched games on Twitch.

Getting Started with Awk Command

  • Make Tech Easier; By Alexander Fox (Posted by damien on Jun 22, 2018 11:50 AM EDT)
  • Story Type: Tutorial; Groups: Linux
If you need to process text based on certain conditions, awk will almost always get the job done quickly. Here’s how to get started.

Cheaper textbooks and better access for higher ed students

  • Opensource.com (Posted by bob on Jun 22, 2018 10:35 AM EDT)
  • Groups: Linux; Story Type: News Story
Recently at the Texas Linux Fest, Ross Reedstrom introduced me to OpenStax. I've heard of a lot of open educational resources (OER) but not this particular one. It's certainly a project I'm going to follow now. read more

How to Install Nginx with Let's encrypt and get A+ from SSLLabs Test

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 22, 2018 9:21 AM EDT)
  • Groups: Linux; Story Type: News Story
In this tutorial, I will show you step-by-step how to install and configure the Nginx web server with Let's encrypt certificate and how to obtain an A+ rating from SSL Labs for the SSL setup.

Use LVM to Upgrade Fedora

  • Fedora Magazine (Posted by bob on Jun 22, 2018 8:07 AM EDT)
  • Groups: Fedora; Story Type: News Story
Most users find it simple to upgrade from one Fedora release to the next with the standard process. However, there are inevitably many special cases that Fedora can also handle. This article shows one way to upgrade using DNF along with Logical Volume Management (LVM) to keep a bootable backup in case of problems. This example […]

Ubuntu 16.04 LTS Is Now Certified on Intel's NUC Mini PCs and IoT Boards

Canonical, the company behind the popular Ubuntu Linux operating system used by millions of computer users worldwide, announced today that Ubuntu 16.04 LTS is now certified on Intel's NUCs for IoT device development.

Fanless Skylake embedded PC loads up on PCIe

Teguar’s fanless, Linux-friendly “TB-5045” embedded PC features a 6th Gen Core CPU, up to 32GB DDR4, triple display support, 4x GbE, 6x USB, 4x serial, 2x external SATA bays, 3x mini-PCIe, and optional dual PCIe slots. Charlotte, North Carolina based Teguar Computers, which is new to the pages of LinuxGizmos, makes a variety of medical PCs, touch-panel computers, and other embedded gear, including a line of Waterproof PCs.

How to install Pip on Debian 9

Pip is a package management system that simplifies installation and management of software packages written in Python such as those found in the Python Package Index (PyPI). This tutorial will walk you through installing Python Pip on Debian 9 and teach you how to install and manage Python packages with pip.

PulseAudio 12 Open-Source Sound System Released with AirPlay, A2DP Improvements

PulseAudio 12.0, a major version of its open-source sound server program designed to work on a wide-range of POSIX operating systems like Linux, BSD, macOS, and others, was released with numerous improvements and new features.

6 Open Source AI Tools to Know

  • Linux.com; By Sam Dean (Posted by bob on Jun 22, 2018 12:41 AM EDT)
  • Story Type: News Story; Groups: Linux
In open source, no matter how original your own idea seems, it is always wise to see if someone else has already executed the concept. For organizations and individuals interested in leveraging the growing power of artificial intelligence (AI), many of the best tools are not only free and open source, but, in many cases, have already been hardened and tested.

The LJ Password Generator Tool

In the password generating tool from my last article, at its most simple, you specify the number of characters you want in the password, and each is then chosen randomly from a pool of acceptable values. With the built-in RANDOM in the Linux shell, that's super easy to do:

Automotive Grade Linux joins the Van Life with Mercedes-Benz Vans deal

  • LinuxGizmos.com (Posted by bob on Jun 21, 2018 10:12 PM EDT)
  • Groups: Linux; Story Type: News Story
Mercedes-Benz Vans has tapped the Linux-based AGL infotainment stack for next-gen vehicles equipped with cutting-edge connectivity and robotics technology. The Linux Foundation’s Automotive Grade Linux (AGL) project announced that Mercedes-Benz Vans is using the open source AGL platform as a foundation for a new onboard OS for its commercial vehicles. The Daimler business unit will […]

How to Easily Install Windows Games on Linux with Winepak

  • Make Tech Easier; By Nick Congleton (Posted by damien on Jun 21, 2018 8:58 PM EDT)
  • Story Type: Tutorial; Groups: Games, Linux
Installing Windows games on Linux has always been a tricky endeavor. Winepak changes all that.

Troubleshooting a Buildah script

  • Opensource.com (Posted by bob on Jun 21, 2018 7:43 PM EDT)
  • Story Type: News Story
As both a father of teenagers and a software engineer, I spend most of my time dealing with problems. Whether the problem is large or small, many times you can't find the cause of an issue by looking directly at it. Instead, you need to step back and investigate the environment where the situation exists. read more

« Previous ( 1 ... 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 ... 7443 ) Next »