Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 ... 7359 ) Next »

How to Configure Git Username and Email Address

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 18, 2020 12:38 AM CST)
The first thing you should do after installing Git on your system is to configure your git username and email address. Git associate your identity with every commit you make.

How to install spark on RHEL 8

Apache Spark is a distributed computing system. It consists of a master and one or more slaves, where the master distributes the work among the slaves, thus giving the ability to use our many computers to work on one task. One could guess that this is indeed a powerful tool where tasks need large computations to complete, but can be split into smaller chunks of steps that can be pushed to the slaves to work on. Once our cluster is up and running, we can write programs to run on it in Python, Java, and Scala.

Linux Candy: xcowsay – displays a cow on your desktop with message

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Feb 17, 2020 10:10 PM CST)
  • Story Type: Reviews; Groups: Linux
For this article, we’re looking at a different take on cowsay. It goes by the name xcowsay. This program displays a cute graphical cow and speech bubble. The program was first started over 12 years ago, but it’s still under active development, with a new release published only last week.

How to install Vim plugins

  • Opensource.com (Posted by bob on Feb 17, 2020 8:55 PM CST)
  • Story Type: News Story
While Vim is fast and efficient, by default, it is but a mere text editor. At least, that's what it would be without plugins, which build upon Vim and add extra features to make it so much more than just a window for typing text. With the right mix of plugins, you can take control of your life and forge your own unique Vim experience. You can customize your theme, and you can add syntax highlighting, code linting, version trackers, and much much more. read more

Give your Linux system's firewall a security boost

Firewalls are great but they're ineffective if something goes wrong with them. The /etc/hosts.allow and /etc/hosts.deny files are the second line of defense against intruders.

Q4OS 4.0 “Gemini” Enters Development Based on Debian GNU/Linux 11 “Bullseye”

The Q4OS team has kicked off the development of the next major release of their Debian-based distribution, Q4OS 4.0, and announced the availability of the first pre-release version for public testing.

Autostart Tmux Session On Remote Linux System When Logging In Via SSH

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Feb 17, 2020 5:12 PM CST)
  • Story Type: Tutorial; Groups: Linux
This brief tutorial explains how to autostart Tmux session on a remote Linux system when logging in via SSH from your local system.

Automating unit tests in test-driven development

  • Opensource.com (Posted by bob on Feb 17, 2020 3:58 PM CST)
  • Story Type: News Story
DevOps is a software engineering discipline focused on minimizing the lead time to achieve a desired business impact. While business stakeholders and sponsors have ideas on how to optimize business operations, those ideas need to be validated in the field. This means business automation (i.e., software products) must be placed in front of end users and paying customers. Only then will the business confirm whether the initial idea for improvement was fruitful or not. read more

How to Install and Configure OpenLiteSpeed Server on Fedora 31 along with MariaDB

OpenLiteSpeed is a lightweight and open-source version of the LiteSpeed Server developed by LiteSpeed Technologies. It supports Apache Rewrite rules, HTTP/2 and HTTP/3 along with TLS v1.3 and QUIC protocols. It comes with a WebGUI based Administration panel which makes it different from other servers and easier to manage.

How to use Eye of Gnome Image Viewer in Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 17, 2020 1:29 PM CST)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain how to install EOG on Debian through the Debian command line. We will also explain how you can use it to view images in Debian and also how you can set it as a default application for opening/viewing photos.

How to get MongoDB Server on Fedora

  • Fedora Magazine (Posted by bob on Feb 17, 2020 12:15 PM CST)
  • Groups: Fedora; Story Type: News Story
Mongo (from “humongous”) is a high-performance, open source, schema-free document-oriented database, which is one of the most favorite so-called NoSQL databases. It uses JSON as a document format, and it is designed to be scalable and replicable across multiple server nodes. Story about license change It’s been more than a year when the upstream MongoDB […]

Maui Project Wants to Bring Convergent Apps to Linux Desktops and Android

From the people behind Nitrux, a gorgeous Ubuntu-based GNU/Linux distribution focused on portable apps, here comes Maui Project, an open source community for building convergent apps for Linux desktops and Android phones.

How to List Cron Jobs in Linux

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 16, 2020 3:24 PM CST)
  • Story Type: Tutorial
Cron is a scheduling daemon that allows you to schedule the execution of tasks at specified intervals. These tasks are called cron jobs and can be scheduled to run by a minute, hour, day of the month, month, day of the week, or any combination of these.

Minicomputers and The Soul of a New Machine

  • Opensource.com (Posted by bob on Feb 16, 2020 1:12 PM CST)
  • Story Type: News Story
The Command Line Heroes podcast is back, and this season it covers the machines that run all the programming languages I covered last season. As the podcast staff puts it: read more

Switching between different Linux distributions without losing data

  • net2.com; By amin nahdy (Posted by zn52 on Feb 16, 2020 11:01 AM CST)
  • Groups: Linux
So you installed the latest version of a Linux distribution but want to switch to another variant of Linux or want to upgrade to the latest version of a Linux distribution and prefer a clean install over regular upgrade ? Doing this will surely make you lose your personal data

Metro Exodus is now live on Steam and Deep Silver say it's coming to Linux

While Metro Exodus was exclusive to the Epic Games Store for a while, it later went live on Google Stadia (which is Debian Linux) and today it's finally available on Steam. It also appears to be coming to the Linux desktop with news on that due soon.

How to Install Lighttpd on Debian 9

In this tutorial, we will demonstrate how to install and deploy Lighttpd on a Debian 9 VPS with FPM/FastCGI support. Lighttpd is a free, open-source and high-performance web server developed by Jan Kneschke. It has a low memory footprint when compared to other web servers and is specially designed for speed-critical environments. It is secure, fast, and can handle up to 10,000 connections in parallel on a single server. It is used by many websites, including YouTube, Bloglines, WikiMedia, and many more. Lighttpd comes with a rich set of features, such as FastCGI, SCGI, Auth, URL-Rewriting, Output-Compression, event mechanism, and more. These features combined make for a compelling and high-performance web server solution.

CoreOS Container Linux Will No Longer Be Supported After May 26, 2020

CoreOS Container Linux, the open-source operating system for deploying Linux container in large clusters, will be reaching end of life on May 26th, 2020, and will no longer be supported.

How To Zoom Tmux Panes For Better Text Visibility

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Feb 16, 2020 2:15 AM CST)
  • Story Type: Tutorial; Groups: Linux
This guide explains how to zoom in Tmux panes to fit them into the full size of current Terminal window and zoom out them again to its normal position in Linux.

New features for Raspberry Pi, Wireguard in the Linux kernel, NSA Python course and more open source news

In this edition of our open source news roundup, we take a look at new features for Raspbian, Wireguard and Linux kernel, free Python course from the NSA and more! read more

« Previous ( 1 ... 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 ... 7359 ) Next »