1.在设置里面添加共享文件夹 2.在虚拟机里面执行添加用户权限 sudo usermod -a -G vboxsf 用户名 ...
分类:
系统相关 时间:
2020-06-27 10:06:23
阅读次数:
63
1. 安装之前,先清除之前安装的旧版本 docker,如果有的话。 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrot ...
分类:
系统相关 时间:
2020-06-26 22:13:24
阅读次数:
59
修改指定位置 sudo nvim /usr/share/themes/主题名/gnome-shell/gnome-shell.css 主题名可以根据neofetch或screenfetch查看对应的Theme 进入文件后选择搜索 .candidate-popup-content 在该类下添加font ...
分类:
其他好文 时间:
2020-06-26 20:33:28
阅读次数:
119
Yes, you can remove the CD-ROM (or or original installation media) from the sources.list Edit the sources.list file with the following command: sudo n ...
分类:
其他好文 时间:
2020-06-26 20:01:57
阅读次数:
58
一、安装PHP php官网下载地址:https://www.php.net/downloads 更新yum源(此步可以跳过) yum -y update 1.首先安装依赖包 yum install libxml2 libxml2-devel bzip2 bzip2-devel libcurl lib ...
分类:
Web程序 时间:
2020-06-26 18:39:30
阅读次数:
78
安装Jdk 查看系统版本命令 cat /etc/issue 查看yum包含的jdk版本 yum list java* 安装jdk 此次选择java-1.8.0-openjdk-devel.x86_64 : OpenJDK Development Environment yum install jav ...
分类:
数据库 时间:
2020-06-26 14:34:23
阅读次数:
64
1、$ sudo yum install -y yum-utils 2、 $ sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo3、安装最新版本的Docker E ...
分类:
其他好文 时间:
2020-06-26 14:17:31
阅读次数:
82
类似这样的提示指向内核问题。 解决办法:先查看自己的内核版本,根据内核版本安装对应版本的headers。 uname -r5.4.44-1-MANJARO sudo pacman -S linux54-headers linux54-headers-... 9.4 MiB 5.39 MiB/s 00 ...
分类:
编程语言 时间:
2020-06-26 13:09:45
阅读次数:
150
在终端下输入 sudo apt search redis 查找一下发现了 redis-server 如果找不到 你可能需要使用 update 更新一下了 sudo apt-get update 然后就安装 sudo apt-get install redis-server 安装完毕后启动 redis ...
分类:
系统相关 时间:
2020-06-26 13:03:29
阅读次数:
53
sudo apt --fix-broken install sudo apt-get update sudo apt-get upgrade sudo apt-get install aptitude sudo aptitude install xxxx ...
分类:
系统相关 时间:
2020-06-26 12:36:29
阅读次数:
56