Lateo.net - Flux RSS en pagaille (pour en ajouter : @ moi)

🔒
❌ À propos de FreshRSS
Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierInformatique & geek

How to upgrade OpenSUSE 15.4 to 15.5 using the CLI

Par : Vivek Gite
See all OpenSUSE Linux related FAQ

The latest version of OpenSUSE Linux, version 15.5 "Leap," has been released. This version offers unparalleled stability due to its use of the SUSE Linux Enterprise (SLE) source and community developments. Hence, this makes it the best choice for a stable Linux experience for users, developers, and system administrators. This page explains how to upgrade from OpenSUSE 15.4 to 15.5 using the CLI.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to upgrade OpenSUSE 15.4 to 15.5 using the CLI appeared first on nixCraft.

How to upgrade OpenSUSE 15.3 to 15.4 using the CLI

Par : Vivek Gite
See all OpenSUSE Linux related FAQ

Right now, the most advanced OpenSUSE version is 15.4. It is an opportunity for desktop and server users running the previous 15.3 release to update to the latest software stack. The procedure for upgrading OpenSUSE 15.3 to 15.4 is simple to follow. This tutorial will walk you through the process of upgrading OpenSUSE 15.3 to 15.4.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to upgrade OpenSUSE 15.3 to 15.4 using the CLI appeared first on nixCraft.

How to install memcached on OpenSUSE / SUSE Linux

Par : Vivek Gite
See all Novell Suse / OpenSuse Linux related FAQ

While working with the client's system, I noticed that the database would come under load due to increased demand. After reviewing the code, the developer and I conclude that something like memcached will improve performance by caching queries. This page explains how to install a memcached server on OpenSUSE or SUSE enterprise Linux server using the ssh command.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to install memcached on OpenSUSE / SUSE Linux appeared first on nixCraft.

How to upgrade OpenSUSE 15.2 to 15.3 using the CLI

Par : Vivek Gite
See all OpenSUSE Linux related FAQ

The most advanced OpenSUSE version is 15.3 and is an opportunity for both desktop and server users on the previous 15.2 release to update OpenSUSE Linux to get the newest software stack. It is easy to follow the procedure to upgrade OpenSUSE 15.2 to 15.3. In this tutorial, we will explain how to upgrade OpenSUSE 15.2 to 15.3.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to upgrade OpenSUSE 15.2 to 15.3 using the CLI appeared first on nixCraft.

How to list all installed packages on OpenSUSE/SUSE Linux

Par : Vivek Gite
See all OpenSUSE Linux related FAQ

So you want to see a list of all packages installed on your SUSE Linux or OpenSUSE Linux system? Try these simple tips for listing all packages.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to list all installed packages on OpenSUSE/SUSE Linux appeared first on nixCraft.

OpenSUSE install Brotli module for Nginx

Par : Vivek Gite

How do I install or add Brotli compression support to Nginx on OpenSUSE Linux to speed up my webpages and apps?

The post OpenSUSE install Brotli module for Nginx appeared first on nixCraft.

How to Install PHP on OpenSUSE 15.2/15.1

Par : Vivek Gite

In this tutorial, you will learn how to install PHP 7.4 on OpenSUSE Linux 15.2/15.1 and configure it with Nginx. PHP is server-side and very popular for various PHP frameworks such as Symfony, Laravel, and open source apps like MediaWiki, WordPress, Nextcloud, and more.

This entry is 3 of 3 in the OpenSUSE Linux LEMP Stack Tutorial series. Keep reading the rest of the series:

  1. Install and use Nginx on OpenSUSE Linux
  2. Secure Nginx with Let's Encrypt on OpenSUSE Linux
  3. Install PHP on OpenSUSE Linux 15.2/15.1

The post How to Install PHP on OpenSUSE 15.2/15.1 appeared first on nixCraft.

How to secure Nginx with Let’s Encrypt on OpenSUSE 15.1/15.2

Par : Vivek Gite

Let's Encrypt is a free, automated, and open certificate authority for your website, email server, database server and more. This page shows how to use Let's Encrypt to install certificate for Nginx web server get SSL labs A+ score on an OpenSUSE Linux version 15.1 or 15.2

