29%
26.01.2025
(Figure 1). Although you will need to install the freeware program on the computer you want to examine first, the program is quite small, occupying less than 5MB of space on the hard drive
29%
31.10.2025
a sample of the output it produces (Listing 1).
Listing 1
Sample Nmap Output
# nmap -A -T4 scanme.nmap.org
Starting Nmap ( http://nmap.org )
Interesting ports on scanme ... 2012
29%
05.03.2014
1 468 0.02 0.06 0.14 0
9:46:23 AM 0 468 0.01 0.06 0.14 0
Average: 0 468 0.01 0.06 0.14 0
With the ‑f
option, you can also specify a daily log
29%
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
29%
06.05.2014
media, and the entertainment industry, including Amazon Web Services, AOL, Apple, eBay, Facebook, Netflix, and HP. However, Hadoop 2.2.x is especially appealing for smaller companies with tight budgets
29%
23.02.2012
/64/4.3.0 globalarrays/open64/openmpi/64/4.2 mvapich2/gcc/64/1.2
acml/open64-int64/64/4.3.0 hdf5/1.6.9 mvapich2/open64/64/1.2
blacs/openmpi/gcc/64/1.1patch03 hpl/2
29%
08.06.2012
, Mark Nottingham, the chair of the group recently tripped a discussion relating to HTTP 2.0, the first draft of which is due May 2012. One year later, the changes are to be implemented in the scope
29%
10.11.2021
a directory
-v
or -vv
creates verbose output
-b
uses bzip2
compression
-g
uses gzip
compression
-l
uses lzo
compression
-L
n
uses compression level n
(1
-9
, with 7
being the default
29%
08.08.2022
because, typically, head nodes or workstations open ports 22 (SSH), 443 (HTTPS), and sometimes 80 or 8080 (HTTP). Can I find terminal-sharing tools that use these ports? Moreover, can a web browser be used for terminal
29%
07.11.2023
’ll present a quick example of using lvcreate
to create a simple RAID 1 with two devices,
# lvcreate --type raid1 -m 1 -L 500G -n lv_raid1 vg0
where the command options are:
--type raid1
: the raid