幸福飞过海 - ubuntu 2014-11-29T05:34:00+00:00 Typecho https://fengqi.me/feed/atom/tag/ubuntu/ <![CDATA[[记录]把 cron 日志从 rsyslog 里剥离出来]]> https://fengqi.me/unix/244.html 2014-11-29T05:34:00+00:00 2014-11-29T05:34:00+00:00 风起 http://fengqi.me 参考地址: 请问ubuntu中 cron 服务的默认日志存放位置

cron 日志默认是写到 rsyslog 去的, 如果没有日志服务器做处理, 单独剥离出来看会方便很多

修改rsyslog文件, 将/etc/rsyslog.d/50-default.conf 文件中的#cron.*前的#删掉
重启rsyslog服务service rsyslog restart
重启cron服务service cron restart
more /var/log/cron.log

done

]]>
<![CDATA[[总结]Linux上(以ubuntu为例)正常使用iPad的方法, 包括充电, 数据读取]]> https://fengqi.me/unix/linux-normal-use-ipad.html 2014-04-07T13:19:57+00:00 2014-04-07T13:19:57+00:00 风起 http://fengqi.me 两个方面:
1: 电压
2: 信任死循环

参考:
How To Mount iPhone Or iPad With iOS 7 In Ubuntu 13.10
How To Solve: iPhone or iPad Not Charging Via USB In Linux [Quick Tip]

]]>