{"id":1135,"date":"2025-07-04T00:05:29","date_gmt":"2025-07-03T15:05:29","guid":{"rendered":"https:\/\/blog.espresso.earth\/?p=1135"},"modified":"2025-07-04T00:08:38","modified_gmt":"2025-07-03T15:08:38","slug":"daily-blog","status":"publish","type":"post","link":"https:\/\/blog.espresso.earth\/index.php\/2025\/07\/04\/daily-blog\/","title":{"rendered":"\u6bce\u65e5\u306e\u5b66\u3073\u3092\u30d6\u30ed\u30b0\u306b\u8a18\u9332\u3059\u308b\u3001\u3092Linux\u30b3\u30de\u30f3\u30c9\u98a8\u306b\u3059\u308b\u3068\uff1f"},"content":{"rendered":"\n<p>\u3061\u3087\u3063\u3068\u3057\u305f\u5197\u8ac7\u3092AI\u306b\u6295\u3052\u304b\u3051\u308b\u904a\u3073\u7b2c\u4e00\u5f3e\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 \u30b7\u30f3\u30d7\u30eb &amp; \u5b9f\u7528\u7684\u306a\u8868\u73fe\uff1a<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"$(learn --today)\" &gt;&gt; ~\/blog\/learning.log\n<\/code><\/pre>\n\n\n\n<p><strong>\u610f\u5473\uff1a<\/strong><br><code>learn --today<\/code> \u3067\u4eca\u65e5\u306e\u5b66\u3073\u3092\u53d6\u5f97\u3057\u3001\u305d\u308c\u3092 <code>learning.log<\/code> \u306b\u8ffd\u8a18\u3059\u308b\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 cron\u30b8\u30e7\u30d6\u98a8\uff08\u6bce\u65e5\u8a18\u9332\uff09\uff1a<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>0 21 * * * echo \"$(learn --today)\" &gt;&gt; ~\/blog\/learning.log\n<\/code><\/pre>\n\n\n\n<p><strong>\u610f\u5473\uff1a<\/strong><br>\u6bce\u666921\u6642\u306b\u4eca\u65e5\u306e\u5b66\u3073\u3092\u8a18\u9332\u3059\u308b\u81ea\u52d5\u51e6\u7406\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 Git\u98a8\u306b\u8a18\u9332\u7ba1\u7406\uff1a<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>git add learning.md &amp;&amp; git commit -m \"Learned something new on $(date '+%Y-%m-%d')\"\n<\/code><\/pre>\n\n\n\n<p><strong>\u610f\u5473\uff1a<\/strong><br>\u30d6\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u30d0\u30fc\u30b8\u30e7\u30f3\u7ba1\u7406\u3057\u3066\u3001\u5b66\u3073\u306e\u5c65\u6b74\u3092\u660e\u793a\u7684\u306b\u4fdd\u5b58\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 \u30bf\u30b0\u4ed8\u304d\u8a18\u9332\uff1a<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>learn --topic \"Linux\" --note \"rsync\u306e\u5dee\u5206\u540c\u671f\u304c\u4fbf\u5229\" &gt;&gt; ~\/blog\/2025-07-03.md\n<\/code><\/pre>\n\n\n\n<p><strong>\u610f\u5473\uff1a<\/strong><br>\u65e5\u4ed8\u5225\u30d5\u30a1\u30a4\u30eb\u306b\u7279\u5b9a\u306e\u30c8\u30d4\u30c3\u30af\u306e\u5b66\u3073\u3092\u8ffd\u8a18\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 \u9ad8\u5ea6\u306b\u62bd\u8c61\u5316\u3057\u305f\u30dd\u30a8\u30c6\u30a3\u30c3\u30af\u8868\u73fe\uff1a<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>while true; do learn --from life | tee -a ~\/blog\/journal.log; sleep 1d; done\n<\/code><\/pre>\n\n\n\n<p><strong>\u610f\u5473\uff1a<\/strong><br>\u4eba\u751f\u304b\u3089\u306e\u5b66\u3073\u3092\u6bce\u65e5\u30d6\u30ed\u30b0\u306b\u8a18\u9332\u3057\u7d9a\u3051\u308b\u7121\u9650\u30eb\u30fc\u30d7\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u3069\u308c\u3082\u3061\u3087\u3063\u3068\u904a\u3073\u5fc3\u304c\u3042\u3063\u3066\u3044\u3044\u8868\u73fe\u3060\u3068\u601d\u3044\u307e\u3057\u305f\u3002<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3061\u3087\u3063\u3068\u3057\u305f\u5197\u8ac7\u3092AI\u306b\u6295\u3052\u304b\u3051\u308b\u904a\u3073\u7b2c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,46,45],"tags":[],"class_list":["post-1135","post","type-post","status-publish","format-standard","hentry","category-it","category-linux","category-os"],"_links":{"self":[{"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/posts\/1135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/comments?post=1135"}],"version-history":[{"count":1,"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/posts\/1135\/revisions"}],"predecessor-version":[{"id":1136,"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/posts\/1135\/revisions\/1136"}],"wp:attachment":[{"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/media?parent=1135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/categories?post=1135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.espresso.earth\/index.php\/wp-json\/wp\/v2\/tags?post=1135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}