debian10系统安装PHP7.0
方法一: 该方法是使用第三方源添加 一、安装依赖 [crayon-6a16e59976ae43333… 继续阅读 debian10系统安装PHP7.0
方法一: 该方法是使用第三方源添加 一、安装依赖 [crayon-6a16e59976ae43333… 继续阅读 debian10系统安装PHP7.0
安装更新与PHP证书安装
|
1 2 3 4 |
apt update && apt upgrade apt install ca-certificates apt-transport-https wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ buster main" | tee /etc/apt/sources.list.d/php.list |
安装PH… 继续阅读 debian系统更换PHP源
1. 场景说明 在受限网络环境中,部分服务器 无法直连公网,只能通过一台具备公网访问能力的服务器作为… 继续阅读 Debian 服务器通过 tinyproxy 出网
Ubuntu安装ifconfig工具 [crayon-6a16e59977b18301685987/… 继续阅读 Ubuntu安装ifconfig工具
报错提示: PHP Fatal error: Maximum execution time of 3… 继续阅读 debian修改PHP因为执行时间太长,报500错误
|
1 2 3 4 5 6 7 8 9 10 |
1. 查看时间 date; 2. 查看硬件时间 hwclock 3. 修改时间 date -s “要修改的时间” 4. 修改硬件时间 hwclock -w 5. 同步硬件时钟(hwclock)到系统时间(date): hwclock <span class="token parameter variable">--hctosys</span> 6. 同步系统时间(date)到硬件时钟(hwclock): hwclock <span class="token parameter variable">--systohc </span> |
|
1 |
history |
|
1 |
free -m |