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.
☐ ☆ ✇ nixCraft

How To - Linux List Disk Partitions Command

Par : Vivek Gite — 22 janvier 2021 à 06:43

{Updated} How do I list all hard disk partitions under a Linux operating systems using the CLI and GUI tools?

The post How To - Linux List Disk Partitions Command appeared first on nixCraft.
☐ ☆ ✇ nixCraft

Raspberry Pi Pico released and available at $4 only

Par : Vivek Gite — 21 janvier 2021 à 08:54

Raspberry Pi Pico released and available at $4 only
Last year, the Raspberry Foundation also released a brand new version of the Raspberry PI PC (personal computer), and it is directly built into a small-sized keyboard. Now there is more good news for hackers and hardware developers. They just announced their first microcontroller-based product named Raspberry Pi Pico. This small device is priced at only US $4. Unbelievable price. Let us find out about Raspberry Pi Pico hardware specs and software support.

The post Raspberry Pi Pico released and available at $4 only appeared first on nixCraft.

☐ ☆ ✇ nixCraft

Red Hat introduces new no-cost RHEL option

Par : Vivek Gite — 20 janvier 2021 à 15:31

Red Hat introduces new no-cost RHEL option
As you know, Red Hat recently announced that CentOS Linux 8, as a rebuild of RHEL 8, will end in 2021. CentOS Stream continues after that date, serving as the upstream (development) branch of Red Hat Enterprise Linux. The news met with a strong reaction from the open-source community and CentOS users. Today, Red Hat released a new option where RHEL developer subscriptions can now be used in production environments. The developers and team can have up to 16 systems. In other words, it is a no-cost RHEL that small groups and developers can use to build packages and in production environments.

The post Red Hat introduces new no-cost RHEL option appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to install ShellCheck on FreeBSD – A shell script static analysis tool

Par : Vivek Gite — 17 janvier 2021 à 10:55

shellcheck demo on FreeBSD

ShellCheck is easy to use, free, and open-source static analysis tool that automatically finds bugs in your shell scripts. If you write shell scripts for automation or containers, you need this tool. Let us see how to install and use ShellCheck on the FreeBSD development Unix server.

The post How to install ShellCheck on FreeBSD – A shell script static analysis tool appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to Check and print PHP version installed On Linux / Unix Server

Par : Vivek Gite — 17 janvier 2021 à 08:09

{Updated} How do I find out PHP version under Linux operating systems? What command do I need to type to show the PHP version under Unix-like systems?

The post How to Check and print PHP version installed On Linux / Unix Server appeared first on nixCraft.
☐ ☆ ✇ nixCraft

duf – Disk Usage/Free Utility for Linux, BSD, macOS & Windows

Par : Vivek Gite — 16 janvier 2021 à 20:37

duf - Disk Usage Free Utility for Linux, BSD, macOS & Windows
We use the df command to show how much disk space is free on mounted file systems in Linux, macOS, and Unix-like systems. We also have the du command to estimate file space usage. We now have another fancy and fantastic looking tool called duf to display statistics on free disk space in Unix, Linux, macOS, *BSD, Android, and Windows written in Golang.

The post duf – Disk Usage/Free Utility for Linux, BSD, macOS & Windows appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to find if a website using gzip / deflate compression using curl on Linux and Unix

Par : Vivek Gite — 16 janvier 2021 à 10:49

{Updated} How do I verify gzip/ deflate compression support using curl on Linux, macOS and Unix-like systems for remote webserver?

The post How to find if a website using gzip / deflate compression using curl on Linux and Unix appeared first on nixCraft.
☐ ☆ ✇ nixCraft

OpenSUSE install Brotli module for Nginx

Par : Vivek Gite — 16 janvier 2021 à 10:35

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.

☐ ☆ ✇ nixCraft

How to set up FreeBSD 12 VNET jail with ZFS

Par : Vivek Gite — 7 janvier 2021 à 00:47

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.

☐ ☆ ✇ nixCraft

