50%
17.02.2015
/www/html directory with:
[root@kickstart ~]# cd /var/www/html/
[root@kickstart base]# reposync -r base -a x86_64 -n
Reposync will look for the base repo in /etc/yum.repos.d/ and then sync from the particular web
50%
09.08.2015
-n
Show version
-v
Table 3
Editing Commands
Action
Command
Add lines above this one
i
Add lines below this one
50%
12.05.2021
at once, use the -a
parameter (Listing 3). (Warning: You will get a lot of information.)
Listing 3: List All Log Pages
$ sudo sg_logs -a /dev/sdc
SEAGATE ST14000NM0001 K001
Supported
50%
29.10.2013
Linux running PHP 5.3
5) 32bit Amazon Linux running Node.js
6) 64bit Amazon Linux running Node.js
...
Don’t create an RDS instance this time, so type n
for that option; however, notice how
50%
02.08.2021
(Listing 3). (Warning: You will get a lot of information.)
Listing 3
List All Log Pages
$ sudo sg_logs -a /dev/sdc
SEAGATE ST14000NM0001 K001
Supported log pages [0x0]:
0x00
50%
13.07.2022
.
Figure 5: Terminal after creating a new tmux window.
To cycle through windows, press Ctrl+B-n (next), Ctrl+B-p (previous), or Ctrl+B-x
(where x
=0-9) to go to a specific window. If you type Ctrl
50%
07.10.2014
summary of the status of the system. Let me explain with an example. Figure 1 is a screen shot of my desktop when I was running Python code test3.py (a long-running processor- and memory-intensive piece
50%
02.02.2021
5221548db 58 seconds ago 5.67MB
80dc7d447a48 About a minute ago 167MB
alpine 3.9 78a2ce922f86 5 months ago 5.55MB
The command you really
50%
29.09.2020
-amd64.tar.gz.sha256sum
[...snip]
e6be589df85076108c33e12e60cfb85dcd82c5d756a6f6ebc8de0ee505c9fd4c helm-v3.1.2-linux-amd64.tar.gz
$ sha256sum helm-v3.1.2-linux-amd64.tar.gz
e6be589df85076108c33e12e60cfb85
50%
19.06.2023
object
O
Python object
A simple example from nkmk creates a float64
data type (64-bit floating-point number):
import numpy as np
a = np.array([1, 2, 3], dtype=np.float64