Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 ... 7359 ) Next »

Mp3blaster: An Awesome Music Player for the Terminal

  • Make Tech Easier; By John Knight (Posted by damien on Jun 25, 2020 8:53 AM EDT)
  • Story Type: Reviews
Fresh out of 1997 and sporting a handy semi-GUI interface, Mp3blaster provides an easy-to-use music player that runs in your terminal.

Manage your Kubernetes cluster with Lens

As more workloads are migrated to containerized environments, it becomes challenging to manage those larger numbers of containers and the connections between them and other systems. As the scale and complexity of a containerized environment increase past a human's ability to manage, container orchestration platforms such as Kubernetes become increasingly important.

Microsoft releases Defender ATP for Linux

Yes, you read that headline correctly, Microsoft has just released a security program for Linux.

Flatpak 1.8 Released with Improved P2P Support, New Systemd Unit, and More

Flatpak maintainer Alexander Larsson announced today the general availability of Flatpak 1.8 as the newest stable branch of this popular Linux application sandboxing and distribution framework.

How To Set Up Apache Virtual Hosts on Ubuntu 20.04

A Virtual Host is an Apache configuration directive that allows you to run more than one website on a single server. With Virtual Hosts, you can specify the site document root (the directory containing the website files), create a separate security policy for each site, use different SSL certificates, and much more. This article describes how to set up Apache Virtual Hosts on Ubuntu 20.04.

Meet the Groundswell of Open Source COVID-19 Efforts

As the global pandemic continues, the number of open source COVID-19 software and hardware projects – developed by diverse open source communities – continues to grow.

New Cloud Foundry command-line interface arrives

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jun 25, 2020 1:27 AM EDT)
  • Story Type: News Story; Groups: Cloud
Even the most advanced clouds can still use a little shell command goodness.

Thin Mini-ITX duo includes Coffee Lake and Whiskey Lake models

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 25, 2020 12:13 AM EDT)
  • Story Type: News Story; Groups: Linux
Win Enterprises has unveiled a pair of Linux-ready thin Mini-ITX boards with 2x GbE and 4x USB 3.1 Gen2 ports: the Gen Coffee lake “MB-50050” with 4x serial I/Os and the Whiskey Lake powered “MB-50040” with up to 64GB RAM and optional 9-36V power. Win Enterprises has announced two new thin Mini-ITX boards aimed at […]

Cross building Rust GStreamer plugins for the Raspberry Pi

In our previous post we discussed about how Rust can be a great language for embedded programming. In this article, we'll explain an easy way to setup to cross build Rust code depending on system libraries, a common requirement when working on embedded systems.

ARM and Linux take the supercomputer TOP500 crown

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jun 24, 2020 9:44 PM EDT)
  • Story Type: News Story; Groups: ARM, Linux
For the first time, an ARM-powered supercomputer took first place in the TOP500 supercomputer competition.

How to Disable Dock on Ubuntu 20.04 and Gain More Screen Space

  • It's FOSS; By Abhishek Prakash Chaturvedi (Posted by abhishekpc on Jun 24, 2020 8:30 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Don’t like the launcher on the left side of the screen in Ubuntu? Learn how to easily disable the dock in Ubuntu 20.04.

Customize your Raspberry Pi operating system for everyday use

If you have a Raspberry Pi running Raspberry Pi OS (previously known as Raspbian) operating system, you know it's an awesome little computer with a great operating system for beginners that includes just about everything you could possibly want. However, once you become familiar with the Pi and want to start using it for other things, you might want an operating system (OS) that doesn't include everything in the default build. read more

Install Docker on Ubuntu using Script

  • https://devopsmyway.com/; By CCHAKRAVARTY (Posted by devopsmyway on Jun 24, 2020 6:01 PM EDT)
  • Groups: Linux
This tutorial explains, how to install docker on Ubuntu. Docker

Docker is a platform that combines applications and its dependencies in the form of packages called a container. We can run multiple containers on a single Operating System. Containers are not Virtual Machines. Virtual Machines requires Operating System to run applications, but containers do not. As containers don’t need an Operating System, it takes very little time to start and hence it is very faster than Virtual Machines.

Getting Started with Haskell on Fedora

  • Fedora Magazine (Posted by bob on Jun 24, 2020 4:47 PM EDT)
  • Groups: Fedora; Story Type: News Story
$ sudo dnf install -y ghc $ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.6.5 main = putStrLn ("Hello, World!") $ runhaskell main.hs Hello, World! $ ghc main.hs [1 of 1] Compiling Main ( main.hs, main.o ) Linking main ... $ ./main Hello, World! $ ghci Prelude> :load main.hs [1 of 1] Compiling […]

How To Avoid Duplicate Entries In Bash History In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Jun 24, 2020 3:32 PM EDT)
  • Story Type: Tutorial; Groups: Linux
When working in commandline, we often run some commands multiple times. In this guide, we will see how to avoid duplicate entries in Bash history in Linux.

Raspberry Pi 4: Chronicling the Desktop Experience – Terminal Emulators – Week 35

For this week’s blog, I decided to survey terminal emulators on the Raspberry Pi 4. A terminal emulator is computer software which emulates a dumb video terminal within some other display architecture.

Tips for switching your team to a SharePoint open source alternative

  • Opensource.com (Posted by bob on Jun 24, 2020 1:04 PM EDT)
  • Story Type: News Story
MediaWiki is many IT professionals' first exposure to wikis. By virtue of being the platform behind Wikipedia, MediaWiki's familiarity makes it a compelling open source alternative to proprietary technology like Atlassian Confluence, which is common with developers, and SharePoint, the default corporate collaboration platform. read more

KDE Plasma 5.19.2 Desktop Is Out with More Than 25 Bug Fixes, Improvements

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Jun 24, 2020 7:21 AM EDT)
  • Story Type: News Story; Groups: KDE
The KDE Project released today Plasma 5.19.2 as the second point release in the latest KDE Plasma 5.19 desktop environment series.

Linux-based wireless gateway links up to Azure-ready IoT stack

Cloud of Things’ compact, Arm/Linux based “DeviceTone IoT Gateway” is equipped with MikroBus, LAN, GPIO, WiFi, LTE, NB-IoT, BLE Long Range, and DECT ULE. Both the gateway and an MCU-based “Genie” edge node work with an Azure-certified DeviceTone IoT Suite. We found out about Cloud of Things’ DeviceTone IoT Gateway, DeviceTone Genie edge node, and […]

How to Make Minecraft Server on Ubuntu 20.04

Minecraft is one of the most popular games of all time. It is a sandbox video game where players explore infinite worlds and build different structures from simple houses to towering skyscrapers. This tutorial explains how to make a Minecraft Server on Ubuntu 20.04. We’ll use Systemd to run the Minecraft server and the mcrcon utility for connecting to the running instance. We’ll also show you how to create a cronjob that performs regular server backups.

« Previous ( 1 ... 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 ... 7359 ) Next »