解决mysql服务(mysqld)启动失败 提示/etc/my.conf 被忽略的问题 Warning: World-writable config file '/etc/my.cnf' is ignored 2020年08月19日 Allen Hua 2601 本文也算是一种解决 typecho 报 error establishing a database connection 的方法 以下正文 给 vps 新建 snapshot 做备份后重新启动机器,访问此站,看到如下页面 typecho 提示 err... 阅读全文 0 评论
给 openwrt/lede 安装温度监控程序 lm-sensors 并改造首页,添加CPU温度显示 2020年08月18日 Allen Hua 17347 2020-08-18 update 优化样式:实现每个核心温度占表格的一行,显示更加直观、美观 每个核心温度占表格的一行,显示更加直观、美观 安装 sed 捕捉 sensors 输出的文本的指定某行的信息到终端。sensors |sed -n 11... 阅读全文 1 评论
使用 systemd 管理程序的一个简明示例 2020年08月10日 Allen Hua 1740 首先,推荐阮一峰老师的两篇文章: Systemd 入门教程:命令篇 http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html Systemd 入门教程:实战篇 http:/... 阅读全文 0 评论
给 Ubuntu 设定默认 root 用户的密码 2020年03月29日 Allen Hua 2165 如果你装完 ubuntu 系统后创建的用户名是个个性的用户名,之后的使用中,当需要输入 root 用户的密码时,一时间是不是有点懵逼???因为你从来没有设定过 root 用户的密码 解决办法来了。你设定的第一个 user 在 admin 组当中(本文的例... 阅读全文 0 评论
Ubuntu 安装 samba server 作为局域网里的文件共享服务器 2020年03月29日 Allen Hua 1983 一、Ubuntu 安装 samba 程序很简单 sudo apt install samba 安装 samba 即可,我没有安装 samba-common 亦正常使用 samba-common 是 samba 的支持文件 二、编辑配置文件 /etc/sa... 阅读全文 0 评论