跳转到内容

ZczBlog

  • 首页
  • 前端
    • HTML
    • CSS
    • JavaScript
    • jQuery
  • Linux系统
    • Linux
    • Ubuntu/debian
  • 数据库
    • MySQL
    • NoSQL
  • PHP
  • 其他

Ubuntu/debian类别订阅

debian修改PHP因为执行时间太长,报500错误

报错提示: PHP Fatal error: Maximum execution time of 3… 继续阅读 debian修改PHP因为执行时间太长,报500错误

  • 发表于: 2019年12月18日 2019年12月18日
  • 作者: 张 存志
  • 分类: Linux, Linux系统, Ubuntu/debian

debian修改服务器时间

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>

 

  • 发表于: 2019年11月13日 2024年9月2日
  • 作者: 张 存志
  • 分类: Linux, Linux系统, Ubuntu/debian

Linux查看之前执行过的命令

1
history

 

  • 发表于: 2019年11月13日 2019年11月13日
  • 作者: 张 存志
  • 分类: Linux, Linux系统, Ubuntu/debian

Ubuntu查看电脑内存使用情况

1
free -m

 

  • 发表于: 2019年11月13日 2019年11月13日
  • 作者: 张 存志
  • 分类: Linux, Linux系统, Ubuntu/debian

cups操作打印机

安装打印机

1
/usr/sbin/lpadmin -p 虚拟打印机名称 -v cups-pdf:/ -E

查看打印机列表 [cr… 继续阅读 cups操作打印机

  • 发表于: 2019年3月25日 2024年3月26日
  • 作者: 张 存志
  • 分类: Linux系统, Ubuntu/debian

Ubuntu重启, 停止, 启动Apache

1、启动aoache服务

1
sudo /etc/init.d/apache2 start

2、重启… 继续阅读 Ubuntu重启, 停止, 启动Apache

  • 发表于: 2018年11月30日 2019年1月31日
  • 作者: 张 存志
  • 分类: Ubuntu/debian

Ubuntu16.04安装sublime3安装并支持中文输入

一、sublime text 3 在ubuntu 16.04下的安装过程 1)首先下载sublime… 继续阅读 Ubuntu16.04安装sublime3安装并支持中文输入

  • 发表于: 2018年8月27日 2018年8月27日
  • 作者: 张 存志
  • 分类: Ubuntu/debian

Ubuntu16.04安装sublime3破解

Sublime Text 2.x —– BEGIN LICENSE —– Andrew Weber … 继续阅读 Ubuntu16.04安装sublime3破解

  • 发表于: 2018年8月27日 2018年8月27日
  • 作者: 张 存志
  • 分类: Ubuntu/debian

Ubuntu16.04安装sublime3汉化

安装汉化插件 Sublime Text汉化插件ChineseLocalization的安装。其支持简… 继续阅读 Ubuntu16.04安装sublime3汉化

  • 发表于: 2018年8月27日 2018年8月27日
  • 作者: 张 存志
  • 分类: Ubuntu/debian

Ubuntu调整桌面图标显示位置

打开Ubuntu终端, 执行下面的命令: [crayon-68c73b10af18d21800833… 继续阅读 Ubuntu调整桌面图标显示位置

  • 发表于: 2018年8月15日 2019年1月31日
  • 作者: 张 存志
  • 分类: Ubuntu/debian

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6

© 2025  ZczBlog.                        豫ICP备18029062号