下载git内容 git clone https://github.com/Microsoft/vcpkg.git cd vcpkg 执行./bootstrap-vcpkg.sh 如果提示 那么安装 apt-get install curl unzip tar 创建软连接需要使用绝对路径 ln -s ...
分类:
系统相关 时间:
2020-01-21 10:52:07
阅读次数:
195
1. 如果sudo apt-get update太慢,可以使用下面文章的方法。前提是用root用户在终端中登录。 sudo passwd root su root sudo gedit /etc/apt/source.list https://blog.csdn.net/u013617229/art ...
分类:
其他好文 时间:
2020-01-21 00:30:12
阅读次数:
86
问题描述: Ubuntu 18.04 命令行执行命令报错提示:Failed to load module "canberra-gtk-module"解决方案:1、执行以下命令,相信定有奇效 sudo apt-get install libcanberra-gtk-module 2、执行过程中,按照提 ...
分类:
其他好文 时间:
2020-01-20 12:59:55
阅读次数:
164
安装: sudo apt-get install memcached 启动: sudo /etc/init.d/memcached start 连接: 查看配置文件 vim /etc/memcached.conf 找到以下这行 使用telnet进行连接 root@iZwz9aujzgp9b5o38x ...
分类:
系统相关 时间:
2020-01-19 16:30:32
阅读次数:
114
ubuntu18.04 mysql 安装 (1.)下载镜像源配置 https://dev.mysql.com/downloads/repo/apt/ dpkg i mysql.xxx.deb //安装,选择OK (2.)更新镜像源 sudo apt get update (3.)安装mysql su ...
分类:
数据库 时间:
2020-01-19 12:35:26
阅读次数:
109
NVIDIA 驱动安装(超详细) ref1: https://blog.csdn.net/qlulibin/article/details/78714596 ref2:https://www.cnblogs.com/pprp/p/9430836.html 目录 1. 删除原有驱动 2. 安装依赖 3 ...
分类:
其他好文 时间:
2020-01-19 09:47:14
阅读次数:
101
作为Linux忠实用户,应该没有人不知道bash shell工具了吧,其实除了bash还有许多其他的工具,zsh就是一款很好得选择,基于zsh shell得基础之上,oh-my-zsh工具更是超级利器强推。 基于Ubuntu18.04系统配置oh-my-zsh得步骤如下: 1. 使用apt-get工 ...
分类:
系统相关 时间:
2020-01-18 22:48:11
阅读次数:
308
【卸载】 卸载系统自带的不常用软件 sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission ...
分类:
系统相关 时间:
2020-01-18 16:53:41
阅读次数:
129
详见网址:https://blog.csdn.net/m0_43403238/article/details/85480314 按上述网址一步步没有问题,很是详细。 扩容遇到的问题 注意: 1、其他的文章有关于下载一个安装软件“Gparted” 终端写为:sudo apt-get install G ...
分类:
系统相关 时间:
2020-01-18 16:46:43
阅读次数:
104
Ubuntu18.04apt安装2.0.4Centos7.6Yum安装1.8.14Centos7.6编译安装haproxy2.0.12 <h6id=1>Ubuntu18.04apt安装2.0.4</h6>root@ubuntu:~#apt-getinstallsoftware-properties-common#安装常用软件包Readingpackagelists
分类:
系统相关 时间:
2020-01-18 01:16:21
阅读次数:
141