<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Linux on TinyChen's Blog</title><link>https://tinychen.com/categories/linux/</link><description>Recent content in Linux on TinyChen's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Thu, 23 Jul 2026 04:00:00 +0800</lastBuildDate><atom:link href="https://tinychen.com/categories/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>PostgreSQL概念与对象层级速查</title><link>https://tinychen.com/20251106-pgsql-concepts/</link><pubDate>Thu, 06 Nov 2025 15:00:00 +0800</pubDate><guid>https://tinychen.com/20251106-pgsql-concepts/</guid><description>&lt;p&gt;本文主要汇总 PostgreSQL 侧常用概念与配置要点：集群内数据库/模式/表等对象层级、索引用途与代价、&lt;code&gt;pg_hba.conf&lt;/code&gt; 远程访问注意项，以及 &lt;code&gt;psql&lt;/code&gt; 中 &lt;code&gt;\dt+&lt;/code&gt; 各列含义。&lt;/p&gt;</description></item><item><title>PostgreSQL日常运维速查</title><link>https://tinychen.com/20251106-pgsql-daily-ops/</link><pubDate>Thu, 06 Nov 2025 14:00:00 +0800</pubDate><guid>https://tinychen.com/20251106-pgsql-daily-ops/</guid><description>&lt;p&gt;本文主要汇总 PostgreSQL 日常运维中常用的几组操作：创建/删除业务用户与数据库、&lt;code&gt;psql&lt;/code&gt; 查看表结构与垂直显示、pager、&lt;code&gt;.pgpass&lt;/code&gt; 免交互密码、忘记密码时的重置思路，以及 Docker 跑实例的示例参数。&lt;/p&gt;</description></item><item><title>PostgreSQL流复制热备配置与排障</title><link>https://tinychen.com/20251106-pgsql-hot-standby/</link><pubDate>Thu, 06 Nov 2025 12:00:00 +0800</pubDate><guid>https://tinychen.com/20251106-pgsql-hot-standby/</guid><description>&lt;p&gt;本文主要记录 PostgreSQL 流复制（Streaming Replication）主从热备的配置步骤：主库参数与复制用户/复制槽、备库 &lt;code&gt;pg_basebackup&lt;/code&gt; 与 &lt;code&gt;standby.signal&lt;/code&gt;、复制状态验证，以及手动 promote。文末补充 &lt;code&gt;sslmode&lt;/code&gt;、WAL 保留参数与常见报错处理。&lt;/p&gt;</description></item><item><title>OpenWrt整盘克隆后扩容root分区</title><link>https://tinychen.com/20240830-openwrt-disk-expansion/</link><pubDate>Fri, 30 Aug 2024 11:00:00 +0800</pubDate><guid>https://tinychen.com/20240830-openwrt-disk-expansion/</guid><description>&lt;p&gt;本文主要记录把 OpenWrt 从较小磁盘克隆到更大 NVMe 后，出现 GPT 备份表位置错误、数据分区仍保持旧容量时的处理步骤：用 &lt;code&gt;gdisk&lt;/code&gt; 修复 GPT 并扩展末尾分区，再用 &lt;code&gt;e2fsck&lt;/code&gt; / &lt;code&gt;resize2fs&lt;/code&gt; 扩展 ext 文件系统。&lt;/p&gt;</description></item><item><title>RockyLinux简单安装上手体验</title><link>https://tinychen.com/20210705-rockylinux-quick-start-experience/</link><pubDate>Mon, 05 Jul 2021 15:00:00 +0800</pubDate><guid>https://tinychen.com/20210705-rockylinux-quick-start-experience/</guid><description>&lt;p&gt;Rocky Linux — A community-driven effort to bring you enterprise-grade, production-ready Linux.&lt;/p&gt;</description></item><item><title>给ssh服务添加fail2ban安全认证</title><link>https://tinychen.com/20201222-centos8-install-fail2ban/</link><pubDate>Tue, 22 Dec 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20201222-centos8-install-fail2ban/</guid><description>&lt;p&gt;本文主要讲解在&lt;code&gt;centos8&lt;/code&gt;系统中安装&lt;code&gt;fail2ban&lt;/code&gt;服务来提供ssh服务的安全性。&lt;/p&gt;
&lt;p&gt;本文&lt;a href="https://www.xmodulo.com/how-to-protect-ssh-server-from-brute-force-attacks-using-fail2ban.html"&gt;参考链接&lt;/a&gt;。&lt;/p&gt;</description></item><item><title>ubuntu20.04初始化的部分操作</title><link>https://tinychen.com/20201220-ubuntu2004-init/</link><pubDate>Sun, 20 Dec 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20201220-ubuntu2004-init/</guid><description>&lt;p&gt;本文主要讲解在&lt;code&gt;ubuntu20.04&lt;/code&gt;系统安装后需要进行的一些初始化事项。&lt;/p&gt;</description></item><item><title>给ssh服务添加谷歌双重认证</title><link>https://tinychen.com/20201203-ssh-add-google-authenticator/</link><pubDate>Thu, 03 Dec 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20201203-ssh-add-google-authenticator/</guid><description>&lt;p&gt;本文主要讲解在centos7系统中添加谷歌验证器来开启ssh的双重认证从而提高ssh服务在使用密码登录的时候的安全性。&lt;/p&gt;</description></item><item><title>给cp和mv命令添加进度条</title><link>https://tinychen.com/20201128-add-progess-bar-in-cp-mv/</link><pubDate>Sat, 28 Nov 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20201128-add-progess-bar-in-cp-mv/</guid><description>&lt;p&gt;本文主要介绍如何使用github上的开源项目&lt;a href="https://github.com/jarun/advcpmv"&gt;advcpmv&lt;/a&gt;来实现Linux中的&lt;strong&gt;cp&lt;/strong&gt;和&lt;strong&gt;mv&lt;/strong&gt;命令的进度条。&lt;/p&gt;</description></item><item><title>使用acme.sh工具申请let's encrypt的泛域名证书</title><link>https://tinychen.com/20201127-use-acme-letsencrypt-ecc-certs/</link><pubDate>Fri, 27 Nov 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20201127-use-acme-letsencrypt-ecc-certs/</guid><description>&lt;p&gt;本文主要介绍如何使用&lt;a href="https://github.com/acmesh-official/acme.sh"&gt;acme.sh&lt;/a&gt;工具来申请let&amp;rsquo;s encrypt的泛域名证书。&lt;/p&gt;</description></item><item><title>centos8使用grubby修改内核启动参数</title><link>https://tinychen.com/20201118-centos8-use-grubby-modify-kernel/</link><pubDate>Wed, 18 Nov 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20201118-centos8-use-grubby-modify-kernel/</guid><description>&lt;p&gt;grubby是一个用于更新和显示有关各种体系结构特定的引导程序的配置文件信息的命令行工具。 它主要设计用于安装新内核并需要查找有关当前引导环境的信息的脚本，同时也可以对启动内核的各项信息参数进行修改。&lt;/p&gt;
&lt;p&gt;本文主要介绍如何在centos8中使用grubby工具来对系统的内核启动参数和启动顺序进行调整。&lt;/p&gt;</description></item><item><title>linux中设置ssh登录时显示的banner</title><link>https://tinychen.com/20201116-linux-modify-ssh-login-banner/</link><pubDate>Mon, 16 Nov 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20201116-linux-modify-ssh-login-banner/</guid><description>&lt;p&gt;本文主要介绍在linux系统下对ssh的配置文件进行修改从而自定义ssh登录显示的banner横幅提示语。&lt;/p&gt;</description></item><item><title>centos7/8修改网卡名称并持久化配置</title><link>https://tinychen.com/20201024-centos8-modify-eth-name/</link><pubDate>Sun, 25 Oct 2020 15:00:00 +0800</pubDate><guid>https://tinychen.com/20201024-centos8-modify-eth-name/</guid><description>&lt;p&gt;本文主要介绍将centos7/8中引入的新网卡命名方式修改为传统的ethx命名并将命名和mac地址进行持久化绑定的方法&lt;/p&gt;</description></item><item><title>限制wsl2占用过多内存</title><link>https://tinychen.com/20200924-wsl2-limit-memory/</link><pubDate>Thu, 24 Sep 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200924-wsl2-limit-memory/</guid><description>&lt;p&gt;本文主要记录使用wsl2长时间开启后占用过多系统内存的解决办法。&lt;/p&gt;</description></item><item><title>ssh常用配置</title><link>https://tinychen.com/20200912-ssh-config-introduction/</link><pubDate>Sat, 12 Sep 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200912-ssh-config-introduction/</guid><description>&lt;p&gt;本文主要记录了一些Linux系统下使用ssh指令的技巧和ssh的config文件简化ssh操作的过程。&lt;/p&gt;</description></item><item><title>xrags命令的常见用法</title><link>https://tinychen.com/20200903-linux-xargs-command-introduction/</link><pubDate>Thu, 03 Sep 2020 15:00:00 +0800</pubDate><guid>https://tinychen.com/20200903-linux-xargs-command-introduction/</guid><description>&lt;p&gt;本文主要介绍在xrags命令的一些参数和常见的使用方法。&lt;/p&gt;</description></item><item><title>Megacli常用命令整理</title><link>https://tinychen.com/20200902-megacli-command-introduction/</link><pubDate>Wed, 02 Sep 2020 15:00:00 +0800</pubDate><guid>https://tinychen.com/20200902-megacli-command-introduction/</guid><description>&lt;p&gt;本文主要介绍Megacli工具的常用命令&lt;/p&gt;</description></item><item><title>wsl access is denied</title><link>https://tinychen.com/20200718-wsl-access-is-denied/</link><pubDate>Sat, 18 Jul 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20200718-wsl-access-is-denied/</guid><description>&lt;p&gt;本文主要介绍了windows更新引起的wsl access is denied的问题解决方案。&lt;/p&gt;</description></item><item><title>使用gpg来对下载的文件进行校验</title><link>https://tinychen.com/20200713-gpg-check-file/</link><pubDate>Mon, 13 Jul 2020 15:00:00 +0800</pubDate><guid>https://tinychen.com/20200713-gpg-check-file/</guid><description>&lt;p&gt;本文主要介绍使用gpg来对下载的文件进行完整性校验&lt;/p&gt;</description></item><item><title>在bash中开启显示完整路径</title><link>https://tinychen.com/20200701-bash-show-pwd/</link><pubDate>Wed, 01 Jul 2020 15:00:00 +0800</pubDate><guid>https://tinychen.com/20200701-bash-show-pwd/</guid><description>&lt;p&gt;本文主要介绍在bash中开启显示完整路径。&lt;/p&gt;</description></item><item><title>RHEL/CentOS修改hostname</title><link>https://tinychen.com/20200616-centos-modify-hostname/</link><pubDate>Tue, 16 Jun 2020 15:00:00 +0800</pubDate><guid>https://tinychen.com/20200616-centos-modify-hostname/</guid><description>&lt;p&gt;本文主要介绍在RHEL/CentOS/6/7/8中如何修改主机的hostname。&lt;/p&gt;</description></item><item><title>SSL/TLS、对称加密和非对称加密和TLSv1.3</title><link>https://tinychen.com/20200602-encryption-intro/</link><pubDate>Tue, 02 Jun 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200602-encryption-intro/</guid><description>&lt;p&gt;本文主要对对称加密和非对称加密的原理以及过程进行分析，同时还会简单介绍一下TLS/SSL的一些相关内容，并且对比TLSv1.2和TLSv1.3的不同。&lt;/p&gt;</description></item><item><title>使用ntfsfix解决Linux下无法挂载NTFS硬盘的问题</title><link>https://tinychen.com/20200120-linux-ntfsfix-ntfs/</link><pubDate>Mon, 20 Jan 2020 17:00:00 +0800</pubDate><guid>https://tinychen.com/20200120-linux-ntfsfix-ntfs/</guid><description>&lt;p&gt;使用&lt;code&gt;ntfsfix&lt;/code&gt;解决Linux下无法挂载NTFS硬盘的问题，主要是由硬盘分区的&lt;code&gt;$MFT&lt;/code&gt;文件出现了问题，可以在windows下使用&lt;code&gt;chkdsk&lt;/code&gt;命令或者在Linux下使用&lt;code&gt;ntfsfix&lt;/code&gt;来进行修复。&lt;/p&gt;</description></item><item><title>常用的高效gnome插件以及主题的下载地址</title><link>https://tinychen.com/20200110-gnome-extension-recommand/</link><pubDate>Fri, 10 Jan 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200110-gnome-extension-recommand/</guid><description>&lt;p&gt;在CentOS7上使用Gnome3.26版本进行安装测试，大多数的插件都可以正常运行，主题的工作情况良好，下面的推荐插件全部同时启用会发生冲突，实际需要启用那些插件大家可以根据自己的实际需求进行选择。&lt;/p&gt;
&lt;p&gt;注：grub界面的引导美化在CentOS7上面暂未成功。&lt;/p&gt;</description></item><item><title>在CentOS中使用yum安装chrome浏览器</title><link>https://tinychen.com/20200105-centos-install-chrome/</link><pubDate>Sun, 05 Jan 2020 08:00:00 +0800</pubDate><guid>https://tinychen.com/20200105-centos-install-chrome/</guid><description>&lt;p&gt;在CentOS上使用yum安装chrome浏览器，实测在CentOS7和CentOS8中都可以正常操作，需要保证能够直接访问谷歌。&lt;/p&gt;</description></item><item><title>在CentOS中使用nux源安装shutter</title><link>https://tinychen.com/20200103-centos7-nux-install-shutter/</link><pubDate>Fri, 03 Jan 2020 15:00:00 +0800</pubDate><guid>https://tinychen.com/20200103-centos7-nux-install-shutter/</guid><description>&lt;p&gt;shutter和flameshot都是Linux下很强大的截图软件，之前在Ubuntu上面一直使用flameshot感觉不错，现在换到了CentOS7，改用NUX_Desktop源来安装shutter。&lt;/p&gt;</description></item><item><title>在CentOS7中使用elrepo源安装Nvidia显卡驱动</title><link>https://tinychen.com/20200102-centos7-elrepo-install-nvidia-driver/</link><pubDate>Thu, 02 Jan 2020 09:00:00 +0800</pubDate><guid>https://tinychen.com/20200102-centos7-elrepo-install-nvidia-driver/</guid><description>&lt;p&gt;在CentOS7中使用elrepo源来进行英伟达显卡驱动的安装。&lt;/p&gt;</description></item><item><title>Linux中升级pip和更换pip镜像源</title><link>https://tinychen.com/20191227-pip-source-upgrade/</link><pubDate>Fri, 27 Dec 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191227-pip-source-upgrade/</guid><description>&lt;p&gt;在Linux中对Python的pip进行更新和镜像源替换为国内的镜像源。理论上操作对于Linux系统均适用，Python2和Python3也同样适用，不过Python2将在2020年1月1日停止支持，这里需要提醒一下大家记得尽快升级迁移自己项目和系统中使用的Python版本。&lt;/p&gt;
&lt;p&gt;本文的操作会使用CentOS7+Python2和Ubuntu18.04.3+Python3来进行演示。&lt;/p&gt;</description></item><item><title>Ubuntu18.04更改grub菜单引导选项和等待时间</title><link>https://tinychen.com/20191224-ubuntu-change-grub/</link><pubDate>Tue, 24 Dec 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191224-ubuntu-change-grub/</guid><description>&lt;p&gt;双系统情况下的Ubuntu18.04更改grub菜单引导选项和等待时间。此处使用的是UEFI引导的物理机作为示范，而非是使用传统的BIOS进行引导的虚拟机。实际的各种引导情况可能会比较复杂，需要自己根据实际情况来进行判断。&lt;/p&gt;</description></item><item><title>在Ubuntu18.04中安装升级pip3并使用socks代理</title><link>https://tinychen.com/20191121-ubuntu-install-pip3/</link><pubDate>Thu, 21 Nov 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191121-ubuntu-install-pip3/</guid><description>&lt;p&gt;ubuntu18.04中自带了python3但是缺少了pip3，这里我们使用apt来进行安装，然后使用pip3自己对自己升级，再安装对应的socks依赖包，这样在系统使用了socks代理的时候能够使用代理下载各种包，有效提高速度。&lt;/p&gt;</description></item><item><title>在Linux中使用xrandr调整分辨率</title><link>https://tinychen.com/20191105-linux-use-xrandr/</link><pubDate>Tue, 05 Nov 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191105-linux-use-xrandr/</guid><description>&lt;p&gt;在CentOS8和Ubuntu18上使用&lt;code&gt;xrandr&lt;/code&gt;调整显示器分辨率并设置重启后不失效。&lt;/p&gt;</description></item><item><title>在CentOS8中安装xrdp远程桌面</title><link>https://tinychen.com/20191029-centos8-install-xrdp/</link><pubDate>Tue, 29 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191029-centos8-install-xrdp/</guid><description>&lt;p&gt;在CentOS8上安装&lt;code&gt;xrdp&lt;/code&gt;和&lt;code&gt;vnc&lt;/code&gt;并在windows中使用&lt;code&gt;mstsc&lt;/code&gt;进行远程控制。&lt;/p&gt;</description></item><item><title>在CentOS8中安装VLC播放器</title><link>https://tinychen.com/20191028-centos8-install-vlc/</link><pubDate>Mon, 28 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191028-centos8-install-vlc/</guid><description>&lt;p&gt;在CentOS8上使用&lt;code&gt;epel&lt;/code&gt;源和&lt;code&gt;rpmfusion&lt;/code&gt;源安装VLC播放器。&lt;/p&gt;</description></item><item><title>NTP和Chrony以及常用NTP时间同步服务器</title><link>https://tinychen.com/20191026-ntp-servers/</link><pubDate>Sat, 26 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191026-ntp-servers/</guid><description>&lt;p&gt;国内常用的NTP时间服务器，可以用于Linux中的NTP时间同步或者是chrony时间同步。&lt;/p&gt;</description></item><item><title>CentOS8上启动系统web管理工具cockpit</title><link>https://tinychen.com/20191025-centos8-use-cockpit/</link><pubDate>Fri, 25 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191025-centos8-use-cockpit/</guid><description>&lt;p&gt;CentOS8和RHEL8中新加入了一项功能&lt;code&gt;cockpit&lt;/code&gt;，可以使用web浏览器来管理系统的一些常用状态，比如用户管理、软件更新、SELinux以及ssh等操作。&lt;/p&gt;</description></item><item><title>CentOS8yum源替换为国内镜像源</title><link>https://tinychen.com/20191024-centos8-replace-yum-source/</link><pubDate>Thu, 24 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191024-centos8-replace-yum-source/</guid><description>&lt;p&gt;CentOS8中主要的内置yum源、elrepo源、epel源和rpmfusion源的国内镜像版本，直接复制替换即可使用。&lt;/p&gt;</description></item><item><title>配置bash补全忽略大小写</title><link>https://tinychen.com/20191023-bash-completion-ignore-case/</link><pubDate>Wed, 23 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191023-bash-completion-ignore-case/</guid><description>&lt;p&gt;在Linux上使用bash补全的时候忽略大小写。&lt;/p&gt;</description></item><item><title>在CentOS中安装VisualStudioCode</title><link>https://tinychen.com/20191022-centos-install-vsc/</link><pubDate>Tue, 22 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191022-centos-install-vsc/</guid><description>&lt;p&gt;在CentOS上使用yum repo安装VSC，实测CentOS7和CentOS8均可正常安装。&lt;/p&gt;</description></item><item><title>在CentOS中安装wps</title><link>https://tinychen.com/20191020-centos-install-wps/</link><pubDate>Sun, 20 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191020-centos-install-wps/</guid><description>&lt;p&gt;在CentOS上使用rpm安装wps并导入相关的缺失字体,实测CentOS7和8均可正常安装。&lt;/p&gt;</description></item><item><title>线程和进程的区别</title><link>https://tinychen.com/20190821-thread-n-process/</link><pubDate>Wed, 21 Aug 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190821-thread-n-process/</guid><description>&lt;p&gt;记录一下线程和进程的区别。&lt;/p&gt;</description></item><item><title>使用python导出华为网络设备中的配置为excel文件</title><link>https://tinychen.com/20190816-hw-auto-get-profile/</link><pubDate>Fri, 16 Aug 2019 17:00:00 +0800</pubDate><guid>https://tinychen.com/20190816-hw-auto-get-profile/</guid><description>&lt;p&gt;项目github地址：https://github.com/tiny777/ServersManagementTools&lt;/p&gt;</description></item><item><title>shell简介</title><link>https://tinychen.com/20190724-shell-intro/</link><pubDate>Wed, 24 Jul 2019 10:00:00 +0800</pubDate><guid>https://tinychen.com/20190724-shell-intro/</guid><description>&lt;p&gt;简单介绍一下shell的概念、分类以及脚本的几种执行方式。&lt;/p&gt;</description></item><item><title>RHEL7的ACL简介</title><link>https://tinychen.com/20190711-rhel7-acl/</link><pubDate>Thu, 11 Jul 2019 11:00:00 +0800</pubDate><guid>https://tinychen.com/20190711-rhel7-acl/</guid><description>&lt;p&gt;RHEL7中的ACL的简单介绍。&lt;/p&gt;
&lt;h2 id="acl简介"&gt;ACL简介&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;ACL&lt;/code&gt;是&lt;code&gt;Access Control List&lt;/code&gt;的缩写，主要的目的是在提供传统的&lt;code&gt;owner&lt;/code&gt;，&lt;code&gt;group&lt;/code&gt;，&lt;code&gt;others&lt;/code&gt;的&lt;code&gt;read(r)&lt;/code&gt;，&lt;code&gt;write(w)&lt;/code&gt;，&lt;code&gt;execute(x)&lt;/code&gt; 权限之外的细部权限设定。&lt;/p&gt;
&lt;p&gt;ACL可以针对单一使用者，单一文件或目录来进行r，w，x的权限规范，对于需要特殊权限的使用状况非常有帮助。
ACL主要可以针对以下三者：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;使用者（user）：可以针对使用者来设定权限&lt;/li&gt;
&lt;li&gt;群组（group）：针对群组为对象来设定其权限&lt;/li&gt;
&lt;li&gt;默认属性（mask）：还可以针对在该目录下在建立新文件/目录时，规范新数据的默认权限&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>RHEL7中的CRON简介</title><link>https://tinychen.com/20190710-rhel7-cron/</link><pubDate>Wed, 10 Jul 2019 10:50:00 +0800</pubDate><guid>https://tinychen.com/20190710-rhel7-cron/</guid><description>&lt;p&gt;RHEL7中的CRON功能以及使用方式简介。&lt;/p&gt;
&lt;h2 id="cron简介"&gt;cron简介&lt;/h2&gt;
&lt;p&gt;crond 是linux下用来周期性的执行某种任务或等待处理某些事件的一个守护进程，与windows下的计划任务类似，当安装完成操作系统后，默认会安装此服务 工具，并且会自动启动crond进程，crond进程&lt;strong&gt;每分钟&lt;/strong&gt;会定期检查是否有要执行的任务，如果有要执行的任务，则自动执行该任务。&lt;/p&gt;</description></item><item><title>多主机间实现SSH免密登录</title><link>https://tinychen.com/20190709-multi-ssh/</link><pubDate>Tue, 09 Jul 2019 15:30:00 +0800</pubDate><guid>https://tinychen.com/20190709-multi-ssh/</guid><description>&lt;p&gt;K8S部署的前期准备工作，多台CentOS主机之间使用SSH免密登录。&lt;/p&gt;</description></item><item><title>CentOS7修改默认启动级别</title><link>https://tinychen.com/20190708-rhel7-change-init-level/</link><pubDate>Mon, 08 Jul 2019 19:00:00 +0800</pubDate><guid>https://tinychen.com/20190708-rhel7-change-init-level/</guid><description>&lt;p&gt;Linux中的七种启动级别介绍及CentOS7修改默认启动级别的方法。&lt;/p&gt;</description></item><item><title>RHEL7的yum简介</title><link>https://tinychen.com/20190708-rhel7-yum-repo/</link><pubDate>Mon, 08 Jul 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190708-rhel7-yum-repo/</guid><description>&lt;p&gt;RHEL7中的rpm和yum的简单介绍。&lt;/p&gt;</description></item><item><title>RHEL7的SELinux简介</title><link>https://tinychen.com/20190707-rhel7-selinux/</link><pubDate>Sun, 07 Jul 2019 12:00:00 +0800</pubDate><guid>https://tinychen.com/20190707-rhel7-selinux/</guid><description>&lt;p&gt;RHEL7中的SELinux简单介绍。&lt;/p&gt;</description></item><item><title>RHEL7破解ROOT密码</title><link>https://tinychen.com/20190707-rhel7-break-passwd/</link><pubDate>Sun, 07 Jul 2019 01:00:00 +0800</pubDate><guid>https://tinychen.com/20190707-rhel7-break-passwd/</guid><description>&lt;p&gt;RHEL系列Linux破解ROOT密码的操作。&lt;/p&gt;</description></item><item><title>Ubuntu18.04升级Linux内核</title><link>https://tinychen.com/20190614-ubuntu-update-kernel/</link><pubDate>Fri, 14 Jun 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190614-ubuntu-update-kernel/</guid><description>&lt;p&gt;Ubuntu18.04升级5.1.9的Linux内核，如果提示权限不足记得切换root用户。&lt;/p&gt;
&lt;p&gt;CentOS7版本请移步&lt;a href="https://tinychen.com/20190612-centos-update-kernel/"&gt;这里&lt;/a&gt;。&lt;/p&gt;</description></item><item><title>CentOS升级Linux内核</title><link>https://tinychen.com/20190612-centos-update-kernel/</link><pubDate>Wed, 12 Jun 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190612-centos-update-kernel/</guid><description>&lt;p&gt;CentOS7.6升级5.1.9的Linux内核，如果提示权限不足记得切换root用户。&lt;/p&gt;
&lt;p&gt;Ubunut18.04版本请移步&lt;a href="https://tinychen.com/20190614-ubuntu-update-kernel/"&gt;这里&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Ubuntu18.04和CentOS7更换阿里源</title><link>https://tinychen.com/20190605-linux-use-ali-source/</link><pubDate>Wed, 05 Jun 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190605-linux-use-ali-source/</guid><description>&lt;p&gt;在CentOS7.6和Ubuntu18.04上面更换软件源为阿里源。&lt;/p&gt;</description></item><item><title>Linux安装MPI</title><link>https://tinychen.com/20190604-linux-install-mpi/</link><pubDate>Tue, 04 Jun 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190604-linux-install-mpi/</guid><description>&lt;p&gt;在CentOS7.6和Ubuntu19.04上面安装MPI开发环境。&lt;/p&gt;
&lt;p&gt;需要注意的是除非使用root账号，不然需要加上&lt;code&gt;sudo&lt;/code&gt;保证有足够的权限执行安装操作。&lt;/p&gt;</description></item><item><title>CentOS配置Python3开发环境</title><link>https://tinychen.com/20190413-centos-install-python/</link><pubDate>Sat, 13 Apr 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190413-centos-install-python/</guid><description>&lt;p&gt;CentOS7配置Python3.7开发环境&lt;/p&gt;</description></item><item><title>SSH远程连接Linux主机超时自动断开</title><link>https://tinychen.com/20190411-fix-ssh-disconnect/</link><pubDate>Thu, 11 Apr 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190411-fix-ssh-disconnect/</guid><description>&lt;p&gt;使用SSH远程连接Linux主机的时候，会因为一段时间没有执行操作，就和主机断开连接，我们可以通过修改主机端的SSHD配置文件来解决这个问题。&lt;/p&gt;</description></item><item><title>CentOS配置JDK环境</title><link>https://tinychen.com/20190317-centos-install-jdk/</link><pubDate>Sun, 17 Mar 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190317-centos-install-jdk/</guid><description>&lt;p&gt;在CentOS7上面实现JDK的环境配置。&lt;/p&gt;</description></item><item><title>Ubuntu18.04与Win10时间不一致</title><link>https://tinychen.com/20181109-ubuntu-change-time/</link><pubDate>Fri, 09 Nov 2018 15:00:00 +0800</pubDate><guid>https://tinychen.com/20181109-ubuntu-change-time/</guid><description>&lt;p&gt;最近在安装Ubuntu18.04和win10双系统的时候发现两个系统的时间总是相差八个小时，即win10的时间要比Ubuntu早八个小时，这里介绍一个在Ubuntu下的解决方案。&lt;/p&gt;</description></item><item><title>树莓派3B+打造多媒体中心</title><link>https://tinychen.com/20180910-raspi-multi-media-centre/</link><pubDate>Mon, 10 Sep 2018 15:00:00 +0800</pubDate><guid>https://tinychen.com/20180910-raspi-multi-media-centre/</guid><description>&lt;p&gt;小七比较喜欢在宿舍和室友一起看电影或听音乐，且对画质和音质要求较高，一般都是观看1080P的蓝光REMUX电影（约30G一部）和听无损音质的音乐（30M一首），且观看设备较多（电视盒子、电脑、手机），再加上平时需要下载电影且自己有写博客的习惯，博客和一些其他的重要资料也需要备份，因此决定使用树莓派3B+、一块移动硬盘和一个路由器搭建一个宿舍多媒体中心来满足这些需求。&lt;/p&gt;</description></item><item><title>Win10下安装Ubuntu双系统</title><link>https://tinychen.com/20180817-ubuntu-install/</link><pubDate>Fri, 17 Aug 2018 15:00:00 +0800</pubDate><guid>https://tinychen.com/20180817-ubuntu-install/</guid><description>&lt;p&gt;Ubuntu18.04发布了很长一段时间了，基本上系统本身也趋于稳定，那么我们现在来尝试一下在已经存在win10系统的情况下安装Ubuntu18.04。本文使用的是单硬盘+GPT分区表配置方案，也是目前的主流方案。&lt;/p&gt;</description></item><item><title>BIOS与UEFI</title><link>https://tinychen.com/20171007-bios-n-uefi/</link><pubDate>Sat, 07 Oct 2017 15:00:00 +0800</pubDate><guid>https://tinychen.com/20171007-bios-n-uefi/</guid><description>&lt;p&gt;BIOS和UEFI这两个概念对于刚接触计算机硬件的朋友来说可能有些难以区分，最近正好有空，就稍微整理了一下有关知识和大家分享交流一下，如文中有任何错误不足，还望不吝赐教。&lt;/p&gt;</description></item><item><title>MBR分区表</title><link>https://tinychen.com/20170808-mbr/</link><pubDate>Tue, 08 Aug 2017 15:00:00 +0800</pubDate><guid>https://tinychen.com/20170808-mbr/</guid><description>&lt;p&gt;目前来说，比较主流的两种硬盘的分区表是MBR和GPT（GUID）。今天小七带大家了解一下比较旧一点的MBR分区表（相对于GPT）。&lt;/p&gt;</description></item></channel></rss>