wget -q -O gpg.key https://rpm.grafana.com/gpg.key sudo rpm --import gpg.key
nano /etc/yum.repos.d/grafana.repo
and paste
[grafana]
This script converts all cells in selected range if they are of text value and the url is valid, check the isValid function if you need it updated. | |
You can add this script through Automate function. | |
``` | |
function main(workbook: ExcelScript.Workbook) { | |
// Get the currently selected range | |
let selectedRange = workbook.getSelectedRange(); | |
// Check if a range is actually selected |
# Define the folder path where SVG files are located | |
$folderPath = ".\" | |
# Get a list of all SVG files in the folder | |
$svgFiles = Get-ChildItem -Path $folderPath -Filter *.svg | |
# Create an HTML header with a grid layout | |
$htmlContent = @" | |
<!DOCTYPE html> | |
<html lang="en"> |
wget -q -O gpg.key https://rpm.grafana.com/gpg.key sudo rpm --import gpg.key
nano /etc/yum.repos.d/grafana.repo
and paste
[grafana]
From multiple sources
sudo dnf check-update
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo dnf install -y docker-ce docker-ce-cli containerd.io
This guide is a combination of two sources
https://www.thegeekdiary.com/centos-rhel-7-how-to-configure-serial-getty-with-systemd/
These steps are (probably) only applicable for NON QEMU installation of Rocky Linux VM
After installation of Rocky Linux on our Proxmox as Virtual machine (not Linux container) the machine was not accessible from outside world with SSH or ICMP
The solution was to set ipv4.gateway properly.
nmcli con mod ens18 ipv4.method "manual" ipv4.addresses "10.30.0.87/24" ipv4.dns "10.30.0.2" ipv4.gateway "10.30.0.1"