//packages.microsoft.com/config/$ID/$VERSION_ID/prod.list sudo mv prod.list /etc/apt/sources.list.d/microsoft-prod.list# Move the key to the appropriate placesudo mv microsoft.asc.gpg $(cat /etc/apt/sources.list.d/microsoft-prod.list | grep -oP"(?<=signed-by=).*(?=\])")# ...
Apply ruff/pygrep-hooks rule PGH003 (#1417) May 20, 2024 src/pipx fix: no message when no packages upgraded with upgrade-all (#1597) Jan 31, 2025 testdata Fixpipx runentry point discovery with local path (#1422) May 21, 2024 ...
windows with mouse middle click in titlebar (Y) [7] OPENBOX Install Conky and add basic sysinfo-shortcuts panel (N) [8] OPENBOX Install script obexit with exit-power menu based on rofi (Y) [9] OPENBOX Install some popular fonts (Y) [10] OPENBOX Install Gthumb image viewer (Y)...
Thehostis the computer that runs the Docker container. The hostmust supportAdvanced Vector Extensions(AVX2). You can check for AVX2 support on Linux hosts with the following command: Console grep -q avx2 /proc/cpuinfo && echo AVX2 supported || echo No AVX2 support detected ...
elif [ $os = linux -o $os = windows ]; then _num_cpus=$(grep '^processor *:' /proc/cpuinfo | wc -l) elif [ $os = mac ]; then _num_cpus=$(sysctl -n hw.ncpu) fi [ -z "$_num_cpus" ] && _num_cpus=1 num_cpus ...
if ! dpkg -s "$package" 2>/dev/null | grep -q 'Status: install ok installed' ;then #if the currently-checked package is not installed, add it to the list of packages to install if [ -z "$install_list" ];then install_list="$package" ...
ipv6.nat: "true" used_by: - /1.0/instances/win11 - /1.0/profiles/default locations: - none $ sudo lxc info | grep -i firewall - network_firewall_filtering - firewall_driver firewall: nftables Thanks, Kam 1 Like next page → Home Categories...
rpm -qa | grep -i libicu There should be two package showing on the output. If one or none of this packages are present, just use yum to install it: yum install libicu yum install libicu-devel
printenv | grep ^ARM* Key points: As with any environment variable, to access an Azure subscription value from within a Terraform script, use the following syntax: ${env.<environment_variable>}. For example, to access the ARM_SUBSCRIPTION_ID value, specify ${env.ARM_SUBSCRIPTION_ID}. Cre...
dockerrun--rmyour-image-namesh-c"cat /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem | grep Cloudflare" Debian and Alpine-based images dockerrun--rmyour-image-namesh-c"cat /etc/ssl/certs/certificate.pem" Google Cloud Google Cloud SDK ...