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-hiernixCraft

How To Install LXD on Debian 11 Linux

Par : Vivek Gite
See all Debian/Ubuntu Linux related FAQ

You can install LXD pure-container hypervisor on Debian 11 Linux to run an unmodified version of Debian, Ubuntu, CentOS, Fedora, Alpine, Arch and many other Linux distro. You can mimic AWS or different cloud instance types with LXD for testing and deployment purposes on your development machine. You can also run a GUI app such as Firefox completely isolated using LXD for security or privacy reasons. Let us see how to set up and use LXD on the Debian Linux 11 server or desktop.

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

The post How To Install LXD on Debian 11 Linux appeared first on nixCraft.

How To Install LXD on Ubuntu 22.04 LTS using apt/snap

Par : Vivek Gite
See all Ubuntu Linux related FAQ

Ubuntu 22.04 LTS comes with LXD pure-container hypervisor to run an unmodified version of Debian, Ubuntu, CentOS, Fedora, Alpine, Arch and many other Linux distro. You can mimic AWS or different cloud instance types with LXD for testing and deployment purposes on your development machine. You can also run a GUI app such as Firefox completely isolated using LXD for security or privacy reasons. Let us see how to set up and use LXD on the Ubuntu Linux 22.04 LTS using APT or snap command.

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

The post How To Install LXD on Ubuntu 22.04 LTS using apt/snap appeared first on nixCraft.

How to add an IP alias on Amazon Linux 2

Par : Vivek Gite
See all Amazon AWS web services related articles/faq

IP aliasing is nothing but associating more than one IP address to a network interface such as eth0. For example, using the following methods, you can add an IP alias on Amazon Linux 2.

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

The post How to add an IP alias on Amazon Linux 2 appeared first on nixCraft.

Ubuntu 22.04 LTS Set Up OpenVPN Server In 5 Minutes

Par : Vivek Gite
See all OpenVPN related FAQ

I am a new Ubuntu Linux 22.04 LTS server user. How do I set up an OpenVPN Server on Ubuntu Linux version 22.04 server to shield my browsing activity from bad guys on public Wi-Fi, set protective parameter vpn for developers and more?

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

The post Ubuntu 22.04 LTS Set Up OpenVPN Server In 5 Minutes appeared first on nixCraft.

Debian 11 Set Up OpenVPN Server In 5 Minutes

Par : Vivek Gite
See all OpenVPN related FAQ

I am a new Debian Linux 11 server user. How do I set up an OpenVPN Server on Debian Linux version 11 server to shield my browsing activity from bad guys on public Wi-Fi, and more?

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

The post Debian 11 Set Up OpenVPN Server In 5 Minutes appeared first on nixCraft.

How to install YubiKey Manager GUI on Linux

Par : Vivek Gite

One can use a hardware security key such as YubiKey for OTP or FIDO2 for additional security on Linux to protect disks, ssh keys, password manager, web applications and more. Since I am a full-time Linux desktop user, I thought today I would document how to install the YubiKey GUI Manager to configure functionality on […]

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

The post How to install YubiKey Manager GUI on Linux appeared first on nixCraft.

How to install and upgrade OpenSSH server on FreeBSD

Par : Vivek Gite
See all FreeBSD related FAQ

Another day I wrote about setting up ssh public key password-less authentication for FreeBSD server version 12/13 with an optional 2FA hardware USB key (FIDO 2) for additional protection. However, FIDO2 and key type ecdsa-sk and ed25519-sk are not supported by the OpenSSH client and server version shipped with FreeBSD 12 or 13. But, fear not, we can safely upgrade the OpenSSH version using ports collection. This page explains how to install and configure the latest portable version of the OpenSSH client and server on FreeBSD 13.

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

The post How to install and upgrade OpenSSH server on FreeBSD appeared first on nixCraft.

How to configure static IP Address on FreeBSD

Par : Vivek Gite
See all UNIX related articles/faq

This page explains setting up a static IP address on the FreeBSD Unix system using the command-line options.

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

The post How to configure static IP Address on FreeBSD appeared first on nixCraft.

How to install FFmpeg with NVIDIA GPU acceleration on Linux

Par : Vivek Gite
See all GNU/Linux related FAQ

The ffmpeg is free and open-source video converter software for Linux and Unix-like systems. However, on Ubuntu/Debian Linux and other distros, NVIDIA hardware-based encoding is disabled at compile time. So, naturally, you need supporting NVIDIA GPU. Apart from that, it would be best if you had CUDA support installed with GNU compilers. Let us see how to install everything one by one on a server or desktop powered by Ubuntu or Debian Linux.

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

