Note: if you are using Python 3.6(Default version in Ubuntu 18.04) checkov will not work, and it will fail with ModuleNotFoundError: No module named 'dataclasses' error message. In this case, you can use the docker version instead. Note that there are certain cases where redirecting docke...
build using Windows Subsystem for Linux Ubuntu environment and just copy out the Windows binaries from that environment If already running a Docker environment, use a container with the Go tool-chain already installed If already familiar with LXD, create a container and follow the installation steps...
Ubuntu custom security baseline check Redhat7/8 Custom Security Baseline Check Custom baseline check policies are used to check whether risks exist in the configurations of your assets based on the custom baselines for operating systems. To adapt baseline check policies for your business, you can sp...
3. Using Disk Utility (on Ubuntu and other distributions with GNOME) Open Disk Utility from your applications menu. Select your drive and click on the gear icon. Choose “SMART Data & Self-Tests” to view detailed health information.
On Debian/Ubuntu, you can use: sudo apt install uptimed It's basically a daemon that tracks a system's highest uptimes via boot IDs, using the system boot time to keep sessions apart from each other. Once uptimed is installed, you can use the uprecords command to show the uptime reco...
To install theGNOME System Monitoron a Linux system, you can use the package manager specific to your Linux distribution. sudo apt install gnome-system-monitor [OnDebian, Ubuntu and Mint] sudo yum install gnome-system-monitor [OnRHEL/CentOS/FedoraandRocky/AlmaLinux] ...
err "Can't find the 'timeout' executable. Please install it:" if [[ "${KERNEL_NAME}" = "Darwin" ]]; then err "${OS_NAME}: 'brew install coreutils'" elif [[ "${KERNEL_NAME}" = "Linux" ]]; then err "Debian/Ubuntu GNU/${OS_NAME}: 'sudo apt-get install coreutils'...
Ubuntu, RedHat) by adding the following: confluence soft nofile 4096 confluence hard nofile 8192 confluence soft nproc 4096 confluence hard nproc 8192 Replace confluence with the user that runs your instance of JIRA or Confluence. systemd ignores system ulimits. The values will need to be ...
The command criu restore crashes with a segmentation fault when running the documentation example. I've installed CRIU using sudo apt-get install criu on my Ubuntu 22.04.4 LTS Jammy computer. In ... checkpoint checkpointing criu docker-checkpoint ...
(Linux/Unix) Unless you are using a "rolling" distro, it is likely that they are not carrying the latest version. There are several external (mainly unsupported) repositories like AUR (ArchLinux), PPA (ubuntu), EPEL (CentOS/Fedora) etc. which might provide up-to-date packages. ...