24%
04.10.2018
active Fa0/1, Fa0/2, Fa0/3, Fa0/4,
Fa0/5, Fa0/6, Fa0/7, Fa0/8,
Fa0/9, Fa0/10, Fa0/11, Fa0/12
10
24%
27.09.2024
virtual instance for development and test purposes on which to carry out the work. Again, Ubuntu 22.04 is a good choice. The steps are quickly completed: Use curl to download the k0s binary, which you
24%
05.02.2019
manipulate it? One simple approach to spoofing can be found in the base.c file in the sources of older kernel versions:
res = access_process_vm(task, mm->arg_start, buffer, len, 0);
For each entry
24%
15.04.2014
the following command when you get there:
wget http://libguestfs.org/download/builder/fedora-19.xz
The image is only 164MB in size, so the download is done quickly. Back in the main directory of the libguestfs
24%
20.03.2014
you get there:
wget http://libguestfs.org/download/builder/fedora-19.xz
The image is only 164MB in size, so the download is done quickly. Back in the main directory of the libguestfs distribution, you
24%
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
24%
17.02.2015
unsigned int flags = 0;
066
067 printf("deadline thread start %ld\n",
068 gettid());
069
070 attr.size = sizeof(attr);
071 attr.sched_flags = 0;
072 attr.sched_nice = 0;
073 attr
24%
03.12.2024
(pool_size=(2,2)))
model.add(layers.Dropout(0.3))
The next size layers of the model (Listing 4) are the same except for some small changes:
input_shape
does not need to be specified in the first 2D
24%
26.01.2025
.add(layers.BatchNormalization())
model.add(layers.Conv2D(32, (3,3), padding='same', activation='relu'))
model.add(layers.BatchNormalization())
model.add(layers.MaxPooling2D(pool_size=(2,2)))
model.add(layers.Dropout(0.3))
The next
24%
12.08.2015
large kernel. These independent kernels and associated data transfers may overlap with other kernels.
A simple example of this directive (in Fortran) is:
!$acc kernels
do i=1,n
a(i) = 0.0