46%
03.02.2022
arp -a
(Figure 1). On Linux computers
ip n s
Figure 1: The ARP cache can be displayed from the Windows command line.
does the same thing
46%
25.09.2023
/bin/systemctl stop mmonit" with timeout 20 seconds
> if failed port 8080 for 2 cycles then restart
> EOF
>
> }
>
> instlMMonit() {
>
> if ! wget "https://mmonit.com/dist/mmonit-${MMONITVER}-linux-x64.tar.gz" -O
46%
17.02.2015
not to log the SYSTEM_BOOT event type. Using
ausearch -m 2>&1 | tr ' ' '\n' | grep '[A-Z]$' | sort
will show a list of all available event types.
Viewing Log Files
The ausearch command can also be used
46%
11.09.2018
+x docker-machine-driver-kvm2
$ sudo mv docker-machine-driver-kvm2 /usr/local/bin
The first command downloads the docker-machine-driver-kvm2
package using curl
. The second command makes the download
46%
11.09.2023
factors to little NVMe drives that are only a few millimeters thick and very short. The M.2 SSDs are approximately 22mm wide and 60-80mm long. It became obvious that putting a fair number of SSDs
46%
25.03.2021
identified the following physical drives that I will be using in my examples:
$ cat /proc/partitions |grep -e sd[c,d] -e nvm
259 0 244198584 nvme0n1
259 2 244197543 nvme0n1p1
8 32
46%
12.08.2015
.0
b(i) = 1.0
c(i) = 2.0
end do
do i=1,n
a(i) = b(i) + c(i)
end do
!$acc end kernels
With the simple kernels
directive, the compiler creates a kernel from the first loop
46%
25.11.2012
to experiment can simply copy the tool to a computer of their choice and convert the image there. The
vmss2core -N6 .vmss
command generates the kernel dump (Listing 3). During testing, this conversion
46%
09.08.2015
release to the encryption toolkit to address a "certificate forgery" issue. The problem affects OpenSSL versions 1.0.2c, 1.0.2b, 1.0.1n, and 1.0.1o. According to the security advisory (CVE-2015
46%
03.02.2022
command, except it lists all of the cores at once.
Listing 4
Real or SMT? Method 2
$ cat $(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0