tuptime - Linux See Historical and Statistical Uptime of System

Par : Vivek Gite — 6 janvier 2021 à 23:11

{Updated} Tuptime is a tool for report the historical and statistical real time of the system, keeping it between restarts. Like uptime command but with more interesting output. It works on both Linux and FreeBSD.

The post tuptime - Linux See Historical and Statistical Uptime of System appeared first on nixCraft.
☐ ☆ ✇ nixCraft

How to unlock LUKS using Dropbear SSH keys remotely in Linux

Par : Vivek Gite — 6 janvier 2021 à 22:40


On Linux, we encrypt our partitions and entire disk using Linux Unified Key Setup-on-disk-format (LUKS) for security and privacy reasons. We unlock LUKS protected disk by providing a passphrase at boot time. You need to be in front of your computer or use a remote console to open the encrypted disk under Linux at boot time. However, if your system is in the basement, remote datacenter/office, or upstairs office, you won't able to unlock and boot your Linux box. We can use the Dropbear SSH server for LUKS encrypted Debian or Ubuntu or any other Linux distro via SSH to solve this problem. Let us see how to unlock LUKS using Dropbear SSH keys in Linux at boot time.

The post How to unlock LUKS using Dropbear SSH keys remotely in Linux appeared first on nixCraft.

☐ ☆ ✇ nixCraft

FreeBSD find CPU (processor) temperature command

Par : Vivek Gite — 1 janvier 2021 à 11:39

{Updated} I am a new FreeBSD Unix user. How do I get the temperature of an Intel or AMD processor (CPU) in FreeBSD using command line option? Is there a command line option for determining CPU temperature on FreeBSD Unix operating system version 9.x/10.x/11.x/12.x/13.x?

The post FreeBSD find CPU (processor) temperature command appeared first on nixCraft.
☐ ☆ ✇ nixCraft

How To Add, Delete, and Grant Sudo Privileges to Users on a FreeBSD Server

Par : Vivek Gite — 1 janvier 2021 à 09:43

{Updated} I am setting up a new FreeBSD server. I do not want to use a default root user who has full system access. How can I setup and grant sudo privileges to users on a FreeBSD VPS or server? How do I create a sudo user on FreeBSD 11.x/12.x/13.x?

The post How To Add, Delete, and Grant Sudo Privileges to Users on a FreeBSD Server appeared first on nixCraft.
☐ ☆ ✇ nixCraft

Significant vulnerabilities that crippled IT world this decade (2010-2020)

Par : Vivek Gite — 31 décembre 2020 à 14:59

Significant vulnerabilities that crippled IT world this decade 2010-2020
The last ten years in the computer and IT security world are crippled with so many vulnerabilities. We saw massive cloud computing adoption and end-users using mobile devices with high speed 4G LTE networks. A threat actor may have exploited such weakness in modern computers and networks. Let us look into top vulnerabilities and the attack surface in this decade (2010-2020) that affected Linux/Unix, macOS, IT, cloud-computing, and computers in general.

The post Significant vulnerabilities that crippled IT world this decade (2010-2020) appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to rollback an apt-get upgrade if something goes wrong on Debian / Ubuntu Linux

Par : Vivek Gite — 30 décembre 2020 à 14:12

{Updated} Rolling back to the previous version may solve the problem or free the disk space. Both CentOS/RHEL support rollback feature, but I learned hard way both Debian and Ubuntu does not support rollback feature yet.

The post How to rollback an apt-get upgrade if something goes wrong on Debian / Ubuntu Linux appeared first on nixCraft.
☐ ☆ ✇ nixCraft

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

Par : Vivek Gite — 30 décembre 2020 à 11:55

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.

☐ ☆ ✇ nixCraft

How do I apply package updates to my Ubuntu system?

Par : Vivek Gite — 29 décembre 2020 à 22:17

{Updated} Ubuntu Linux provides simple but easy to use GUI and CLI tools to apply package updates to your operating systems. Before installing an update, ensure all previously-released errata relevant to the laptop or desktop/server have been applied.