The post How to install FFmpeg with NVIDIA GPU acceleration on Linux appeared first on nixCraft.

How to disable core dumps in Linux including systemd

Par : Vivek Gite
See all Linux Security related FAQ

Core dumps created for diagnosing and debugging errors in Linux apps. They are also known as memory dump, crash dump, system dump, or ABEND dump. However, core dumps may contain sensitive info—for example, passwords, user data such as PAN, SSN, or encryption keys. Hence, we must disable them on production Linux servers.

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

The post How to disable core dumps in Linux including systemd appeared first on nixCraft.

How to password protect directory with Nginx .htpasswd authentication

Par : Vivek Gite

I need to restrict access to /app/ directory on Nginx. How do I set up password protect a directory with Nginx .htpasswd authentication on Linux or Unix-like systems?

The post How to password protect directory with Nginx .htpasswd authentication appeared first on nixCraft.

How to set up FreeBSD 12 VNET jail with ZFS

Par : Vivek Gite

How do I install, set up and configure a FreeBSD 12 jail with VNET on ZFS? How can I create FreeBSD 12 VNET jail with /etc/jail.conf to run OpenVPN, Apache, Wireguard and other Internet-facing services securely on my BSD box?

The post How to set up FreeBSD 12 VNET jail with ZFS appeared first on nixCraft.

Top 6 awesome text editors for Linux and Unix command-line users/developers

Par : Vivek Gite

Awesome text editors for Linux unix macos command line CLI users
A text editor is an essential tool for both developers and sysadmin, especially when dealing with text based sessions. We use a text editor to create, edit, and update text. A text editor is used for many things. Some use them to write documents. Some people write code and others use it to edit Linux and Unix configuration files locally or remote servers running in the cloud. Let us see the top 6 text editors for Linux, macOS, and Unix command-line users/developers.

The post Top 6 awesome text editors for Linux and Unix command-line users/developers appeared first on nixCraft.

How to configure Intel Wifi on Debian Linux when you get firmware: failed to load iwlwifi-8265-36.ucode error

Par : Vivek Gite

I have an Intel Corporation Wireless/WiFi 8265 / 8275 (rev 78) card. How do I configure this card? I always get an error, "iwlwifi 0000:01:00.0: firmware: failed to load iwlwifi-8265-36.ucode". How do I load iwlwifi-8265-36 firmware and enable this driver card on Debian Linux version 10/11 and assign an IP address using DHCP?

The post How to configure Intel Wifi on Debian Linux when you get firmware: failed to load iwlwifi-8265-36.ucode error appeared first on nixCraft.

How to create MySQL admin user (superuser) account

Par : Vivek Gite

How do I create an admin user in MySQL? How can I set up and create a superuser account in a MySQL server running on Linux or Unix-like systems? Can you provide a quick guide about making a superuser with root-like access to the MySQL or MariaDB databases?

The post How to create MySQL admin user (superuser) account appeared first on nixCraft.

Top 7 Linux GPU Monitoring and Diagnostic Commands Line Tools

Par : Vivek Gite

nvtop
A video card is a special circuit board that controls what is displayed on a computer monitor. It is also called a graphics processing unit (GPU), which calculates 3D images and graphics for Linux gaming and other usages. Let us see the top 7 Linux GPU monitoring and diagnostic command-line tools to solve issues.

The post Top 7 Linux GPU Monitoring and Diagnostic Commands Line Tools appeared first on nixCraft.

Alpine Linux Change Hostname (computer name)

Par : Vivek Gite

I am a new Alpine Linux user. By default, my server name is set to 'localhost' during installation. Now, I would like to change the computer name. How do I change the Alpine Linux computer name? Can you tell me more about Alpine Linux change hostname command?

The post Alpine Linux Change Hostname (computer name) appeared first on nixCraft.

FreeBSD configure AWS SES with Postfix MTA

Par : Vivek Gite

How do I integrate and configure Amazon/AWS SES with Postfix running on my FreeBSD Unix server?

The post FreeBSD configure AWS SES with Postfix MTA appeared first on nixCraft.

How to install less on CentOS / RHEL / Fedora

Par : Vivek Gite

