14%
31.10.2025
in
Number of threads in use is 4
Thread 1 Checking in
iter,gdel: 10 0.2402E-01
iter,gdel: 20 0.1210E-01
iter,gdel: 30 0.8080E-02
iter,gdel: 40 0.5984E-02
iter
14%
12.09.2013
17 %description
18 Custom SELinux policy module.
19
20 %prep
21 if [ ! -d custom-selinux-policy ]; then
22 mkdir custom-selinux-policy
23 fi
24 cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} custom
14%
14.03.2013
http://www.pjsip.org/release/2.0./pjproject-2.0.1.tar.bz2
Next, go to the directory where you unpacked the tarred and zipped file and type:
./configure
make dep
make
You will now have a file starting
14%
05.09.2011
, and Listing 5 shows a sample ranged network configuration.
Listing 4
Fixed Network Template
01 NAME = "Private Cloud"
02 TYPE = FIXED
03 BRIDGE = vbr0
04 LEASES = [IP=192.168.0.1, MAC=50:20:20:20:20:20
14%
15.08.2016
.168.56.130/24 brd 192.168.56.255 scope global eth0
18 valid_lft forever preferred_lft forever
19
20 $ ip addr del 192.168.56.130/24 dev eth0
21 $ brctl addbr br0
22 $ ip addr add 192.168.56.130/24 dev br0
23
14%
26.03.2025
.
The platform also comes with secure email communication that supports OAuth 2.0 for POP3 and IMAP email protocols to enable modern and secure authentication for the retrieval of email from services
14%
30.01.2020
its execution in the real world (real), as well as how much CPU time was allocated in user and kernel (sys) modes:
$ time sleep 1
real 0m1.004s
user 0m0.002s
sys 0m0.001s
What not everyone knows
14%
17.06.2017
, parameter :: pi = 3.14159
03 end module circle_constant
04
05 program circle_comp
06 ! make the content of module available
07 use circle_constant
08 real :: r
09 !
10 r = 2.0
11 write(*,*) 'Area
14%
05.02.2023
hardware support [7]. I am using Ubuntu 22.04 (Jammy) for this test in the original us-east-1 availability zone.
$ aws ec2 run-instances --image-id ami-0ea1c7db66fee3098 --region us-east-1 --key federico
14%
09.10.2017
a simple Flannel configuration.
Listing 1
Flannel Configuration
01 [...]
02 {
03 "Network": "10.0.0.0/8",
04 "SubnetLen": 20,
05 "SubnetMin": "10.10.0.0",
06