The post How do I apply package updates to my Ubuntu system? appeared first on nixCraft.
☐ ☆ ✇ nixCraft

How to write FreeBSD image to USB disk for installation using dd command

Par : Vivek Gite — 29 décembre 2020 à 22:11

FreeBSD is an open-source and free Unix-like operating system descended from the Berkeley Software Distribution (BSD). This quick tutorial explains how to download and prepare the USB stick/pen drive to install FreeBSD 12.2 to install FreeBSD using the target computer's USB port.

The post How to write FreeBSD image to USB disk for installation using dd command appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to change LUKS disk encryption passphrase in Linux

Par : Vivek Gite — 29 décembre 2020 à 10:58

How to change LUKS disk encryption passphrase in Linux
We use encryption to protect mobile devices. For instance, I always use LUKS disk encryption to protect all files stored on my SSD. Dm-crypt (Cryptsetup and LUKS) open-source disk encryption is transparent disk encryption and a great way to keep your data secure. However, changing passphrase is a bit of a challenge for new Linux users and developers. This step-by-step guide explains how to find LUKS slots assigned to you and change your passphrase on a Debian/Ubuntu, CentOS/RHEL, OpenSUSE/SUSE other Linux distros.

The post How to change LUKS disk encryption passphrase in Linux appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How do I enable UFW in Ubuntu? Learn how to protect your box

Par : Vivek Gite — 28 décembre 2020 à 13:39

{Updated} So how do you enable UFW in Ubuntu Linux 20.04 / 18.04 / 16.04 LTS server or desktop system to protect yourself from hackers and crackers? Let us see how easy it is to use ufw on Linux.

The post How do I enable UFW in Ubuntu? Learn how to protect your box appeared first on nixCraft.
☐ ☆ ✇ nixCraft

How to restart CentOS or RHEL server safely

Par : Vivek Gite — 28 décembre 2020 à 10:40

I use the reboot command to reboot our PostgreSQL server running on RHEL 7. We have a development server running on CentOS 7 too. However, sometimes I noticed database corruption or file issues. Is there is a safe reboot command that will do a graceful reboot for our CentOS or RHEL 7 server without causing any issues? What is the best way to appropriately restart CentOS/RHEL over ssh?

The post How to restart CentOS or RHEL server safely appeared first on nixCraft.

☐ ☆ ✇ nixCraft

curl hide progress bar output on Linux/Unix shell scripts

Par : Vivek Gite — 27 décembre 2020 à 20:21

{Updated} How can I get curl command not to show the progress bar output? How can I hide curl command output? Is there is a simple way for silencing curl's progress output on an Ubuntu Linux desktop?

The post curl hide progress bar output on Linux/Unix shell scripts appeared first on nixCraft.
☐ ☆ ✇ nixCraft

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

Par : Vivek Gite — 27 décembre 2020 à 20:15

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.

☐ ☆ ✇ nixCraft

How to declare Boolean variables in bash and use them in a shell script

Par : Vivek Gite — 23 décembre 2020 à 09:58

I need to define a bash variable called failed and set the value to False. When my script is called from a cron job, specific tasks might fail, and then I need to flip failed to True. Based upon $failed, I need to send an email alert that my cron job has failed. So how can I declare and use Boolean variables in a shell script running on a Linux server?

The post How to declare Boolean variables in bash and use them in a shell script appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to scan port from your Linux, macOS, and FreeBSD Unix system using netcat/nc

Par : Vivek Gite — 22 décembre 2020 à 20:35

{Updated} How do I find out which ports are opened on my own server? How do I run port scanning using the nc command instead of the nmap command on a Linux or Unix-like systems?

The post How to scan port from your Linux, macOS, FreeBS and Unix system using netcat/nc appeared first on nixCraft.
☐ ☆ ✇ nixCraft

Linux Set Environment Variable Command Tutorial

