16%
22.08.2017
_get_wtime ( ) - wtime
write ( *, '(a)' ) ' '
write ( *, '(a)' ) ' Back OUTSIDE the parallel region.'
write ( *, '(a)' ) ' '
write ( *, '(a,g14.6)' ) ' Elapsed wall clock time = ', wtime
!
! Terminate.
!
write
16%
13.02.2017
of around 250MB to Amazon's S3 storage very effectively. A number of successful container technologies have been used extensively in the past, including LXC, Solaris Zones, and FreeBSD jails, to name
16%
30.01.2020
and IPv6 packets in the past, you not only needed different rules, you even had to load them into the kernel with different tools: iptables and ip6tables.
The simple nftables inet table type includes both
16%
07.01.2024
press the Tab key twice, you will get a list of the filesystems mkfs
currently supports. For example, on my Ubuntu 22.04 system, I get the following output.
$ mkfs
mkfs
16%
11.06.2014
| = . +..+ |
19 | o+ B.o.. |
20 | o..o +.o |
21 +-----------------+
22 root@hercules:~/.ssh# ssh-copy-id root@sugar
23 root@sugar's password:
Check ~/.ssh/authorized_keys to make sure you haven
16%
20.06.2022
significantly more resources, which means that the scope of this attack is quite remarkable. According to Cloudflare, the botnet used for the attack consisted of 6,000 unique bots from 1,300 different networks
16%
16.10.2012
as shown in the following listing.
Apache/2.2.16 (Debian) DAV/2 SVN/1.6.12
mod_fcgid/2.3.6 Phusion_Passenger/3.0.11
mod_ssl/2.2.16 OpenSSL/0.9.8o Server at
www.domain.tld Port 80
Treacherous Error Messages
16%
07.10.2014
and the other on all IPv6 IP addresses.
Listing 1
Checking Open Ports
chris@DebianBox:~# lsof -i :22
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sshd 3328 root 3r IPv4 33323 0t0 TCP *:ssh
16%
20.02.2023
the file /usr/local/bin/gpu_devices.sh
(Listing 6).
Listing 6: /usr/local/bin/gpu_devices.sh
#!/bin/bash
/sbin/modprobe nvidia
if [ "$?" -eq 0 ]; then
# Count the number of NVIDIA controllers found.
NVDEVS=`lspci | grep -i NVIDIA`
N3
16%
05.12.2019
, 4, 5 }, // row 0 initialized to 1, 2, 3, 4, 5
{ 6, 7, 8, 9, 10 }, // row 1 initialized to 6, 7, 8, 9 ...
}; // rows 2 onwards initialized to zeros
**
int