<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>linux on Chen's Blog</title><link>https://NamiChen.github.io/tags/linux/</link><description>Recent content in linux on Chen's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 02 Sep 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://NamiChen.github.io/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>正则表达式与通配符</title><link>https://NamiChen.github.io/2020/regular-expression-basic-syntax/</link><pubDate>Wed, 02 Sep 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/regular-expression-basic-syntax/</guid><description>&lt;p>正则表达式在字符串处理时使用的非常普遍，这次来学习正则的相关知识，分别结束通配符、正则及它们的区别。&lt;/p></description></item><item><title>Bash脚本语法2</title><link>https://NamiChen.github.io/2020/bash-script-grammer-2/</link><pubDate>Fri, 21 Aug 2020 17:13:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/bash-script-grammer-2/</guid><description>&lt;p>很多时候都要求能使用 Shell 脚本进行编程，本文是根据阮一峰大神的 &lt;a href="https://wangdoc.com/bash/intro.html" target="_blank">系列教程&lt;/a> 总结的基本知识。&lt;/p></description></item><item><title>Bash脚本语法1</title><link>https://NamiChen.github.io/2020/bash-script-grammer-1/</link><pubDate>Tue, 18 Aug 2020 11:37:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/bash-script-grammer-1/</guid><description>&lt;p>很多时候都要求能使用 Shell 脚本进行编程，本文是根据阮一峰大神的 &lt;a href="https://wangdoc.com/bash/intro.html" target="_blank">系列教程&lt;/a> 总结的基本知识。&lt;/p></description></item><item><title>Docker-网络</title><link>https://NamiChen.github.io/2020/network/</link><pubDate>Mon, 18 May 2020 17:13:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/network/</guid><description>Docker 允许通过外部访问容器或容器互联的方式来提供网络服务。 1. 外部访问容器 容器中可以运行一些网络应用，要让外部也可以访问这些应用，可以通过 -P 或 -p 参</description></item><item><title>Docker-镜像、容器与仓库</title><link>https://NamiChen.github.io/2020/image-container-and-repository/</link><pubDate>Mon, 18 May 2020 09:00:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/image-container-and-repository/</guid><description>&lt;p>Docker 的三个基本概念是镜像（Image）、容器（Container）和仓库（Repository），理解了这三个概念基本就理解了 Docker。&lt;/p></description></item><item><title>Docker-Win10 Home安装Docker</title><link>https://NamiChen.github.io/2020/install-docker-desktop-on-windows-10-home/</link><pubDate>Thu, 23 Apr 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/install-docker-desktop-on-windows-10-home/</guid><description>Docker Desktop 是 Windows 安装 Docker 的推荐安装方式，然而系统需求是 Pro, Enterprise 或 Education 版本，Home 版不支持，因为没有 Hyper-V。 这篇文章记录网上找到的 Win10 Home 版安装 Docker Desktop 的方</description></item><item><title>Docker-使用 Docker 安装运行 mysql</title><link>https://NamiChen.github.io/2020/using-docker-installation-to-run-mysql/</link><pubDate>Thu, 23 Apr 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/using-docker-installation-to-run-mysql/</guid><description>Docker Hub 中的 mysql 镜像 地址为 https://hub.docker.com/_/mysql，安装运行过程如下。 1. 拉取镜像 1 2 3 4 5 6 $ docker pull mysql # 查看 $ docker</description></item><item><title>Ubuntu中无法获得锁相关问题的解决方案</title><link>https://NamiChen.github.io/2020/ubuntu%E4%B8%AD%E6%97%A0%E6%B3%95%E8%8E%B7%E5%BE%97%E9%94%81%E7%9B%B8%E5%85%B3%E9%97%AE%E9%A2%98%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</link><pubDate>Fri, 03 Jan 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/ubuntu%E4%B8%AD%E6%97%A0%E6%B3%95%E8%8E%B7%E5%BE%97%E9%94%81%E7%9B%B8%E5%85%B3%E9%97%AE%E9%A2%98%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</guid><description>Ubuntu环境下，Unable to acquire the lock这类问题时有发生，本文对该问题的解决方案做一个总结 E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is</description></item><item><title>linux系统时间同步</title><link>https://NamiChen.github.io/2019/linux%E7%B3%BB%E7%BB%9F%E6%97%B6%E9%97%B4%E5%90%8C%E6%AD%A5/</link><pubDate>Fri, 20 Dec 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/linux%E7%B3%BB%E7%BB%9F%E6%97%B6%E9%97%B4%E5%90%8C%E6%AD%A5/</guid><description>虚拟机长时间不开机，系统时间和当前时间不同步，导致很多操作被拒绝，这里记录如何主动同步系统的时间和网络时间 正文 设置系统时区 1 $ timedatectl set-timezone Asia/Shanghai 安装nt</description></item><item><title>VMware虚拟机使用技巧</title><link>https://NamiChen.github.io/2019/vmware-usage/</link><pubDate>Fri, 06 Sep 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/vmware-usage/</guid><description>双系统时常折腾容易坏电脑，因此一般是在虚拟机中使用Linux系统，常用的虚拟机为VMware，本文对VMware的相关知识以及使用过程中的一</description></item><item><title>系统移植1-移植相关知识</title><link>https://NamiChen.github.io/2018/migration-related-knowledge/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/migration-related-knowledge/</guid><description>1. Linux 操作系统组成 Linux 操作系统由 Linux 内核、shell 命令解释器和应用程序3部分构成 1.1 shell Linux的内核不能直接接受来自终端的用户命令，shell 为</description></item><item><title>系统移植2-Debian系统的移植</title><link>https://NamiChen.github.io/2018/migration-of-debian-system/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/migration-of-debian-system/</guid><description>Debian 系统的移植总分四部分：u-boot的编译与烧录，Linux内核的编译与烧录，Debian 基本根文件系统的制作、配置与烧录，开发板设置。 1. u</description></item><item><title>系统移植3-Android系统移植</title><link>https://NamiChen.github.io/2018/android-system-migration/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/android-system-migration/</guid><description>采用Android6.0（棉花糖），编译环境为Ubuntu14.04和opoenjdk-7-jdk 1. 获取源码 首先参阅Android网站sou</description></item><item><title>系统移植4-内核配置</title><link>https://NamiChen.github.io/2018/linux-lernel-configuration/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/linux-lernel-configuration/</guid><description>内核配置的目的主要是裁剪掉不必要的文件和目录，获得一个最适用的操作系统。可通过执行下面的命令进入配置窗口 1 $ make menuconfig 执行完毕后显示一个基于文本的</description></item></channel></rss>