OpenLDAP/BackSQL: Difference between revisions
Jump to navigation
Jump to search
Line 132: | Line 132: | ||
|valign="top"| | |valign="top"| | ||
* [[Private Enterprise Number]] | * [[Private Enterprise Number]] | ||
* [[Linux Containers]] | |||
* [[PostgreSQL]] | * [[PostgreSQL]] | ||
* [[IPTables]] | * [[IPTables]] |
Revision as of 02:21, 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
| ||
| ||