Please enable java script to visit.
NOTEBOOK
HOMEPHP / MySQLJS / HTMLPythonBlender信奥C++系统脚本/命令其他
系统脚本/命令-第2页|NOTEBOOK
系统脚本/命令 - 30个结果 - 第2页
ubuntu 从 Let’s Encrypt 获得 https 证书
系统脚本/命令
Posted on 2023-12-11
摘要 : ubuntu 20.04 版本
需要先设置好 80 端口的站点指向(/etc/apache2/sites-available/000-default.conf)

更多内容......
ubuntu 强制删除文件夹(包含里面的文件和子文件夹)
系统脚本/命令
Posted on 2023-12-06
摘要 : rm -r 文件夹路径
永久删除,使用时需谨慎

更多内容......
查看服务器各种软件的版本
系统脚本/命令
Posted on 2023-12-03
摘要 : ubuntu查看apache、mysql、PHP、iptables是否安装、什么版本。

更多内容......
Ubuntu 20.04 安装 Let's Encrypt 证书出现 Apache自动关闭的解决办法
系统脚本/命令
Posted on 2022-12-24
摘要 : Ubuntu 20.04 安装 Let's Encrypt 证书后,会出现 Apache自动关闭的问题。
原因可能是因为 certbot 导致的。
Mutex file:${APACHE_LOCK_DIR} default
Installed LetsEncrypt and redirects to https work but web pages are no longer reachable
ubuntu - Apache shutdown - Couldn't grab mutex

更多内容......
Apache 设置 80 端口自动跳转 443 端口
系统脚本/命令
Posted on 2022-12-24
摘要 : 自动将http 80变成https 443

更多内容......
Ubuntu 安装 tesseract-ocr 图像识别文字,并且在php中使用。
PHP / MySQL系统脚本/命令
Posted on 2022-12-24
摘要 : Ubuntu 安装 tesseract-ocr,并在 php 中直接使用。
默认都是安装在了/usr/share文件夹下。
可以在识别图片之前,先用Imagemagick 处理一下图片对比度,再识别文字。

更多内容......
Ubuntu 图像处理命令 Imagemagick
PHP / MySQL系统脚本/命令
Posted on 2022-12-24
摘要 : 在php 中使用图像处理命令 Imagemagick
先来看看 ImageMagick 能做些什么:
1、批量旋转、分割,并顺序编号
2、自动批量切除白边(auto-crop)
3、自动倾斜校正(deskew)
4、批量加标注
5、批量去标注
6、批量加水印
7、批量去水印

更多内容......
服务器防火墙 iptables
系统脚本/命令
Posted on 2022-12-24
摘要 : ubuntu 服务器安装防火墙 iptables,并添加删除过滤规则

更多内容......
PHP 使用 exec() 执行服务器命令
PHP / MySQL系统脚本/命令
Posted on 2022-12-23
摘要 : PHP 使用 exec() 执行服务器命令,存在安全性问题,不要轻易使用。
如果使用,不要接受外部参数!!不要接受外部参数!!不要接受外部参数!!
类似有危险的函数:system、exec、passthru、shell_exec

更多内容......
windows下定时cmd命令行运行php
PHP / MySQL系统脚本/命令
Posted on 2022-12-23
摘要 : 将这个命令写入到bat里来定时执行。

更多内容......