我已经下载并安装了 CMAK 来管理 Apache Kafka 服务器。
安装需要将二进制文件下载到一个文件夹,然后运行:
bin/cmak
在那个文件夹里面。
这将在您运行命令时手动启动 cmak,并将在控制台上显示 CMAK 日志。
我正在使用 SSH 连接到服务器,这样我需要保持会话打开以运行 CMAK。是否有可能以某种方式将其作为服务运行?这样在服务器启动时它就会启动,而我不必根据请求手动启动它或保持 SSH 会话打开?
我已经下载并安装了 CMAK 来管理 Apache Kafka 服务器。
安装需要将二进制文件下载到一个文件夹,然后运行:
bin/cmak
在那个文件夹里面。
这将在您运行命令时手动启动 cmak,并将在控制台上显示 CMAK 日志。
我正在使用 SSH 连接到服务器,这样我需要保持会话打开以运行 CMAK。是否有可能以某种方式将其作为服务运行?这样在服务器启动时它就会启动,而我不必根据请求手动启动它或保持 SSH 会话打开?
假设我在 Apache2 中有以下 Vhost 定义
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName dummy.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/dummy
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Include /etc/letsencrypt/options-ssl-apache.conf
ServerAlias www.dummy.com
SSLCertificateFile /etc/letsencrypt/live/dummy.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dummy.com/privkey.pem
</VirtualHost>
</IfModule>
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerName dummy.com
ServerAlias www.dummy.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/dummy
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
RewriteEngine on
Redirect permanent / https://www.dummy.com
</VirtualHost>
</IfModule>
如果我输入
它重定向到
但是如果我输入
http://www.dummy.com或只是 www.dummy.com
它重定向到
这不是一个有效的网址。
虚拟主机配置中的什么导致了这种情况?由于虚拟主机不包含此重写规则,我看不到应该在哪里调试和解决问题
我创建了一个名为 netbean 的用户
Netbean 属于三个组:
我用它来管理从我的笔记本电脑(我开发的地方)到网络服务器的文件上传。
问题是,如果我尝试以 netbean 的身份 cd 到 /var/www/html,我的权限被拒绝。/var/www/html 修改为 665,归 www-data:www-data 所有。
我不明白为什么我的权限被拒绝,因为它是为 www-data 和 www-data 组中的用户读写的
我已经设置了一个带有 ubuntu、postfix、dovecot 和 mysql 的邮件服务器。
尝试从 Web 界面发送邮件邮件出去没有任何不便。从我的笔记本电脑(使用互联网)尝试使用电子邮件客户端我不能。我收到此错误:
2 月 13 日 11:44:48 邮件后缀/提交/smtpd[13066]:警告:未知 smtpd 限制:“permit_sasl_autenticated”
以下是:
2 月 13 日 11:44:48 邮件 postfix/submission/smtpd[13066]: NOQUEUE: reject: RCPT from unknown[37.176.162.9]: 451 4.3.5 服务器配置错误;from= to= proto=ESMTP helo=<[192.168.0.100]>
第二行是我的消息被服务器拒绝。
我检查了 /etc/postfix/main.cf 并且我的 TLS 配置如下:
# TLS parameters
#smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
#smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
#smtpd_use_tls=yes
#smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
#smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_tls_cert_file=/etc/dovecot/cert.pem smtpd_tls_key_file=/etc/dovecot/private/cert.pem smtpd_use_tls=yes smtpd_tls_auth_only = yes
#Enabling SMTP for authenticated users, adn handing off autentication to Dovecot smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
如您所见,没有permit_sasl_autenticated
任何地方(整个文件中也没有)。
到底是怎么回事?你能帮我解决这个问题吗?
编辑 - 添加了我日志的更完整部分:
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: warning: hostname 217-221-73-77-static.albacom.net does not resolve to address 217.221.73.77: Name or service not known
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: connect from unknown[217.221.73.77]
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: disconnect from unknown[217.221.73.77]
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: warning: hostname 217-221-73-77-static.albacom.net does not resolve to address 217.221.73.77: Name or service not known
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: connect from unknown[217.221.73.77]
Feb 13 11:27:23 mail postfix/trivial-rewrite[12501]: warning: do not list domain montglane.it in BOTH mydestination and virtual_mailbox_domains
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: warning: unknown smtpd restriction: "permit_sasl_autenticated"
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: NOQUEUE: reject: RCPT from unknown[217.221.73.77]: 451 4.3.5 Server configuration error; from=<[email protected]> to=<[email protected]$
Feb 13 11:27:23 mail postfix/cleanup[12503]: D9AF313ED0D: message-id=<[email protected]>
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: disconnect from unknown[217.221.73.77]
Feb 13 11:27:23 mail postfix/oqmgr[3096]: D9AF313ED0D: from=<[email protected]>, size=1329, nrcpt=1 (queue active)
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: warning: hostname 217-221-73-77-static.albacom.net does not resolve to address 217.221.73.77: Name or service not known
Feb 13 11:27:23 mail postfix/submission/smtpd[12499]: connect from unknown[217.221.73.77]
Feb 13 11:26:49 mail dovecot: message repeated 3 times: [ auth: Warning: auth client 0 disconnected with 1 pending requests: EOF]
Feb 13 11:27:23 mail dovecot: lmtp(12507): Connect from local
Feb 13 11:27:24 mail dovecot: lmtp(12507, [email protected]): eXI0OAuKoVjbMAAAiLNN4A: msgid=<[email protected]>: saved mail to INBOX
Feb 13 11:27:24 mail dovecot: lmtp(12507): Disconnect from local: Successful quit
Feb 13 11:27:24 mail postfix/lmtp[12506]: D9AF313ED0D: to=<[email protected]>, orig_to=<postmaster>, relay=mail.montglane.it[private/dovecot-lmtp], delay=0.15, delays=0.04/0.01/0.$
Feb 13 11:27:24 mail postfix/oqmgr[3096]: D9AF313ED0D: removed
Feb 13 11:27:24 mail postfix/submission/smtpd[12499]: warning: unknown smtpd restriction: "permit_sasl_autenticated"
Feb 13 11:27:24 mail postfix/submission/smtpd[12499]: NOQUEUE: reject: RCPT from unknown[217.221.73.77]: 451 4.3.5 Server configuration error; from=<[email protected]> to=<[email protected]$
Feb 13 11:27:24 mail postfix/cleanup[12503]: 2A96D13ED0D: message-id=<[email protected]>
Feb 13 11:27:24 mail postfix/oqmgr[3096]: 2A96D13ED0D: from=<[email protected]>, size=1329, nrcpt=1 (queue active)
Feb 13 11:27:24 mail postfix/submission/smtpd[12499]: disconnect from unknown[217.221.73.77]
Feb 13 11:27:24 mail dovecot: lmtp(12507): Connect from local
Feb 13 11:27:24 mail dovecot: lmtp(12507, [email protected]): fXI0OAuKoVjbMAAAiLNN4A: msgid=<[email protected]>: saved mail to INBOX
Feb 13 11:27:24 mail postfix/lmtp[12506]: 2A96D13ED0D: to=<[email protected]>, orig_to=<postmaster>, relay=mail.montglane.it[private/dovecot-lmtp], delay=0.09, delays=0.02/0/0/0.0$
Feb 13 11:27:24 mail dovecot: lmtp(12507): Disconnect from local: Successful quit
Feb 13 11:27:24 mail postfix/oqmgr[3096]: 2A96D13ED0D: removed
VSFTPD 在检查没有 shell 登录到服务器的用户的密码后引发此错误。
我有它,我可以毫无问题地登录。这是我在 Filezilla 中看到的日志:
Stato: Connessione a 95.110.226.115:21...
Stato: Connessione stabilita, in attesa del messaggio di benvenuto...
Risposta: 220 Welcome to LSSF FTP service. Comando: AUTH TLS
Risposta: 234 Proceed with negotiation.
Stato: Inizializzazione TLS in corso...
Stato: Verifica del certificato in corso...
Stato: Connessione TLS stabilita.
Comando: USER grafico
Risposta: 331 Please specify the password.
Comando: PASS *******
Errore: Errore GnuTLS -15: An unexpected TLS packet was received.
Errore: Impossibile collegarsi al server
为了使没有外壳的用户能够登录,我添加了:
echo "/bin/false" >> /etc/shells
怎么修?我应该在哪里看?我需要一些可以ftp但不能登录盒子的帐户!
我用 ruby 编写了一个小型 webSocket 服务器。我使用以下命令从命令行运行它:
ruby websocket_server.rb
这将启动服务器并一直工作,直到我保持 ssh 连接打开并运行(我在远程服务器场中的服务器上执行此操作,因此无法直接访问)。我想了解如何编写两个脚本:一个将在启动时启动 ruby 程序,另一个将检查(比如每 30 分钟)程序是否启动并运行。作为旁注,我的最终目标是在 php 仪表板上有一个“按钮”,以便在它挂起时再次启动该过程,而不必等待检查和重新启动过程(我已经能够检查过程状态)。