Par : Vivek Gite — 22 décembre 2020 à 15:01

{Updated} How do I customize the shell environment variable under Linux operating systems? How can I set and view environment variable on Linux?

The post Linux Set Environment Variable Command Tutorial appeared first on nixCraft.
☐ ☆ ✇ nixCraft

bpytop – Awesome Linux, macOS and FreeBSD resource monitor

Par : Vivek Gite — 18 décembre 2020 à 11:34

byptop
The bashtop is an impressive Linux resource monitor that shows usage and stats for processor, memory, disks, and network. However, it suffers from bash itself, and cross-platform support is a nightmare. Now we have the Python port of bashtop. We can use a resource monitor that shows usage and stats for CPU, RAM, SSD (hard disk), network, and processes information in a lovely format.

The post bpytop – Awesome Linux, macOS and FreeBSD resource monitor appeared first on nixCraft.

☐ ☆ ✇ nixCraft

FreeBSD send e-mail with attachments from command line or shell prompt

Par : Vivek Gite — 18 décembre 2020 à 02:37

{Updated} I need to send a few reports everyday as a mail attachment. I'm using FreeBSD 6.2/7.x/8.x/9.x/10.x/11.x/12.x or above server. How do I send mail from a command line or a shell script when using FreeBSD Unix server?

The post FreeBSD send e-mail with attachments from command line or shell prompt appeared first on nixCraft.
☐ ☆ ✇ nixCraft

CentOS Linux reborn as Rocky Linux enterprise operating system

Par : Vivek Gite — 10 décembre 2020 à 17:29

As you know, Red Hat and IBM shocked the Linux community by killing CentOS 8 stable. There will be no CentOS Linux. Red Hat announced that there would be only CentOS Stream, which will act as a rolling version, and it will be used as next RHEL. Now we have a possible alternative called Rocky Linux.

The post CentOS Linux reborn as Rocky Linux enterprise operating system appeared first on nixCraft.

☐ ☆ ✇ nixCraft

Linux Run Command As Another User

Par : Vivek Gite — 10 décembre 2020 à 11:04

{Updated} Tips on how to run Linux commands as another user or as the root user on your Linux server or desktop.

The post Linux Run Command As Another User appeared first on nixCraft.
☐ ☆ ✇ nixCraft

GNU/Bash 5.1 released with the random ${SRANDOM} number engine

Par : Vivek Gite — 9 décembre 2020 à 23:04

Current GNU/Bash maintainer Chet Ramey announced the latest major release, Bash 5.1, on December 7th, 2020. Bash is the default shell on many Linux distros and popular among developers, especially those working with Linux containers. It is the fifth major release of bash. It came with a new enhanced random number generation and added a new variable called SRANDOM. Let us see how to install and use newly released GNU/BASH 5.1 on Linux.

The post GNU/Bash 5.1 released with the random ${SRANDOM} number engine appeared first on nixCraft.

☐ ☆ ✇ nixCraft

SSH ProxyCommand example: Going through one host to reach another server

Par : Vivek Gite — 9 décembre 2020 à 21:07

{Updated} How do I use and jump through one server to reach another using ssh on a Linux or Unix-like systems? Is it possible to connect to another host via an intermediary so that the client can act as if the connection were direct using ssh? Can you give me SSH ProxyCommand and ProxyJump example?

The post SSH ProxyCommand example: Going through one host to reach another server appeared first on nixCraft.
☐ ☆ ✇ nixCraft

CentOS Linux 8 will end in 2021 and shifts focus to CentOS Stream

Par : Vivek Gite — 8 décembre 2020 à 16:43

CentOS Linux 8 will end at 2021: Project shifts focus to CentOS Stream
CentOS is an acronym for Community Enterprise Operating System, and it is a 100% rebuild of RHEL (Red Hat Enterprise Linux). While RHEL costs money, CentOS offered as a free community-supported enterprise Linux distro. Developers and companies who are good at Linux and don't want to pay RHEL support fees always selected CentOS to save money and get enterprise-class software. However, the free ride is over. Red Hat announced that CentOS Linux 8, as a rebuild of RHEL 8, will end at 2021. CentOS Stream continues after that date, serving as the upstream (development) branch of Red Hat Enterprise Linux.