One of my PHP and bash scripts depends upon less command to display the help system to other users. But, whenever they run less on a particular version of CentOS or RHEL cloud server, they get an error that reads as: "bash: less: command not found." How do I install less utility on CentOS or RHEL (Red Hat Enterprise Linux)/Fedora Linux server? How can I configure Linux containers such as Docker or Podman to install less automatically?

The post How to install less on CentOS / RHEL / Fedora appeared first on nixCraft.

Set up automatic unattended updates for Ubuntu 20.04

Par : Vivek Gite

How do I configure automatic unattended updates for Ubuntu Linux 20.04 LTS "Focal Fossa" server?

The post Set up automatic unattended updates for Ubuntu 20.04 appeared first on nixCraft.

How to install htop on Arch Linux

Par : Vivek Gite

I am a new user of Arch Linux operating system. How do I install htop on Arch Linux using the pacman command?

The post How to install htop on Arch Linux appeared first on nixCraft.

How to install KVM on Ubuntu 20.04 LTS Headless Server

Par : Vivek Gite

Kernel-based Virtual Machine (KVM) is a virtualization module for the Linux kernel that turns it into a hypervisor. How can I install KVM with bridged networking, set up a guest operating system as the back-end virtualization technology for non-graphic Ubuntu Linux 20.04 LTS server over ssh based session?

The post How to install KVM on Ubuntu 20.04 LTS Headless Server appeared first on nixCraft.

How to install a Wireguard VPN client in a FreeBSD jail

Par : Vivek Gite

I installed/set up a Wireguard VPN server on Debian 10 Linux box. How do I install, configure and set up a Wireguard client in a FreeBSD jail?

The post How to install a Wireguard VPN client in a FreeBSD jail appeared first on nixCraft.

apt-get hold back packages on Ubuntu / Debian Linux

Par : Vivek Gite

How do I hold back packages on an Ubuntu / Debian Linux to prevent updating of a specific package? How can I blacklist package updates using the apt command/apt-get command?

The post apt-get hold back packages on Ubuntu / Debian Linux appeared first on nixCraft.

Route 53 Let’s Encrypt wildcard certificate with acme.sh

Par : Vivek Gite

Route 53 Let’s Encrypt wildcard certificate with acme.sh
How do I get a wildcard TLS/SSL certificate from Let’s Encrypt using acme.sh and AWS Route53? How can I set up wildcard Let’s Encrypt SSL with AWS Route53 for Nginx or Apache?

The post Route 53 Let’s Encrypt wildcard certificate with acme.sh appeared first on nixCraft.

How to issue Let’s Encrypt wildcard certificate with acme.sh and Cloudflare DNS

Par : Vivek Gite

Cloudflare DNS with acme.sh
I read your Let's Encrypt TLS/SSL certificate acme.sh tutorial. But, I need to set up and use Cloudflare DNS with acme.sh. How do I secure my Nginx web server with Let's Encrypt TLS/SSL certificate issue with Cloudflare DNS?

The post How to issue Let’s Encrypt wildcard certificate with acme.sh and Cloudflare DNS appeared first on nixCraft.

How to get source code of package using the apt command on Debian or Ubuntu

Par : Vivek Gite

I need source code of code of package installed using the apt-get command or apt command on Debian or Ubuntu. How do I get or download source code of package on a Debian or Ubuntu system? How can I download Ubuntu/Debian package's source code?

The post How to get source code of package using the apt command on Debian or Ubuntu 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.

Ubuntu 20.04 update installed packages for security

Par : Vivek Gite

I am a developer and using Ubuntu 20.04 LTS Linux server for my projects. I need to update installed packages for security on Ubuntu Linux 20.04 LTS server. How do I update my Ubuntu system using and validate that security patches are applied? Keeping your Ubuntu server system, kernel, docker, and the installed application is … Continue reading "Ubuntu 20.04 update installed packages for security"

The post Ubuntu 20.04 update installed packages for security appeared first on nixCraft.

How To Create a Sudo User on Ubuntu 20.04 LTS

Par : Vivek Gite

How do I create a new user with sudo access on Ubuntu 20.04 LTS Linux server? Can you tell me command to add sudo user on Ubuntu 20.04 Linux server?

The post How To Create a Sudo User on Ubuntu 20.04 LTS appeared first on nixCraft.

How to Change Hostname on Ubuntu 20.04

Par : Vivek Gite

How do I change the hostname on Ubuntu 20.04 LTS Linux system permanently?

The post How to Change Hostname on Ubuntu 20.04 appeared first on nixCraft.

Linux uninstall package / software using the CLI

Par : Vivek Gite

