Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 ... 7442 ) Next »

Release Roundup: MyPaint 2.0.0, Blender 2.82, cheat 3.6.0, Gammy 0.9.56 and Drawing 0.4.11

  • Linux Uprising; By Logix (Posted by logix on Feb 18, 2020 8:50 AM EDT)
  • Story Type: Roundups; Groups: Linux
Quite a few free and open source applications have been updated over the weekend. I don't have time to post articles about all of them separately, so this article covers (in short summary) the new releases of MyPaint 2.0.0, Blender 2.82, cheat 3.6.0, Gammy 0.9.56 and Drawing 0.4.11.

How to Install VirtualBox Guest Additions on Debian 10

The Guest Additions offer several useful functionalities for guest machines such as shared folders, shared clipboard, mouse pointer integration, better video support, and more.

Configuring static and dynamic IP Addresses in Ubuntu using Netplan

  • net2.com; By Ziad Nahdy (Posted by zn52 on Feb 18, 2020 6:21 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Ubuntu automatically assigns an IP address to the network via DHCP (Dynamic Host Configuration Protocol ). It will continue to get such a dynamic IP (keeps changing) address until you decide to change it to a static one. Ubuntu has switched to the YAML based Netplan for configuring a network since release 18.04

MyPaint 2.0 Open-Source Drawing and Paining App Adds Major New Features

If you’re looking for a no-frills drawing and painting application that works great with Wacom-like graphics tablets, MyPaint 2.0 is now available for download and it’s a massive update.

Five best code editors for Linux

  • net2.com; By amin nahdy (Posted by zn52 on Feb 18, 2020 3:53 AM EDT)
  • Groups: Linux
Coding is an essential part in the life of developers. Building good applications or web pages requires a good and reliable code editor or IDE. More and more developers are choosing Linux over other operating systems for the purpose of coding applications these days

How to Configure Git Username and Email Address

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 18, 2020 2:38 AM EDT)
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 18, 2020 12:10 AM EDT)
  • 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 10:55 PM EDT)
  • 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 7:12 PM EDT)
  • 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 5:58 PM EDT)
  • 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 3:29 PM EDT)
  • 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 2:15 PM EDT)
  • 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 5:24 PM EDT)
  • 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 3:12 PM EDT)
  • 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 1:01 PM EDT)
  • 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

« Previous ( 1 ... 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 ... 7442 ) Next »