OpenLDAP/BackSQL: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> lxc image list images:ubuntu/noble/desktop lxc launch --vm images:ffa5fc9dfb84 openldap lxc launch --vm images:ubuntu/noble/desktop openldap </syntaxhighlight> | colspan="2" | <syntaxhighlight lang="bash"> lxc list status=running name=openldap --format=json |jq -r '.[].state.network.[].addresses' lxc list status=running name=openldap --format=yaml |yq -r '.[].state.network.[].addresses' lxc info openldap...") |
|||
Line 137: | Line 137: | ||
* [[CIDR]] | * [[CIDR]] | ||
* [[UFW]] | * [[UFW]] | ||
* [[YQ Tool|YQ]] | |||
* [[JQ Tool|JQ]] | |||
|valign="top"| | |valign="top"| |
Revision as of 02:20, 8 January 2025
Playground
lxc image list images:ubuntu/noble/desktop
lxc launch --vm images:ffa5fc9dfb84 openldap
lxc launch --vm images:ubuntu/noble/desktop openldap
|
lxc list status=running name=openldap --format=json |jq -r '.[].state.network.[].addresses'
lxc list status=running name=openldap --format=yaml |yq -r '.[].state.network.[].addresses'
lxc info openldap|yq '.Resources.["Network usage"][]["IP addresses"].inet'
| |
| ||
systemctl list-dependencies graphical.target
dpkg -l | grep 'gnome-shell-extension'
apt list --installed|grep linux-image
|
lxc snapshot openldap base:24.04
lxc publish openldap/base:24.04 --alias openldap/base:24.04
lxc restore openldap base:24.04
| |
| ||
cat <<-'EXE'|sudo bash
umount /var/snap/firefox/common/host-hunspell
snap remove firefox
EXE
|
cat <<-'EXE'|sudo bash
snap disable remmina
snap remove --purge remmina
EXE
|
systemctl list-dependencies --type=service --state=running systemctl list-dependencies --type=service --state=active systemctl list-dependencies docker.service systemctl list-dependencies --all |
References
| ||
| ||