10%
18.07.2012
29582336 22611968 57% /vnfs/usr/local
-bash-4.1# df -h
Filesystem Size Used Avail Use% Mounted on
none 1.5G 217M 1.2G 15% /
tmpfs 1.5G 148K 1.5G 1% /dev
10%
18.07.2013
backend3.example.com server;
05 backend4.example.com server down;
06 backend5.example.com backup server;
07 }
08
09 upstream fallback {
10 fallback1.example.com server: 8081;
11 }
12
13
14 server {
15 %
16
10%
21.08.2012
-cli x86_64 5.3.3-14.el6_3 sl-security 2.2 M
php-common x86_64 5.3.3-14.el6_3 sl-security 522 k
php-gd x86_64 5
10%
12.05.2021
30.85 72.31 13.16 20.40 0.26 70.44 83.89 1.97 3.52
nvme0n1 58.80 12.22 17720.47 48.71 230.91 0.01 79.70 0.08 0.42 0.03 0
10%
30.01.2020
Furthermore, new SSH connections (ct state new) to port 22 will be allowed (tcp dport 22). Packets that belong to existing SSH connections are also allowed (ct state established,related) and are detected
10%
09.06.2018
[::]:* LISTEN
As you can see, only port 22 for SSH is open for incoming connections for both IPv4 and IPv6. If you are not (yet) using IPv6 on your network, you should disable it, because what good
10%
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
10%
14.03.2013
are using Ubuntu 12.04. But, if you are looking to deploy OpenStack Folsom, the default package source in Ubuntu 12.04 is not very useful because it only gives you packages for the previous version, Essex
10%
05.08.2024
COPY --from=dockerize /usr/local/bin/dockerize /usr/local/bin/
COPY gcpemu_csptst.sh /usr/local/bin/run.sh
ENTRYPOINT ["run.sh"]
Finally, create the YAML file in Listing 12 and launch the local
10%
10.04.2015
via ping.
10 if (Test-Connection -ComputerName $server -Quiet -Count 1)
11 {
12 ##If the server can be reached via ping, then:
13 Add-Content $logfile -value "...Server $($server