标签: debian
树莓派将 cron 默认日志放在 /var/log/cron
修改 /etc/rsyslog.conf cron.* /var/log/cron.log # 取消注释 /etc/init.d/rsyslog restart # 重启 /etc/init.d
...Read more...
SysVinit 脚本
参考openSUSE:Packaging init scripts 基本逻辑 包括 SysVinit 和 Systemd 在内的几乎全部引导系统,其程序逻辑均为: 判断是否处于某种状态来决定是否
...Read more...
树莓派防火墙
# Generated by iptables-save v1.4.21 on Mon Nov 14 00:21:51 2016 *filter :INPUT ACCEPT [25377:101
...Read more...
dpkg 管理软件包
1. dpkg 常见命令的语法及 dpkg 文件位置 ### dpkg 命令的语法 $ dpkg -[command]
...Read more...
debian 各种日志
记录下debian系统的各种日志信息 /var/log目录下的20个Linux日志文件功能详解 /var/log/messages — 包括整体系统信
...Read more...
关于 apt-get update 的几个记录
最近发现 red-hat 和 debian 系列的有点混,记录下debian 的几个命令 sudo apt-get update 更新源
...Read more...