Ubuntu 20.04 安装微信、qq等 1.安装前准备 安装必要的工具及deepin-wine依赖 sudo apt install wget g++ git #如已安装可自行跳过 2.安装deepin-wine git clone "https://gitee.com/wszqkzqk/dee ...
分类:
微信 时间:
2020-06-28 00:23:15
阅读次数:
1079
ubuntu20.04更改登陆背景 下载 ubuntu-20.04-change-gdm-background 这个sh文件 wget github.com/thiggy01/ubuntu-20.04-change-gdm-background/raw/master/ubuntu-20.04-cha ...
分类:
系统相关 时间:
2020-06-28 00:00:09
阅读次数:
496
1.在宝塔终端输入: wget http://download.bt.cn/install/ext/ffmpeg.sh && sh ffmpeg.sh 安装完后可输入以下命令是否安装成功: ffmpeg -version 这样就说明安装成功 ...
分类:
其他好文 时间:
2020-06-27 17:32:37
阅读次数:
201
wget在Linux下默认已经安装,Windows下需要自行安装。 Windows下载地址:http://wget.addictivecode.org/Faq.html#download,链接:http://pan.baidu.com/s/1bp3rB9H 密码:jt9v 常用命令(递归下载网站): ...
分类:
其他好文 时间:
2020-06-27 13:19:06
阅读次数:
124
安装MySQL linux安装mysql8 参考教程: https://www.cnblogs.com/kevingrace/p/10482469.html 基本命令 安装 : yum install mysql-community-server 启动 : service mysqld start/ ...
分类:
数据库 时间:
2020-06-27 13:13:56
阅读次数:
101
1:安装从网上下载文件的wget命令[root@master ~]# yum -y install wget 2:下载mysql的repo源[root@master ~]# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch ...
分类:
数据库 时间:
2020-06-27 11:23:34
阅读次数:
64
Centos系统请使用以下命令:yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh Ubuntu系统请使用以下命令:wget -O auto ...
分类:
系统相关 时间:
2020-06-27 11:17:00
阅读次数:
207
1 Linux 1、下载 方式一: 官网:http://download.redis.io/releases/ 使用Xftp上传到服务器。 方式二: 在Linux服务器下载目录下执行如下命令(版本自己指定): wget http://download.redis.io/releases/redis- ...
分类:
其他好文 时间:
2020-06-27 00:34:36
阅读次数:
91
1、下载安装包,下载链接如下: http://ftp.gnu.org/gnu/binutils/ wget http://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz tar -xzvf binutils-2.32.tar.gzcd binutils-2 ...
分类:
系统相关 时间:
2020-06-26 20:24:07
阅读次数:
280
1、查看当前python pythonquit() whereis python which python 2、进入python官网,下载最新安装包 :https://www.python.org/ wget https://www.python.org/ftp/python/3.8.3/Pytho ...
分类:
编程语言 时间:
2020-06-26 14:36:04
阅读次数:
94