Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 850 851 852 853 854 855 856 857 858 859 860 ... 7359 ) Next »

9to5Linux Weekly Roundup: August 8th, 2021

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Aug 11, 2021 6:47 AM EDT)
  • Story Type: Roundups; Groups: Linux
The forty-fifth installment of the 9to5Linux Weekly Roundup is here for the week ending on August 8th, keeping you guys up to date with the most important things happening in the Linux world.

Guide to install Ansible on Ubuntu

Ansible is an open source configuration management, application deployment as well software provisioning tool that is used to deploy, configure & manage servers. Due to ease in using Ansible is one of the easiest & most popular automation tools. It uses YAML, which is easy to learn & does not require you to learn a complicated programming language like Ruby (used in puppet & chef). Also, it does not require any special agent to be installed on client machines & only requires client machines to have python and ssh installed, both of these are usually available on systems.

How to scan a Debian server for rootkits with Rkhunter

  • vitux.com; By Karim Buzdar (Posted by vitux on Aug 11, 2021 5:22 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Rkhunter stands for “Rootkit Hunter” is a free and open-source vulnerability scanner for Linux operating systems. In this tutorial, we will explain, how to install and use Rkhunter on Debian 10 server.

Historical Strategy Game 0 A.D. Alpha 25 Released

  • Linux Uprising; By Logix (Posted by logix on Aug 11, 2021 4:40 AM EDT)
  • Story Type: News Story; Groups: Linux
0 A.D. Alpha 25 "Yaun?" has been released over the weekend with improvements to pathfinding, performance and GUI, an initial implementation of single player campaigns, and more.

How to Install Apache Web Server on Ubuntu 20.04

In the following tutorial, you will learn how to install Apache Web Server from the source on Ubuntu 20.04.

Apache, also known as Apache HTTP server, is one of the most widely used web server applications globally for the past few decades. It is a free and open-source web application software maintained by the Apache Software Foundation. Apache provides some powerful features with dynamically loadable modules, easy integration with other software, and handling of static files, among other popular features.

Mozilla Firefox 91 Arrives as the New ESR Series, Brings Back Simplified Printing

Firefox 91 is now available for download as the new stable version of Mozilla’s popular, free, open-source, and cross-platform web browser for GNU/Linux, Android, macOS, iOS, and Windows.

By the numbers: Getting your team on board with IT automation

See how you can automate rote tasks and shift your focus to more attractive projects.

elementary OS 6 "Odin" Officially Released, This Is What's New

elementary released today elementary OS 6 "Odin" as the latest and greatest version of this beautiful and modern Ubuntu-based operating system for personal computers.

Open-frame touch panel offers Android and Ubuntu options

Avalue’s IP65-protected “OFT-07W33” is a 7-inch, open-frame touch panel PC that runs Android, Ubuntu, or Win 10 on Intel’s Apollo Lake along with 2x GbE, 4x USB 3.1, HDMI and COM, and 2x mini-PCIe for mSATA and WiFi. Avalue has announced a 7-inch, WXGA, open-frame panel computer equipped with an Apollo Lake processor. The semi-rugged, […]

Firefox 92 Enters Public Beta Testing with AVIF Support Enabled by Default (Again)

With the Firefox 91 release out the door, Mozilla promoted today the next major release, Firefox 92, to the beta channel for public testing, giving us an early look at the new features.

How to Install & Configure VNC Server on Ubuntu 20.04

In this tutorial we will go step-by-step through installing and configuring the VNC Server on an Ubuntu 20.04 machine, connect to it via VNC desktop client using a secure SSH tunnel, and switch between 8 popular desktop environments.

Two data formatting tweaks

Nearly all the data files I audit are tab-separated plain text (TSV). While tabs are wonderful field separators, they're invisible, and sometimes it helps to see where one field ends and another begins. This post describes a couple of the methods I use to make TSVs more eye-friendly.

4K2K PDAF camera targets i.MX8M and i.MX8M Mini

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Aug 10, 2021 10:18 PM EDT)
  • Story Type: News Story; Groups: Linux
THine’s $239 “THeia-Cam” runs Linux and V4L2 on its THP7312-P ISP and is designed for use with NXP’s EVKs for the i.MX8M and i.MX8M Mini. With its Sony IMX258 PDAF sensor, the camera module supports up to 3849 x 2160 @30fps, with 13MP modes in the works. Earlier this year we looked at THine Electronics’ […]

elementary OS 6 ODIN Released. This is What's New.

  • debugpoint.com; By arindam (Posted by arindam1989 on Aug 10, 2021 9:36 PM EDT)
  • Groups: Linux
The team announced the release of elementary OS 6 ODIN, and it is immediately available for download. We recap the release in this post.

Zorin OS 16 Pro arrives complete with optional 'Windows 11' desktop

  • The Register (Posted by bob on Aug 10, 2021 8:54 PM EDT)
  • Story Type: Interview
Focus on ease of use, and company founder notes extended hardware life and freedom from vendor lock-in Interview Zorin Pro 16 will be released next week, along with a free Lite edition, complete with an optional "Windows 11" desktop theme.…

Official Shutter Screenshot Tool Launchpad PPA Revived

The official Shutter PPA has been revived! Since I was already maintaining a PPA for Shutter screenshot tool, and the tool's developers were looking for someone to maintain the official Shutter PPA, they thought I'd maintain it.

How I use Terraform and Helm to deploy the Kubernetes Dashboard

  • Opensource.com (Posted by bob on Aug 10, 2021 7:36 PM EDT)
  • Groups: Cloud; Story Type: News Story
When I'm working on projects that require provisioning cloud infrastructure, my workflow has two disparate components: one is infrastructure orchestration, which includes Terraform to bring up the infrastructure (for instance, new EKS clusters), and the second is the provisioning component, which includes Ansible or Bash scripts to instantiate and initialize that infrastructure to accept new deployments (for instance, installing Cluster Autoscaler, kube-state-metrics, and so on.) read more

How to Install Jellyfin Media Server on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 10, 2021 6:54 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
Jellyfin is an open-source media streaming system that allows you to manage and stream your media. In this post, we will show you how to install Jellyfin media streaming server with Nginx as a reverse proxy on Debian 10.

Linux for Starters: Your Guide to Linux – Manipulating Files - Part 13

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Aug 10, 2021 6:12 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
In this article we take you through the basics of manipulating files from the shell. Some of these file manipulations are more conveniently done using a graphical file manager. But manipulating files from the shell offers both flexibility and power.

How to Clone and Restore Linux Partition Using dd Command

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Aug 10, 2021 5:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The legacy and standards that drive the Linux operating system make it impeccable and unique among other operating system distributions in terms of achieving certain user-critical functionalities.

« Previous ( 1 ... 850 851 852 853 854 855 856 857 858 859 860 ... 7359 ) Next »