17%
30.01.2024
. The following example assumes a system with Ubuntu 22.04.
To begin, you need to install some required software management packages (Listing 1, line 1); download the GPG key used to sign Docker's package lists
17%
11.06.2014
at the bottom of the window, ranges from 0 (less risky) to 100 (more risky). Because these two processes started after the malware installed, they are likely bad. When I compared the Start Time of svchost
17%
14.11.2013
distributions.
Table 1
Udev Storage Locations
Distribution
Path
Ubuntu 12.10, Debian 7.0, SLES 11 SP2
* /etc/udev/rules.d/70-persistent-net.rules* /lib/udev/rules.d/75
17%
05.12.2016
the user input
# Set bold mode
tput bold
tput cup 10 15
read -p "Enter Your Choice [1-2] " choice
tput clear
tput sgr0
tput rc
Figure 3: tput sample
17%
28.11.2021
the performance characteristics of Solr and Lucene.
The Regain [5] project was another product that used Lucene as a search engine on the desktop. However, it was discontinued after the release of version 2.1.0
17%
04.11.2011
$if | bzip2 ‑9 > $if.bz2;
04 done
05 real 0m27.005s
06 user 0m11.745s
07 sys 0m14.623s
08
09 $ time find . ‑name "*.gz" ‑print | parallel ‑j +0 'zcat {} | bzip2 ‑9 > {.}bz2'
11
12 real 0m
17%
19.07.2017
a network between a client application and an instance of SQL Server. SQL Server on Linux supports the following TLS protocols: TLS 1.2, 1.1, and 1.0.
Machine Learning Services enhancements – In RC1, we
17%
16.07.2019
presentation by Matthew Rocklin. It was run in a Jupyter notebook to get the timings.
Listing 1: Python First Run Without Numba
import numpy
def sum(x):
total = 0
for i in range(x.shape[0]):
total
17%
10.04.2015
add -net 192.168.100.0/24 gw 192.168.2.2 dev eth0
up route add -net 192.168.13.0/24 gw 192.168.2.2 dev eth0
Listing 2
Set Routes
$ sudo route add -net 192.168.100.0/24 gw 192
17%
20.08.2012
the -p
option:
# nc -p 16000 examplehost.tld 22
To add a timeout for latency testing, you could use the -w
parameter followed by the number of seconds – 30 seconds, for example:
# nc -p 16000 -w 30