The post How to secure Nginx with Let’s Encrypt on OpenSUSE 15.1/15.2 appeared first on nixCraft.

OpenSUSE install lsof package to get rid of ‘zypper ps’ errors

Par : Vivek Gite

I run the following command but getting error:
$ zypper ps
    Check failed:
    Please install package 'lsof' first.

How do I fix this error? How can I use the 'zypper ps' command on SELS/OpenSUSE 15.1/15.2 to find out if system reboot requires or not?

The post OpenSUSE install lsof package to get rid of ‘zypper ps’ errors appeared first on nixCraft.

How to upgrade OpenSUSE 15.1 to 15.2 using the CLI

Par : Vivek Gite

The latest OpenSUSE version is 15.2 and is an opportunity for both desktop and server users on the previous 15.1 release to update OpenSUSE Linux to get the newest software stack. It is easy to follow the procedure to upgrade OpenSUSE 15.1 to 15.2. In this tutorial, we will explain how to upgrade OpenSUSE 15.1 to 15.2.

The post How to upgrade OpenSUSE 15.1 to 15.2 using the CLI appeared first on nixCraft.

How to install vim on OpenSUSE/SUSE Linux using zypper

Par : Vivek Gite

I need VIM text editor on my OpenSUSE cloud server, and it is missing. How do I install vim on OpenSUSE/SUSE Linux cloud server?

The post How to install vim on OpenSUSE/SUSE Linux using zypper appeared first on nixCraft.

Ansible zypper update all packages on OpenSUSE/SUSE

Par : Vivek Gite

I got a cluster of servers powered by OpenSUSE / SUSE Enterprise Linux. How can I update all of them using the zypper module of Ansible? How can I use Ansible for system updates and reboot the server when kernel upgrades took place on SUSE/OpenSUSE?

The post Ansible zypper update all packages on OpenSUSE/SUSE appeared first on nixCraft.

OpenSUSE install sudo to execute commands as root

Par : Vivek Gite

There is no sudo installed by default on my OpenSUSE Linux server. Other users and I need to use 'su -' command to run commands as root. How do I install a sudo package on OpenSUSE Linux?

The post OpenSUSE install sudo to execute commands as root appeared first on nixCraft.

How to install htop on OpenSUSE Linux using zypper

Par : Vivek Gite

I am a new sysadmin of OpenSUSE Linux operating system. How do I install htop on OpenSUSE using the zypper command?

The post How to install htop on OpenSUSE Linux using zypper appeared first on nixCraft.

How to set up a firewall using FirewallD on OpenSUSE Linux

Par : Vivek Gite

I am a new OpenSUSE Linux 15.x sysadmin. How do I set up a firewall using FirwallD on OpenSUSE Linux 15.1?

The post How to set up a firewall using FirewallD on OpenSUSE Linux appeared first on nixCraft.

How to check CPU temperature in OpenSUSE Linux

Par : Vivek Gite

How do I check CPU temperature in OpenSUSE Linux using a command line and GUI tools on my Thinkpad laptop?

The post How to check CPU temperature in OpenSUSE Linux appeared first on nixCraft.

How to install VirtualBox 6 on Fedora Linux 29

Par : Vivek Gite

I am a new Fedora Linux user. How can I download and install Oracle VirtualBox 6 on my Fedora Linux 29 workstations?

The post How to install VirtualBox 6 on Fedora Linux 29 appeared first on nixCraft.

How to install and use Nginx on OpenSUSE Linux server

Par : Vivek Gite

How do I install and configure the latest version of Nginx web server on OpenSUSE Linux server using the CLI and host a static site?

The post How to install and use Nginx on OpenSUSE Linux server appeared first on nixCraft.

How to update OpenSUSE Linux software and kernel using CLI

Par : Vivek Gite

I am a new OpenSUSE Linux server user. How do I upgrade and update OpenSUSE Linux software and kernel from the CLI? How do I use the command line tool to upgrade your system to the latest version of openSUSE software and kernel?

The post How to update OpenSUSE Linux software and kernel using CLI appeared first on nixCraft.

❌