我在 Ubuntu 18.04 上使用 Dell lap,当盖子(显示屏)关闭时自动进入睡眠状态,但我不需要发生任何事情
在windows中我们可以控制
像Ubuntu一样怎么处理?
我在 Ubuntu 18.04 上使用 Dell lap,当盖子(显示屏)关闭时自动进入睡眠状态,但我不需要发生任何事情
在windows中我们可以控制
像Ubuntu一样怎么处理?
这是我的 vhost.conf
<VirtualHost *:80>
<files xmlrpc.php>
order allow,deny
deny from all
</files>
ServerName www.myserver.com
ServerAlias myserver.com
DocumentRoot /var/www/vhosts/www.myserver.com
<Directory /var/www/vhosts/www.myserver.com>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
# AllowOverride None
#Order Allow,Deny
#Allow from All
#Deny from 124.43.19.230
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# Restrict access to PHP files from plugin and theme directories
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/directory/to/exclude/
RewriteRule wp-content/plugins/(.*\.php)$ - [R=404,L]
RewriteCond %{REQUEST_URI} !^/wp-content/themes/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/themes/directory/to/exclude/
RewriteRule wp-content/themes/(.*\.php)$ - [R=404,L]
</IfModule>
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/directory/to/exclude/
RewriteRule wp-content/plugins/(.*\.php)$ - [R=404,L]
RewriteCond %{REQUEST_URI} !^/wp-content/themes/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/themes/directory/to/exclude/
RewriteRule wp-content/themes/(.*\.php)$ - [R=404,L]
</Directory>
</VirtualHost>
在浏览器中输入 www.myserver.com 时,它会转到我的根目录并获取 index.php
但是当我输入 myserver.com 时,它会转到默认的 Apache 网页(index.html)加载
所以我添加这一行进行重写
</VirtualHost>
<VirtualHost *:80>
ServerName myswever.com
ServerAlias *.myswever.com
Redirect permanent / https://www.myswever.com/
</VirtualHost>
但它不起作用它是一个word-press网站如何重新连接url
当某些类型 myswever.com 它应该加载 www.myswever.com
我有以下内容sites-available
<VirtualHost *:80>
DocumentRoot /var/www/html/mywrk
DirectoryIndex index.php
ServerName www.mydomain.com
<Directory "/var/www/html/mywrk">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
</VirtualHost>
在这里它可以工作,但 mydomain.com(没有 www)不会重定向到 www.mydomain.com
在apache2主机中,如何设置非www重定向到www?我的意思是 mydomain.com 应该重定向到 www.mydomain.com
如何为域配置 OpenSSL Lets-encrypt?如果在此处发布完整答案,我会遇到一些问题,这对我真的很有帮助。
我试过这个官方文档,但它对我没有帮助。
注意:操作系统 Ubuntu 18.04
我需要知道如何添加虚拟主机apache2
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache
我关注了这个,但这里没有显示域名。
嗨,我尝试设置让加密我按照本教程进行(这是由数字 ocesn 完成的)
我试试这个命令
sudo apt install python-certbot-nginx
我把这个拿出来
sudo: unable to resolve host ip-172-31-23-194: Resource temporarily unavailable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-certbot-nginx : Depends: python3-certbot-nginx but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
我也得到了这个错误
python-certbot-nginx : Depends: python3-certbot-nginx but it is not going to be installed
WARNING:root:could not open file '/etc/apt/sources.list'
我检查这个位置 '/etc/apt/sources.list'
它有空
注意:我更新 16.04-->1804 更新使用 do release 命令
不管 sudoapt-get install
我得到这个错误我的服务器运行顺利但突然我得到这个错误
我在这里尝试sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package libpolkit-gobject-1-0 needs to be reinstalled, but I can't find an archive for it.
这是我得到的错误我不知道这是什么但我想解决这个问题所以任何人都知道它为什么会发生以及如何解决它?
我参考这个问题
我有一个游戏服务器。它会自动获取玩家的截图并存储在 /home/gameserver/serverfiles/screenshots
.
我想在达到 1000 个时删除旧的屏幕截图。我的意思是如果是 1000 个屏幕截图,当新的屏幕截图出现时,它会自动删除第 1000 个屏幕截图。
我该怎么做,我可以使用哪些脚本?任何人都可以提供建议或代码吗?
注意:我使用的是 Ubuntu 18.04,而我的游戏服务器用户没有 sudo 访问权限。
我想维护我的屏幕截图文件夹以容纳最多 1000 张图像。
在我的 Ubuntu 服务器中,我有一个用户叫 cod,我不小心给了一些 sh 文件内部的所有权,然后我以 root 身份登录并尝试删除所有者权限,但不能。
sudo chown -R cod4up:cod4up /home/cod4up/
当我输入这个时,我得到了这个错误
changing ownership of
'/home/cod4up/serverfiles/OGP_HOME_000000004_startup_scr.sh':
Operation not permitted
无论我输入什么,我都无能为力。如何授予用户 cod4up 许可?
注意:当我输入密码时,我尝试以 cod4up 身份登录,但出现此错误
但我想删除这个文件夹中的 /home/cod4up/serverfile 我想删除
OGP_HOME_000000004_startup_scr.sh
这个文件,因为它有权限。请帮我解决这个问题。
我使用命令安装了 Postfix 邮件传输代理sudo apt install mailutils
。
我在终端中使用以下命令。
echo "This is the body of the email" | mail -s "This is the subject line" [email protected]
它运行良好,但我想使用我的 gmail 帐户。我怎样才能做到这一点?
请注意,我的 Ubuntu 版本是 18.10。
我尝试了这个命令sudo apt-get install squirrelmail
并得到了这个输出
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package squirrelmail
为什么会这样?如何安装 squirrelmail?
我正在使用 Ubuntu 18.04。
我看到了一个没有答案的类似问题:如何在 Ubuntu 中安装 Squirrelmail?