chore: import notes from an old repository

This commit is contained in:
Michele Cereda
2024-06-15 18:48:34 +02:00
parent a65ba478ba
commit ecde1dee42
22 changed files with 274 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ curl -sS \
```sh
helm repo add 'grafana' 'https://grafana.github.io/helm-charts'
helm -n 'monitoring' upgrade -i --create-namespace 'grafana' 'grafana/grafana'
helm -n 'monitoring' upgrade -i --create-namespace --set adminPassword='abc0123' 'grafana' 'grafana/grafana'
helm -n 'monitoring' upgrade -i --create-namespace --repo 'https://grafana.github.io/helm-charts' 'grafana' 'grafana'
```

View File

@@ -1,8 +1,8 @@
# VBoxManage
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
@@ -10,4 +10,25 @@
# Create host-only virtual networks.
VBoxManage hostonlynet add --name='network_name' --enable \
--netmask='255.255.255.0' --lower-ip=192.168.12.100 --upper-ip=192.168.12.200
# Install extension packs.
wget -q 'https://download.virtualbox.org/virtualbox/6.1.22/Oracle_VM_VirtualBox_Extension_Pack-6.1.22.vbox-extpack' \
--output-document '/tmp/Oracle_VM_VirtualBox_Extension_Pack-6.1.22.vbox-extpack'
sudo VBoxManage extpack install '/tmp/Oracle_VM_VirtualBox_Extension_Pack-6.1.22.vbox-extpack' --replace \
--accept-license '33d7284dc4a0ece381196fda3cfe2ed0e1e8e7ed7f27b9a9ebc4ee22e24bd23c'
```
## Further readings
### Sources
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
<!-- Others -->