<?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>Ubuntu on TinyChen's Blog</title><link>https://tinychen.com/tags/ubuntu/</link><description>Recent content in Ubuntu on TinyChen's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sun, 20 Dec 2020 11:00:00 +0800</lastBuildDate><atom:link href="https://tinychen.com/tags/ubuntu/index.xml" rel="self" type="application/rss+xml"/><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>使用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>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>配置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>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>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>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>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></channel></rss>