在Linux环境下搭建一个JDK+Tomcat+Jenkins,用来构建python自动化脚本。 ...
分类:
系统相关 时间:
2020-06-30 17:29:24
阅读次数:
62
firewall是什么: 先声明一点,不知道iptables的,可以先去了解下。 firewalld的底层是通过iptables来实现的,,firewalld 和 iptables 都不是防火墙,它们只是防火墙的管理程序,真正的防火墙是内核的netfilter。CentOs 6 中使用iptable ...
分类:
其他好文 时间:
2020-06-30 14:45:54
阅读次数:
74
1.首先从github上clone最新的bitcoin源代码 git clone https://github.com/bitcoin/bitcoin.git 2.进入clone下来的代码目录,查看当前版本(这里我切换到了v0.20.0版本) cd ./bitcoin git tag -l git ...
分类:
系统相关 时间:
2020-06-30 12:58:32
阅读次数:
110
答: 在Dockerfile中添加以下语句来配置apt-get 从当前的系统中复制/etc/apt/sources.list以及/etc/apt/apt.conf到Dockerfile所处的目录中 $ cp /etc/apt/sources.list ./ $ cp /etc/apt.conf ./ ...
分类:
系统相关 时间:
2020-06-30 12:47:49
阅读次数:
121
1.打开终端:ctrl+alt+t 2.sudo nautilus /usr/share/applications 如果不存在则输入sudo nautilus ~/.local/share/applications 3.接着直接鼠标右键移动到回收站进行删除,可以先备份一份儿以免删除错误 4注销 ...
分类:
系统相关 时间:
2020-06-30 11:20:34
阅读次数:
71
Ubuntu下常用软件的安装 1.Vim文本编辑器 超级好用的编辑器,功能强大,强烈推荐学会使用 sudo apt install vim 2.Terminator 终端分屏,各种快捷键随意切换,分割,喜欢多开终端必备 sudo apt install terminator 3.ffmpeg 多媒体 ...
分类:
系统相关 时间:
2020-06-30 11:17:44
阅读次数:
98
安装 bochs sudo apt-get install bochs suao apt-get install bochs-x 下载Linux0.11镜像文件 从 http://oldlinux.org/Linux.old/bochs/ 下载 linux-0.11-devel-060625.zip ...
分类:
系统相关 时间:
2020-06-30 11:13:21
阅读次数:
125
本操作基于 CentOS7.6操作系统 redis版本为 6.0.5 关闭防火墙以及selinux 关闭防火墙 iptables -F #临时关闭防火墙 systemctl stop firewalld # 关闭防火墙 systemctl disable firewalld # 开机防火墙不启动 关 ...
分类:
其他好文 时间:
2020-06-30 10:58:40
阅读次数:
60
Linux简介及Ubuntu安装 常见指令 系统管理命令 打包压缩相关命令 关机/重启机器 Linux管道 Linux软件包管理 vim使用 用户及用户组管理 文件权限管理 来自:http://www.weixuehao.com/archives/25 Linux简介及Ubuntu安装 Linux, ...
分类:
系统相关 时间:
2020-06-30 10:51:17
阅读次数:
63
Setup script exited with error: command 'gcc' failed with exit status 1 由于没有正确安装Python开发环境导致。 Debin/Ubuntu Python2sudo apt-get install python-dev Pyth ...
分类:
其他好文 时间:
2020-06-30 10:34:36
阅读次数:
284