随笔分类 -  Linux

摘要:### Debian 11安装用户图形界面 * 本文档解释了如何在基于 Debian 的 Linux 服务器上设置桌面gnome。 以最简单的方式安装 Debian 系统图形界面 **在root输入如下步骤** > * 第一步: # sudo apt update > * 第二步: # sudo a 阅读全文
posted @ 2023-07-08 01:41 Sunny_SunShine 阅读(2006) 评论(0) 推荐(0) 编辑
摘要:### 修改Ubuntu系统的密码、主机名、用户名 **当我们拿到别人拷贝的系统时,往往需要修改拷贝系统的密码、用户名和主机名,本文简单介绍在Ubuntu下如何进行相关配置文件的修改。** (1)修改root的密码 运行下面的命令对对root密码进行修改,命令运行过程中需要输入用户密码: ``` $ 阅读全文
posted @ 2023-05-24 00:40 Sunny_SunShine 阅读(769) 评论(0) 推荐(0) 编辑
摘要:docker 安装 卸载旧版本的Docker,没安装的就跳过此步 sudo apt-get remove docker docker-engine docker.io 开始安装 sudo apt-get update 下载安装工具 sudo apt-get install \ apt-transpo 阅读全文
posted @ 2023-05-23 23:11 Sunny_SunShine 阅读(156) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-02-28 23:58 Sunny_SunShine 阅读(0) 评论(0) 推荐(0) 编辑
摘要:Ubuntu的终端换为白底黑字 较为简单的方法是在终端设置 总体流程:终端编辑 ——>首选项 ——> 配置文件 ——> 新建 ——> 颜色设置 新建 修改颜色 关闭在打开终端,选择刚新建的配置文件即可 阅读全文
posted @ 2022-02-26 16:09 Sunny_SunShine 阅读(284) 评论(0) 推荐(0) 编辑
摘要:go get下载github.com资源方式 go get -x github.com/tealeg/xlsx #加入x参数 其中加入 x 参数可以打印具体下载的资源信息 阅读全文
posted @ 2021-10-08 21:23 Sunny_SunShine 阅读(221) 评论(0) 推荐(0) 编辑
摘要:### 效果酷炫的Linux命令 ###1. cmatrix 命令 **首先在 Linux 终端中执行以下命令,安装 cmatrix 命令:**、 ``` sudo apt-get install cmatrix ``` **接下来就是见证奇迹的时刻:** ![](https://img2020.c 阅读全文
posted @ 2020-12-11 19:14 Sunny_SunShine 阅读(575) 评论(0) 推荐(0) 编辑
摘要:**用Windows下用一些方便的编辑器(比如鼎鼎大名的Notepad++,Sublim)写好, 然后拷贝文件到linux下, 结果呢, 在执行脚本*.sh的时候, 会出现如下问题:** ``` [taoge@localhost learn_shell]$ ./a.sh bash: ./a.sh: 阅读全文
posted @ 2020-10-23 11:56 Sunny_SunShine 阅读(450) 评论(0) 推荐(0) 编辑
摘要:**ubuntu怎么切换到root用户,我们都知道使用su root命令,去切换到root权限,此时会提示输入密码,可是怎么也输不对,提示“Authentication failure”** **此时有两种情况一个是真的是密码错了,另一种就是刚安装好的Linux系统,没有给root设置密码。** * 阅读全文
posted @ 2020-07-31 13:05 Sunny_SunShine 阅读(1042) 评论(0) 推荐(0) 编辑
摘要:**VM中安装Centos7的桌面系统** ###一、首先下载安装VMware Workstation Pro虚拟机 **官网下载需要注https://my.vmware.com/en/web/vmware/info/slug/desktop_end_user_computing/vmware_wo 阅读全文
posted @ 2020-07-31 10:58 Sunny_SunShine 阅读(33) 评论(0) 推荐(0) 编辑
摘要:准备工作 VMware Workstation15 官方下载地址: https://www.vmware.com/cn/products/workstation-pro/workstation-pro-evaluation.html Ubuntu18.04LTS镜像 官方下载地址:https://u 阅读全文
posted @ 2020-07-30 21:20 Sunny_SunShine 阅读(426) 评论(0) 推荐(0) 编辑
摘要:###一、先执行一下命令 **1.1删除nginx, -purge包括配置文件** ``` sudo apt-get --purge remove nginx ``` **1.2自动移除全部不使用的软件包** ``` sudo apt-get autoremove ``` **1.3罗列出与ngin 阅读全文
posted @ 2020-06-04 14:04 Sunny_SunShine 阅读(630) 评论(0) 推荐(0) 编辑
摘要:###压缩与解压 ![](https://img2020.cnblogs.com/blog/1756102/202004/1756102-20200413213058404-780409101.png) ###文件传输 ![](https://img2020.cnblogs.com/blog/175 阅读全文
posted @ 2020-04-13 23:16 Sunny_SunShine 阅读(4) 评论(0) 推荐(0) 编辑
摘要:###多行注释 - 两种方法 ![注释](https://img2020.cnblogs.com/blog/1756102/202004/1756102-20200411164328235-697185644.png) ###脚本执行 ![脚本执行](https://img2020.cnblogs. 阅读全文
posted @ 2020-04-11 19:03 Sunny_SunShine 阅读(204) 评论(0) 推荐(0) 编辑
摘要:####使用免费的FTP传输软件FileZilla实现双向传输,只需将该软件下载到windows下。下载链接:https://filezilla-project.org/ ![](https://img2020.cnblogs.com/blog/1756102/202004/1756102-2020 阅读全文
posted @ 2020-04-02 18:08 Sunny_SunShine 阅读(640) 评论(0) 推荐(0) 编辑

喜欢请打赏

扫描二维码打赏

了解更多

点击右上角即可分享
微信分享提示