最近更新:2021.03.15 2021.03.13
【系统下载与安装】
系统下载
Ubuntu系统下载
https://cn.ubuntu.com/download
启动盘制作(Windows环境下)
Rufus - 轻松创建USB启动盘
系统安装
在UEFI模式下安装Ubuntu 14.04与Windows 8/8.1双启动
https://linux.cn/article-3178-1.html
windows10安装ubuntu20.04双系统详细图文教程
https://www.jb51.net/article/187767.htm
(网上查的)windows10安装ubuntu双系统教程(绝对史上最详细)
https://www.cnblogs.com/masbay/p/10745170.html
Ubuntu安装遇到的问题
安装过程中提示需要BitLocker恢复密钥
打开Windows 10,然后在设置→更新和安全→BitLocker处关闭BitLocker,这个过程可能会耗费10-30分钟,请耐心等待。当需要使用第三方工具为电脑进行分区等操作时,也会提示需要BitLocker密钥,同理也可通过关闭BitLocker来解决。之后,再次执行Ubuntu安装程序即可。
解决由于intelRST问题导致无法安装ubuntu
https://blog.csdn.net/Mikow/article/details/106800914
(网上查的)Ubuntu死机解决方法汇总
https://blog.csdn.net/x763795151/article/details/88546748
Ubuntu的一些配置
windows安装Ubuntu双系统后更改默认启动顺序-进入系统最简单的方法
参考教程:https://blog.csdn.net/weixin_45392081/article/details/109355997
sudo vim /etc/default/grub
如果没有安装vim,也可以将是vim换成其他文本编辑软件,例如gedit
sudo gedit /etc/default/grub
然后执行命令更新设置,使其生效
sudo update-grub
ubuntu 和windows 时间同步
https://blog.csdn.net/ZChen1996/article/details/106131224
【软件安装】
软件仓库
https://help.ubuntu.com/lts/ubuntu-help/addremove-ppa.html.zh-CN
软件源
https://help.ubuntu.com/lts/ubuntu-help/addremove-sources.html.zh-CN
apt/dpkg:
https://blog.csdn.net/uotail/article/details/90050351
snap:
https://www.jianshu.com/p/f80cf7507049
Ubuntu下安装QQ
https://im.qq.com/linuxqq/download.html
Ubuntu下安装搜狗输入法
https://pinyin.sogou.com/linux/
https://pinyin.sogou.com/linux/help.php
【配置查看】
Windows下查看BIOS模式
"Win+R"快捷键进入"运行",输入"msinfo32"回车,出现以下界面,可查看BIOS模式:
UEFI模式:显示为UEFI
传统MBR模式:显示为传统
linux下查看硬件架构
在Linux中的命令行中输入 uname -m 显示计算机的硬件架构
【登录密码】
Ubuntu安装完成第一次登录时出现“抱歉,登录失败,请再试一次”
Ubuntu18.04登录输密码时出现“抱歉,登录失败,请再试一次”解决方法
https://blog.csdn.net/zying555/article/details/107323808/
ubuntu linux重置密码
https://www.cnblogs.com/zdfbk/p/8670884.html
ubuntu账户密码正确但是登录不进去系统(未验证)
https://blog.csdn.net/u010355144/article/details/45558073
【官方文档】
ubuntu 20.04 桌面指南
https://help.ubuntu.com/lts/ubuntu-help/index.html
【管理员权限】
使用管理员权限编辑文件
sudo nautilus
没有的话可以使用 sudo apt-get install nautilus-open-terminal 安装。
【更多】
ubuntu复制文件
在Ubuntu桌面平台下,从一个文件夹复制文件没有想象的那么简单,原因在于这类操作于root用户权限,而Ubuntu的安全属机制不允许用root登录桌面。在“终端”使用命令形式 sudo 和 cp 当然可以成功复制文件。
在terminal里用sudo nautilus命令,打开nautilus,然后像在windows下那样复制粘贴就可以了。
后面可能会用到的资料
How to create an Ubuntu package from source
https://www.howtoforge.com/tutorial/how-to-create-an-ubuntu-package-from-source/
如何从源代码创建一个Ubuntu包
https://www.howtoing.com/how-to-create-an-ubuntu-package-from-source/
ubuntu重启、关机命令
https://www.cnblogs.com/suny5588/p/9314409.html
ACPI BIOS Error (bug): Failure creating named object
https://blog.csdn.net/u014027421/article/details/107319380/
卸载Ubuntu(参考回答中解决方案)
https://qastack.cn/superuser/1296161/bitlocker-recovery-key-required-after-dual-booting-ubuntu
【Linux内核】
源代码下载地址:https://www.kernel.org/
阿里云镜像
源码:http://mirrors.aliyun.com/linux-kernel/v4.x/linux-4.5.tar.xz
补丁:http://mirrors.aliyun.com/linux-kernel/v4.x/patch-4.5.xz
本站文章除注明转载/出处外,均为原创,若要转载请务必注明出处。转载后请将转载链接通过邮件告知我站,谢谢合作。本站邮箱:admin@only4.work
尊重他人劳动成果,共创和谐网络环境。点击版权声明查看本站相关条款。