项目汇报要录制一些视频和截图、Gif 等,于是就收集了一些好用的软件,安装方法如下,使用方法都很容易就不介绍了: 1. 录屏 SimpleScreenRecorder(建议) sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder ...
分类:
系统相关 时间:
2020-06-24 00:29:30
阅读次数:
95
开启/关闭ubuntu防火墙 安装方法 sudo apt-get install ufw 当然,这是有图形界面的(比较简陋),在新立得里搜索gufw试试…… 使用方法 1 启用 sudo ufw enable sudo ufw default deny 作用:开启了防火墙并随系统启动同时关闭所有外部 ...
分类:
系统相关 时间:
2020-06-23 19:12:53
阅读次数:
76
1. 配置镜像加速器 针对Docker客户端版本大于 1.10.0 的用户 您可以通过修改daemon配置文件/etc/docker/daemon.json来使用加速器 sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EO ...
分类:
其他好文 时间:
2020-06-23 17:16:23
阅读次数:
55
1. 安装步骤如下 wget https://ftp.gnu.org/gnu/make/make-4.2.tar.gz tar xvf make-4.2.tar.gz cd make-4.2/ ./configure make sudo make install 2. 如果出现错误说是gcc 没安装 ...
分类:
系统相关 时间:
2020-06-23 15:32:20
阅读次数:
76
(1)非惠普的机器sudo /opt/MegaRAID/MegaCli/MegaCli64 -LdInfo -LALL -aAll(2)惠普的机器 hpacucli如果你的机器上没有hpacucli命令则先安装,下面提供rpm的安装方式:安装 rpm -ivh hpssacli-2.30-6.0.x ...
分类:
其他好文 时间:
2020-06-23 13:50:18
阅读次数:
245
sherrysack关注 2017.10.24 13:02:25字数 76阅读 2,394 While I was trying to download wine1.7 on Ubuntu, after I add the related repository, and execute sudo a ...
分类:
Web程序 时间:
2020-06-23 13:44:59
阅读次数:
82
ls /usr/bin/python* sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 sudo update-alternatives --install /usr/bin/python ...
分类:
编程语言 时间:
2020-06-23 11:42:43
阅读次数:
72
只是为了记录一下,出处看最后 一,安装 apache 1,安装 apache [hadoop@YunMaster ~]$ sudo yum -y install httpd httpd-manual mod_ssl mod_perl mod_auth_mysql 2,启动 apache [hadoo ...
分类:
其他好文 时间:
2020-06-22 22:39:34
阅读次数:
66
一、环境信息 CentOS Linux release 8.1.1911 (Core) Redis server v=5.0.3 二、yum方式安装 1、添加EPEL仓库 sudo yum install epel-release 2、更新 sudo dnf update 3、使用 CentOS 8 ...
分类:
数据库 时间:
2020-06-22 12:41:55
阅读次数:
65
mac 安装redis download https://redis.io/download 下载稳定版redis install 解压redis tar xvf ./redis-6.0.5.tar.gz 移动到相应目录 sudo mv ./redis-6.0.5 /usr/local 编译测试 s ...
分类:
系统相关 时间:
2020-06-21 23:33:41
阅读次数:
112