How do I uninstall package or software using the command line in Linux operating systems? How can I uninstall software on a Debian or Ubuntu Linux? Can you tell me command to uninstall package on a CentOS/RHEL/Oracle/Fedora Linux?

The post Linux uninstall package / software using the CLI appeared first on nixCraft.

How to Install phpredis on CentOS 8 / RHEL 8

Par : Vivek Gite

How do I install PHP extension called phpredis (php-redis) for interfacing with Redis cluster on CentOS 8 or RHEL 8?

The post How to Install phpredis on CentOS 8 / RHEL 8 appeared first on nixCraft.

Ansible apt update all packages on Ubuntu / Debian Linux

Par : Vivek Gite

I have a bunch of servers powered by Ubuntu and Debian Linux. How do I update all of them using the apt module of Ansible? How can I use Ansible for system updates and reboot the box when kernel upgrades took place?

The post Ansible apt update all packages on Ubuntu / Debian Linux 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.

Explain DEBIAN_FRONTEND apt-get variable for Ubuntu / Debian

Par : Vivek Gite

Can you explain DEBIAN_FRONTEND apt or apt-get variable? How and why I need to use this in Docker or shell scripts under a Debian and Ubuntu Linux?

The post Explain DEBIAN_FRONTEND apt-get variable for Ubuntu / Debian appeared first on nixCraft.

Add a new user account with admin access on Linux

Par : Vivek Gite

How do I add a user account with admin (sudo) access on Ubuntu or CentOS Linux cloud server? How can I add a new user with admin account level access in Linux?

The post Add a new user account with admin access on Linux appeared first on nixCraft.

CentOS 8 update installed packages for security

Par : Vivek Gite

I need to update installed packages for security on CentOS 8.x (CentOS Enterprise Linux) server. How can I update my CentOS 8.x system using yum command?

The post CentOS 8 update installed packages for security appeared first on nixCraft.

How to install tar on RHEL/CentOS 6/7/8 using yum

Par : Vivek Gite

I am trying to extract a file using 'tar xvf file.tar.gz' syntax, but I am getting an error:
bash: tar: command not found
How do I fix this problem? How can I install tar on a CentOS/RHEL version 8, 7 or 6 desktop using yum command?

The post How to install tar on RHEL/CentOS 6/7/8 using yum 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.

Add / Create a Sudo User on CentOS Linux 8

Par : Vivek Gite

How do I add / create a sudo user on CentOS Linux 8 using the command line?

The post Add / Create a Sudo User on CentOS Linux 8 appeared first on nixCraft.

How to add or mount directory in LXD (Linux container)

Par : Vivek Gite

I have two LXD containers running. One is for Nginx, and another is for processing data. I need to share data between two containers. How do I add or mount a shared directory between two?

The post How to add or mount directory in LXD (Linux container) appeared first on nixCraft.

How to check and list installed packages in CentOS Linux

Par : Vivek Gite

How do I check installed packages in CentOS Linux version 6.x/7.x/8.x? How can I List installed packages on CentOS Enterprise Linux server?

The post How to check and list installed packages in CentOS Linux appeared first on nixCraft.

Linux shell script to reduce PDF file size

Par : Vivek Gite
Here is a handy and useful Linux and Unix shell script that reduce PDF file size using Ghostscript. No need to upload your PDF file to the shady third-party website. Just do it from the terminal. I tested it with both CentOS and Ubuntu/Debian Linux.

How to Create a new user account in CentOS 7/8

Par : Vivek Gite

How do I create a new user account on CentOS 7/8 Linux server using command-line options? How do I create a new user account with sudo access on CentOS 8 Linux server?

The post How to Create a new user account in CentOS 7/8 appeared first on nixCraft.

bash: file: command not found. How to install file

Par : Vivek Gite

I am running file /usr/sbin/arp command on a Debian VM minimal but getting an error that read as:
bash: file: command not foundHow do I fix this error on a Debian or Ubuntu Linux system? How can I install file command on Linux cloud?

The post bash: file: command not found. How to install file appeared first on nixCraft.

Delta RPMs disabled because applydeltarpm not installed

Par : Vivek Gite

I am getting the following warning on both CentOS 7 and RHEL (Red Hat) 7 when I run yum command:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
What is delta RPM (DRPM) and how does it differ from RPM? How do I fix this issue on a CentOS or RHEL 7 server/desktop?

The post Delta RPMs disabled because applydeltarpm not installed appeared first on nixCraft.

❌