Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 810 811 812 813 814 815 816 817 818 819 820 ... 7359 ) Next »

How I monitor my web server with the ELK Stack

In a previous article, I introduced Elasticsearch, Logstash, and Kibana (the ELK Stack) and the various components that make up this monitoring system. In this article, I'll look at how I use the ELK Stack to monitor my Nginx web server. This requires approximately 16GB of memory to operate.

Mixxx 2.3.1 Free DJ Software Adds Support for New Controllers, Improves HiDPI Support

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Oct 1, 2021 5:14 AM EDT)
  • Story Type: News Story; Groups: Linux
Daniel Schürmann released today Mixxx 2.3.1 as the first bugfix and minor improvement update to the major Mixxx 2.3 series released at the end of June 2021.

Attempt to test Web Cockpit Console on Fedora 35 Beta Server (VENV)

First - Fedora 35 Beta Server deployed as L1 KVM Guest on F34 Bare metal Server . Nested virtualization enabled via virsh console on F34 Server. Complete KVM && Cockpit install performed on L1 F35 Server Guest per https://computingforgeeks.com/how-to-install-kvm-on-fedora/

A tale of two toolchains and glibc

Over the past few years, the LLVM toolchain has seen increasing development and adoption alongside the older, more established GNU toolchain. The emergence of this new two major toolchain world is bringing challenges and questions for projects that need to support both, in particular the GNU C library (glibc), which only supports GCC.

Is it worth it to fix glibc (and other projects which support only GCC) to build with LLVM? Is it better to just replace them with alternatives already supporting LLVM? Is it best to use both GCC and LLVM, each for their respective supported projects?

How To Find All Sudo Users In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 1, 2021 1:31 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This brief tutorial describes how to find all sudo users or super users (the users who have sudo access) in Linux and Unix-like systems.

How To Pick a Linux Distribution

I have suffered from distrohopping. Now that I have settled for the last two years, here are some tips to save your time.

Nitrux 1.6.1 Is Here as One of the First Distros to Ship with Linux 5.14 as Default Kernel

Uri Herrera announced today the release and general availability of Nitrux 1.6.1 as a monthly update of this Debian-based and systemd-free GNU/Linux distribution for the masses.

What Does chmod 777 Mean?

  • Bytexd.com; By EdXD (Posted by bytexd on Sep 30, 2021 9:48 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, we’ll cover what chmod 777 means and what the command does. We will also quickly go over some of the basics you must understand before learning about the chmod 777 command.

How to Install and Use Zsh Shell in Ubuntu and Other Linux

Oh my Zsh! Give your Linux Terminal a makeover using this guide. Here, we explain how to install, use and configure several themes in Zsh.

How to Install Cockpit on Rocky Linux 8

  • Howtoforge Linux Howtos and Tutorials (Posted by bob on Sep 30, 2021 7:19 PM EDT)
  • Story Type: News Story; Groups: Linux
Cockpit is a server management dashboard that provides real-time information on the state of your machine. In this guide, we will show you how to install the Cockpit Web Console on a Rocky Linux 8 system.

How to Create Linux OS Templates with KVM on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 30, 2021 6:05 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
KVM refers to the Kernel-based Virtual Machine which helps to run multiple Linux or window-based isolated guests along with their own OS and virtual dedicated hardware. This tutorial shows you how to create a VM template from the existing VM on KVM.

Using Ansible with REST APIs

  • Opensource.com; By Vince Power (Posted by bob on Sep 30, 2021 4:50 PM EDT)
  • Story Type: News Story
Ansible is a top open source project which, on the surface, looks to provide a simple way to standardize your existing automation and allow it to run in parallel across multiple hosts, and it does this very successfully. Yet, in reality, Ansible has the capabilities to extend what your existing automation does to incorporate other systems and really simplify tasks across all aspects of your daily routine.

8 Useful and Interesting Bash Prompts

  • Make Tech Easier; By Tom Rankin (Posted by damien on Sep 30, 2021 3:36 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This article shows you a number of useful and interesting Bash prompts with examples as well as some further instruction on working with them.

How to Install MERN Stack for JS Based Applications on Ubuntu 20.04

  • Rose Hosting Blog; By rosehosting.com (Posted by RoseHosting on Sep 30, 2021 2:22 PM EDT)
  • Story Type: Tutorial; Groups: Linux
MERN stack is a combination of MongoDB, Express, React, Node. All of them are based on Javascript and the stack is used to build modern web applications. It is comprising the front-end (React), back-end (Node and Express), and database components (MongoDB).

How to Install Drupal with Apache and Let's Encrypt SSL on Debian 11

Drupal is a free and open-source content management system based on the LAMP stack. In this post, we will show you how to install Drupal with Apache and Let's Encrypt SSL on Debian 11.

Exim 4.95 MTA Comes with a Bunch of Improvements

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Sep 30, 2021 11:53 AM EDT)
  • Story Type: News Story
Exim is one of the most used email server software, developed at the University of Cambridge. The latest version of this popular mail transfer agent, Exim 4.95, ships with TLS resumption support included in default builds.

How I use Ansible and anacron for automation

  • Opensource.com (Posted by bob on Sep 30, 2021 10:39 AM EDT)
  • Story Type: News Story
Automation is the great IT and DevOps ideal, but in my experience, anything that's not immediately convenient may as well not exist at all. There have been many times when I've come up with a pretty good solution for some task, and I'll even script it, but I stop short of making it literally automated because the infrastructure for easy automation doesn't exist on the machine I'm working on. read more

Manage CentOS Stream with Foreman

In December 2021, CentOS 8 will reach end of life and be replaced by CentOS Stream. One of the major changes between previous iterations of CentOS and CentOS Stream is the lack of minor versions. Centos Stream has adopted a continuous release cycle. From the beginning of this year, developers in the Foreman community started to see the benefits of earlier bug detection and patching that CentOS Stream offers as a result of the continuous releases. We no longer have to wait for the next release to take advantage of the latest changes and bugfixes.

Install Java manually on Linux

It is easy to use your Linux distribution's package management tool to install the Java software packages. However, sometimes you need to do a manual installation of Java. This is of particular importance to administrators of Java-based application servers such as Tomcat or JBoss. Many open source and proprietary software products rely on these services.

GitHub Codespaces feels a bit too closed? Gitpod opens up OpenVSCode Server to escape Microsoft control

'Minimal' tweaks shared for all to see. Development platform outfit Gitpod has taken the covers off an open-source project aimed at running the latest Visual Studio Code remotely via a browser in the form of OpenVSCode Server.…

« Previous ( 1 ... 810 811 812 813 814 815 816 817 818 819 820 ... 7359 ) Next »