17%
09.04.2019
: https://www.youtube.com/watch?v=y3ylZl-aFFg
iptraf: https://www.youtube.com/watch?v=cO0huATNxps
Glances: https://www.youtube.com/watch?v=TQgB0MD9crA
atop article: https://www.tecmint.com/how-to
17%
10.09.2012
to logfiles, and it’s pretty simple to use:
[laytonjb@test1 ~]$ logger "This is a test"
...
[root@test1 ~]# tail -n 2 /var/log/messages
Aug 22 15:54:47 test1 avahi-daemon[1398]: Invalid query packet.
Aug 22 17
17%
18.07.2013
Linux distributions, including Debian, Ubuntu, and openSUSE, come with a script named a2enmod to enable dynamically loadable Apache modules. The root user thus enables mod_ssl as follows:
a2enmod ssl
17%
11.06.2014
/joe/.ssh/google_compute_engine -A -p 22 joe@1.2.3.4 --
11 Warning: Permanently added '1.2.3.4' (ECDSA) to the list of known hosts.
12 Enter passphrase for key '/home/joe/.ssh/google_compute_engine':
13 Linux gcerocks-instance-1 3
17%
16.05.2013
| 52706c89-2906-420c-a719-514c267cfbd4 |
| port_id | |
| router_id | |
| tenant_id | dc61d2b9e6c44e6
17%
12.09.2013
_html folder, and there, create a symbolic link to packages. Finally, the file permissions are modified for security reasons (Listing 3).
Listing 3
Publication
$ sudo a2enmod userdir
$ mkdir
17%
09.10.2017
, which needs a minimum 8GB microSD card (a 16GB+ card is recommended). My server has been running for more than a year with a 32GB microSD without coming close to filling the disk.
Access is through
17%
11.10.2016
for i in range(N):
61 A = column(cpu_percent, i);
62 plt.plot(epoch_list, A);
63 # end if
64 plt.xlabel('Time (seconds)');
65 plt.ylabel('CPU Percentage');
66 plt
17%
30.11.2020
):
Figure 2: The crictl output style when listing CRI-O Pods.
$ crictl pods
In the STATE column, you can see that each Pod is shown as being SANDBOX_READY
. A really useful GitHub crib sheet [9] can
17%
07.10.2014
seq_timeout = 10
08 tcpflags = syn
09 command = /usr/sbin/iptables -A INPUT -s \
%IP% -p tcp --dport 22 -j ACCEPT
10
11 [closeSSH]
12 sequence = 9000