debian10系统安装PHP7.0
方法一: 该方法是使用第三方源添加 一、安装依赖 [crayon-684d9b56e063d6265… 继续阅读 debian10系统安装PHP7.0
方法一: 该方法是使用第三方源添加 一、安装依赖 [crayon-684d9b56e063d6265… 继续阅读 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源
Ubuntu安装ifconfig工具 [crayon-684d9b56e1052956170923/… 继续阅读 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 |