28%
03.02.2022
arp -a
(Figure 1). On Linux computers
ip n s
Figure 1: The ARP cache can be displayed from the Windows command line.
does the same thing
28%
14.03.2013
command:
# sockstat | grep "\*:[0-9]"
The description for rc.conf(5) lists the services that need to be bound to a fixed IP address via parameters. One example is the inetd service:
inetd_flags="-wW -a
28%
28.11.2022
to maintain storage media under 60¡C (140¡F), with the actual drive's specification having the final say.
Listing 2
Extracting Temperature Data
federico@voronoi:~$ sudo smartctl -A /dev/nvme0
28%
05.12.2019
+u+g+s+m+c+md5
#L : p+d+i+n+u+g
#P : p+n+u+g+s+md5
#E : '' (empty)
**
# action alias may be configured with
# your_alias = another_alias|item[+item][-item]
# all is a pre-defined alias for all items except "a
28%
05.12.2014
of pkgsrc; releases 2014Q2 and 2014Q1 are fine):
imgadm install d34c301e-10c3-11e4-9b79-5f67ca448df0
To better understand, take a look at an article published in a previous issue of ADMIN
[5].
First, I
28%
16.10.2012
to the screen (STDOUT; line 15).
Listing 1: SSH Script
01 #!/usr/bin/php
02
03
04 $ssh = ssh2_connect('192.168.1.85', 22);
05 ssh2_auth_password($ssh, 'khess', 'password');
06 $stream = ssh2_exec
28%
08.06.2021
Py code, but just in case you have not, this quick example creates an “empty” 2D array of size nx
by ny
:
import numpy as np
nx = 10
ny = 10
a = np.empty((nx,ny))
type(a)
Array a
is of data type numpy
28%
02.02.2021
.matrix.dev/gentoo-glibc]
22bac475857f: Pushed
636634f1308a: Layer already exists
[...]
Step 2/8 : FROM dockerrepo.matrix.dev/gentoo-glibc:latest-amd64
[...]
Step 8/8 : ADD gentoo-gcc.tar.gz / ---> b89e1b4ab2ba
Successfully
28%
13.02.2017
little mutual compatibility. An overview of which services work in which environment is available on Microsoft TechNet [2].
After a two-year trial period, Microsoft officially released the Preview Portal
28%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15