The post CentOS Linux 8 will end in 2021 and shifts focus to CentOS Stream appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to create MySQL admin user (superuser) account

Par : Vivek Gite — 8 décembre 2020 à 11:14

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.

☐ ☆ ✇ nixCraft

How to supercharge string search through a directory hierarchy on a Linux/Unix using ag

Par : Vivek Gite — 3 décembre 2020 à 14:03

{Updated} Usually, I use the grep command/egrep command for code searching on my box. Recently, I come across another cool tool called ag. It is an attempt to make something better than ack, which itself is better than grep command. Let us see how to install and use the ag tool on Unix-like operating systems.

The post How to supercharge string search through a directory hierarchy on a Linux/Unix using ag appeared first on nixCraft.
☐ ☆ ✇ nixCraft

How to install Go [golang] on Ubuntu Linux

Par : Vivek Gite — 2 décembre 2020 à 09:55

How do I install Golang on Ubuntu Linux for developing apps in Go?

The post How to install Go [golang] on Ubuntu Linux appeared first on nixCraft.

☐ ☆ ✇ nixCraft

Linux: How To Encrypt And Decrypt Files With A Password

Par : Vivek Gite — 30 novembre 2020 à 12:50

{Updated} Where security is critical, we use strong encryption such as Pretty Good Privacy/GNU PGP instead of the relatively weak standard encryption provided by many CLI utilties. Let us see how to encrypt and decrypt files on Linux and Unix command-line.

The post Linux: How To Encrypt And Decrypt Files With A Password appeared first on nixCraft.
☐ ☆ ✇ nixCraft

How to convert pdf to image on Linux command line

Par : Vivek Gite — 30 novembre 2020 à 11:39

I have many PDF files, and I need to convert them to a png file format, add a border to those images, and convert back all those images to pdf format. How can I convert pdf to image format on Linux and vice versa using the CLI?

The post How to convert pdf to image on Linux command line appeared first on nixCraft.

☐ ☆ ✇ nixCraft

Ubuntu 20.04 LTS change hostname permanently

Par : Vivek Gite — 29 novembre 2020 à 20:55

{Updated} Iam a brand-new Ubuntu Linux 20.04 LTS VM user. By default, my server name to 'localhost' during cloud installation, but now I would like to change the computer name to 'ubuntu-2004-nixcraft'. Can you tell me how do I remove the localhost and set it to ubuntu-2004-nixcraft on Ubuntu 20.04 Linux? How do I change the Ubuntu computer name from 'localhost' to 'ubuntu-2004-nixcraft'? Can you tell me more about Ubuntu Linux change hostname command?

The post Ubuntu 20.04 LTS change hostname permanently appeared first on nixCraft.
☐ ☆ ✇ nixCraft

Top 7 Linux GPU Monitoring and Diagnostic Commands Line Tools

Par : Vivek Gite — 24 novembre 2020 à 11:49

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.

☐ ☆ ✇ nixCraft

How to install MySQL server on CentOS 8 Linux

Par : Vivek Gite — 23 novembre 2020 à 19:16

How do I install MySQL server 8.0 on CentOS 8 Linux server running on Linode and AWS cloud? How do I add and set up a new MySQL user and database account on the newly created CentOS server?

The post How to install MySQL server on CentOS 8 Linux appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to install MySQL server on Debian 10 Linux

Par : Vivek Gite — 7 novembre 2020 à 18:36

How can I install MySQL server 8.0 on Debian 10 LTS Linux server? How do I add a new MySQL user and database on the newly set up Debian server running on AWS EC2 server?

The post How to install MySQL server on Debian 10 Linux appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to enable rc.local shell script on systemd while booting Linux system

