28%
20.03.2014
:\Program Files (x86)\Windows Kits\8.0\bin\x64 directory. You can create a certificate like this:
makecert.exe -r -pe -nCN= -ssmy -sr localmachine-eku \
1.3.6.1.5.5.7.3.2 -len 2048 -e01
28%
08.10.2015
containers (Figure 3) – that is, completely virtualized operating systems – and application containers (Figure 4) for virtualizing a particular application, including its run-time environment. However, LXC
28%
22.05.2023
: For example, you can quickly set up a small, fast Kubernetes cluster on a local machine in minikube, in K3d, or with Docker Desktop or Rancher Desktop. Additionally, you can quickly and easily set up a full
28%
28.11.2023
):
ssh-keygen -t ed25519 -a 100 -f
ubuntu-sre-id_ed25519 -q -N
2. Copy the SSH public key data on the target server to the authorized_keys file in the $HOME/.ssh directory. You can use the secure copy
28%
04.11.2011
Enterprise Linux Installation Guide [3] and the section on Kickstart installations [4] are important reading.
The basic steps for getting your HPC cluster up and running are as follows:
Create the admin
28%
17.04.2012
and Windows Server 8 use the new PowerShell 3.0 that I’ll cover in a later entry.
Starting and Stopping Services
One of the basic duties of an Administrator is to start, stop, and restart services on systems
28%
04.04.2023
by the need to have a normal Dockerfile that meets all formal requirements inside the working folder for the new Acorn image (Figure 3). The FROM directive specifies which base image (e.g., from Docker Hub
28%
07.04.2022
" payload has been created for measuring IOPS. This size is 4KB.
The kilobyte [1] is defined as 1,000 bytes and is grounded in base 10 (10^3). Over time, kilobyte has been incorrectly used to mean numbers
28%
20.10.2013
of the drives (more on that later).
Smartmontools is compatible with all S.M.A.R.T. features and supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices. It also supports the major Linux RAID cards
28%
09.04.2019
. The command
> msfpayload windows/exec CMD="cmd /k calc" EXITFUNC=thread C | sed '1,6d;s/[";]//g;s/\\/,0/g' | tr -d '\n' | cut -c2-
would format the parameter value for -ShellCode correctly in the example here