Get-Help : Не удается найти справку для раздела "get-disk".
строка:1 знак:9
+ get-help <<<< get-disk
+ CategoryInfo : ResourceUnavailable: (:) [Get-Help], HelpNotFoundException
+ FullyQualifiedErrorId : HelpNotFound,Microsoft.PowerShell.Commands.GetHelpCommand
PS C:\Users\BlagoYar> get-item -path 'C:\'
Каталог:
Mode LastWriteTime Length Name
---- ------------- ------ ----
da-hs 30.11.2022 4:12 C:\
iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
ss -tupl | grep https
tcp LISTEN 0 511 0.0.0.0:https 0.0.0.0:* users:(("apache2",pid=35321,fd=5),("apache2",pid=35320,fd=5),("apache2",pid=35319,fd=5),("apache2",pid=35318,fd=5),("apache2",pid=35317,fd=5),("apache2",pid=35316,fd=5))
ss -tupl | grep http
tcp LISTEN 0 511 0.0.0.0:https 0.0.0.0:* users:(("apache2",pid=35321,fd=5),("apache2",pid=35320,fd=5),("apache2",pid=35319,fd=5),("apache2",pid=35318,fd=5),("apache2",pid=35317,fd=5),("apache2",pid=35316,fd=5))
tcp LISTEN 0 511 *:http *:* users:(("apache2",pid=35321,fd=4),("apache2",pid=35320,fd=4),("apache2",pid=35319,fd=4),("apache2",pid=35318,fd=4),("apache2",pid=35317,fd=4),("apache2",pid=35316,fd=4))
cat /etc/apache2/sites-enabled/000-default.conf
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
ServerName zabbix.mydomain.com
ServerAlias www.zabbix.mydomain.com
ServerAdmin admin@mydomain.com
DocumentRoot /usr/share/zabbix
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =zabbix.mydomain.com [OR]
RewriteCond %{SERVER_NAME} =www.zabbix.mydomain.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
<VirtualHost *:443>
ServerName zabbix.mydomain.com
ServerAlias www.zabbix.mydomain.com
ServerAdmin admin@mydomain.com
DocumentRoot /usr/share/zabbix
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLEngine on
SSLCertificateFile /etc/ssl/zabbix/zabbix_cert.crt
SSLCertificateKeyFile /etc/ssl/zabbix/zabbix_private_key.key
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Listen 80
<IfModule ssl_module>
Listen 0.0.0.0:443
</IfModule>
<IfModule mod_gnutls.c>
Listen 0.0.0.0:443
</IfModule>
myhostname.subnet11212101.vcn11212100.oraclevcn.com:443:0 server certificate does NOT include an ID which matches the server name