alias hd='sudo hdparm -Y /dev/sda'
² distrobox-create, distrobox-enter, ... #
distrobox-ephemeral --help
Rename a distrobox #
distrobox-create --name $_NewImageName --image $_CurrentImageName
distrobox-rm $_CurrentImageName
Get name of distrobox #
distrobox-enter $_AnyImageName
Inside DB #
distrobox-host-exec # run a shell in a container
distrobox-host-exec <container-name> <command>
distrobox-host-exec <container-name> bash
cat /etc/os-release
#=> CPE ...
3 Info: #
CPE = Common Platform Enumeration
A standard naming format used by:
security scanners
vulnerability databases (like NVD)
enterprise inventories
Example of a CPE string:
cpe:2.3:o:opensuse:tumbleweed:20240222
It describes:
type (o = operating system, a = application)
vendor
product
version
etc.
last updated:
