随笔分类 -  ubuntu

摘要:Ubuntu 文件管理软件安装 Ubuntu 的安装 参考: https://www.cnblogs.com/masbay/p/10745170.html 开启 ssh 服务 Ubuntu 默认不会开启 ssh 服务。所以我们无法对 Ubuntu 进行远程连接,这对 Ubuntu 的运维造成了很大不 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(2143) 评论(0) 推荐(0)
摘要:安装 git 官方:https://git-scm.com/download/linux 安装搜狗拼音 官方:https://pinyin.sogou.com/linux/ ,https://pinyin.sogou.com/linux/help.php qq 官方:https://im.qq.co 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(117) 评论(0) 推荐(0)
摘要:1、tar.gz 软件包的安装 1)解压 tar.gz 包 tar -zxvf nginx-1.8.1.tar.gz -C /home/Desktop # 将软件包名.tar.gz解压到指定的目录下 2)进入解压后的文件目录下 执行“./configure”命令为编译做好准备; cd nginx s 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(963) 评论(0) 推荐(0)
摘要:由于中文的 Windows 使用的是 GBK 编码,而 Linux 默认使用 UTF-8 编码的,如果在 Windows 打包带中文文件的 zip 包,则这个 zip 包在 Linux 下面使用默认的归档管理器打开这个 zip 包的时候,中文文件名会显示乱码。 解决方法 1: 使用 GBK 格式解压 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(195) 评论(0) 推荐(0)
摘要:前言 根据 Windows Terminal 中 powerline 的教程发现 oh-my-posh 还可以安装到 ubuntu 系统下,于是尝试了一下 安装 Windows Terminal 中 ubuntu 安装 oh-my-posh 教程:https://docs.microsoft.com 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(2690) 评论(0) 推荐(0)
摘要:本文汇总了 本人学习 Linux入门 的所有教程 常用 Linux 命令的基本使用 目标 理解学习 Linux 终端命令的原因 常用 Linux 命令体验 01. 学习 Linux 终端命令的原因 Linux 刚面世时并没有图形界面,所有的操作全靠命令完成,如 磁盘操作、文件存取、目录操作、进程管理 阅读全文
posted @ 2021-10-11 11:23 __Bowen 阅读(308) 评论(0) 推荐(0)
摘要:退出和进入 root 权限 进入 sudo -s 退出 su [用户名] Ubuntu 下几种软件安装的方法 tar 命令的用法 参考 https://blog.csdn.net/kkw1992/article/details/80000653 linux 下最常用的打包程序就是 tar 了,使用 阅读全文
posted @ 2021-10-11 11:22 __Bowen 阅读(58) 评论(0) 推荐(0)