Par : Vivek Gite — 4 novembre 2020 à 11:32

How to enable rc.local shell script on systemd while booting Linux system

We can easily enable rc.local shell script support on systemd while booting the Linux system. Traditionally, the shell script /etc/rc.local used by developers and Linux sysadmin to call other scripts or commands after all services are loaded. Typically /etc/rc.local get called at the end when Linux init switched to a multiuser runlevel. However, by default. /etc/rc.local support is disabled under systemd. This page shows how to enable and execute rc.local shell script during boot using systemd on Linux.

The post How to enable rc.local shell script on systemd while booting Linux system appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How To Configure Firewall with UFW on Ubuntu 20.04 LTS

Par : Vivek Gite — 3 novembre 2020 à 09:53

{Updated} UFW is an acronym for an uncomplicated firewall. Securing a network with an uncomplicated firewall is super easy and highly recommended. It allows you to protect the server from bad guys, and you can open or close ports, ban IP addresses and limit ssh access and much more quickly. Let us see how to set up and use ufw on Ubuntu 20.04 LTS server.

The post How To Configure Firewall with UFW on Ubuntu 20.04 LTS appeared first on nixCraft.
☐ ☆ ✇ nixCraft

Raspberry Pi 400 Desktop PC: Complete specs and pricing

Par : Vivek Gite — 2 novembre 2020 à 11:46

Raspberry Pi 400 Desktop PC
The Raspberry Foundation released a brand new version of the Raspberry PI PC (personal computer), and it is directly built into a small-sized keyboard. The Raspberry Pi 4 model was released in June 2019, and the 8GiB version recently. Let us see Raspberry Pi 400 technical specification and other details.

The post Raspberry Pi 400 Desktop PC: Complete specs and pricing appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to improve your bash/sh shell script with ShellCheck lint script analysis tool

Par : Vivek Gite — 26 octobre 2020 à 20:55

{Updated} ShellCheck is a static analysis tool for shell scripts. One can use it to finds bugs in your shell scripts. It is written in Haskell. You can find warnings and suggestions for bash/sh shell scripts with this tool. Let us see how to install and use ShellCheck on a Linux or Unix-like system to enhance your shell scripts, avoid errors and productivity.

The post How to improve your bash/sh shell script with ShellCheck lint script analysis tool appeared first on nixCraft.
☐ ☆ ✇ nixCraft

How to install VirtualBox on Ubuntu 20.04 Linux LTS

Par : Vivek Gite — 26 octobre 2020 à 15:49

How do I install VirtualBox application on Ubuntu 20.04 Linux LTS system?

The post How to install VirtualBox on Ubuntu 20.04 Linux LTS appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How to install MySQL server on Ubuntu 20.04 LTS Linux

Par : Vivek Gite — 23 octobre 2020 à 12:15

How do I install MySQL server 8.0 on Ubuntu 20.04 LTS Linux server? How can I add a new MySQL user and database on the newly set up Ubuntu server?

The post How to install MySQL server on Ubuntu 20.04 LTS Linux appeared first on nixCraft.

☐ ☆ ✇ nixCraft

How To check LXD container BTRFS disk usage on Linux

Par : Vivek Gite — 23 octobre 2020 à 07:58
Here is a quick and dirty shell script I put to check LXD container size and how much space they are taking on the BTRFS subvolume. Naturally, you must run the script as a root user, and LXD must be configured with BTRFS storage backend on Linux operating systems. See how to set up and install LXD on Ubuntu 20.04 LTS using the apt command
☐ ☆ ✇ nixCraft

How to check TLS/SSL certificate expiration date from command-line

Par : Vivek Gite — 22 octobre 2020 à 09:00

How do I check the TLS/SSL certificate expiration date from my Linux or Unix shell prompt? How can I find the TLS certificate expiry date from Linux and Unix shell scripts?

The post How to check TLS/SSL certificate expiration date from command-line appeared first on nixCraft.

❌