autoconf

Zabbix技术交流|安装netdata监控服务器

陌路散爱 提交于 2020-10-15 06:24:34
执行下列命令,安装netdata依赖包 yum install zlib-devel gcc make git autoconf autogen automake pkgconfig 安装netdata,需要root wget http://firehol.org/download/netdata/releases/v1.0.0/netdata-1.0.0.tar.gz 解压netdata的安装包 接用浏览器访问: http://服务器:19999 即可进入主界面 来源: oschina 链接: https://my.oschina.net/u/4375265/blog/4658367

OpenStack制作CentOS7.2.1511镜像

安稳与你 提交于 2020-08-11 08:16:09
1.下载镜像 直接访问官方镜像地址下载,注意选择中国的镜像源,相对国外镜像下载速率比较快,进入后选择版本为7.2.1511,在isos目录下下载x86_64的Minimal镜像. 2.创建虚拟机 首先需要创建一个qcow2格式镜像文件,用于作为虚拟机的磁盘,大小20G. root@UKVM-IMG:/var/lib/libvirt/p_w_picpaths# qemu-img create -f qcow2centos7.2.1511-L.qcow2 20G Formatting 'centos7.2.1511-L.qcow2', fmt=qcow2 size=21474836480encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 快速创建并启动虚拟机: NAME=centos7.2.1511-L ROOT_DISK=centos7.2.1511-L.qcow2 CDROM=/CentOS-7-x86_64-Minimal-1511.iso sudo virt-install --virt-type kvm --name $NAME --ram 1024 \ --disk $ROOT_DISK,format=qcow2 \ --network network=default \ -

Django 升级sqlite3

百般思念 提交于 2020-08-11 07:08:14
sqlite3 官网: https://www.sqlite.org/download.html 图片 code #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ [root@djangoServer ~]# wget https: // www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz [root@djangoServer ~]# tar -zxvf sqlite-autoconf- 3270200 .tar.gz #构建并安装 [root@djangoServer ~]# cd sqlite-autoconf- 3270200 [root@djangoServer sqlite -autoconf- 3270200 ]# ./configure --prefix=/usr/ local [root@djangoServer sqlite -autoconf- 3270200 ]# make && make install [root@djangoServer sqlite -autoconf- 3270200 ]# find /usr/ - name sqlite3 /usr/bin/ sqlite3 /usr/lib64/python2. 7 / sqlite3

django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17).

你。 提交于 2020-08-11 03:21:26
解决方法1, 给django降级 卸载django: pip uninstall django 安装低版本: pip install django == 2.1 . 8 解决方法2,升级sqlite #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ [root@djangoServer ~]# wget https: // www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz [root@djangoServer ~]# tar -zxvf sqlite-autoconf- 3270200 .tar.gz #构建并安装 [root@djangoServer ~]# cd sqlite-autoconf- 3270200 [root@djangoServer sqlite -autoconf- 3270200 ]# ./configure --prefix=/usr/ local [root@djangoServer sqlite -autoconf- 3270200 ]# make && make install [root@djangoServer sqlite -autoconf- 3270200 ]# find /usr/ - name sqlite3 /usr

Linux VMware centOS7 网络配置

拜拜、爱过 提交于 2020-08-10 22:37:29
1、首先查看VMware虚拟机网络配置 2、ip addr 查看虚拟机ip地址 3、输入dhclient获取动态ip地址,将ip地址记录下拉 4、进入vi /etc/sysconfig/network-scripts/ifcfg-ens33 5、将bootproto改为static,将onboot改为yes 6、将虚拟机网络配置的网关和网络子掩码配置进去 TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTPROTO="static" (修改为静态ip) DEFROUTE="yes" IPV4_FAILURE_FATAL="no" IPV6INIT="yes" IPV6_AUTOCONF="yes" IPV6_DEFROUTE="yes" IPV6_FAILURE_FATAL="no" IPV6_ADDR_GEN_MODE="stable-privacy" NAME="ens33" UUID="2e0343ca-b1b5-4261-888a-68858682787f" DEVICE="ens33" ONBOOT="yes" (系统启动连接) IPADDR="192.168.136.131" (dhclient动态获取的ip地址) NETMASK="255.255.255.0" (打开虚拟机网络配置查看) GATEWAY

Linux中如何更改MAC地址

二次信任 提交于 2020-08-08 22:56:44
我们为什么要更改MAC地址,也许你不希望你的实际MAC地址(物理地址)暴露在公共网络上。另一种情况是,网络管理员可能在网络设备中阻止了一个特定的MAC地址。 环境 Centos 7.7 Minimal GNU MAC changer 1.7.0 查询网卡和MAC地址 [root@localhost ~]# ip link show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: ens33: mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 link/ether 00:0c:29:48:4c:9a brd ff:ff:ff:ff:ff:ff 网卡名称是ens33,MAC地址是00:0c:29:48:4c:9a。请记下自己的MAC地址,稍后做完实验恢复到原来的MAC地址。 使用macchanger工具更改MAC地址 Macchanger可以查看、修改MAC地址。 安装macchanger [root@localhost ~]# git clone https:/

windows下安装MinGW各个Package的作用

拥有回忆 提交于 2020-08-08 07:09:58
ps:各个Package的作用: MinGW —- MinGW Base System ——– MinGW Compiler Suit ———— mingw32-binutils 必选,用于编译生成的 .o 文件的链接、汇编、生成静态库等。 ———— mingw32-gcc 必选,核心的 C 编译器。 ———— mingw32-gcc-ada 可选,Ada 编译器。 ———— mingw32-gcc-fortran 可选,Fortran 编译器。 ———— mingw32-gcc-g++ 建议,C++ 编译器。 ———— mingw32-gcc-objc 可选,Objective-C 编译器。 ———— mingw32-gcc-v3-* 不建议,第三版 GCC 编译器。 ———— mingw32-libgcc 必需,C 编译器编译出来的程序的运行库。 ———— mingw32-libgfortran 可选,如选择了 Fortran 编译器,则必选,Fortran 运行库。 ———— mingw32-libgnat 可选,如选择了 Ada 编译器,则必选,Ada 运行库。 ———— mingw32-libobjc 可选,如选择了 Objective-C 编译器,则必选,Objective-C 运行库。 ———— mingw32-libstdc++ 可选,如选择了 C++ 编译器

How to test a C++ library usability in configure.in?

ⅰ亾dé卋堺 提交于 2020-06-27 06:56:14
问题 I'm working on a C++ project on GNU/Linux and I'm looking for a way to test the existence and usability of IBM Informix's library with the Autotools - namely, editing a configure.in . I don't have experience with Autotools, so basically I'm picking up from the project's configure.in et al. scripts and copying&changing where I feel needs to be changed. IOW, I've been adapting from the existing text in configure.in . So far I've been using successfully the AC_CHECK_LIB in configure.in to test

How to test a C++ library usability in configure.in?

浪子不回头ぞ 提交于 2020-06-27 06:55:38
问题 I'm working on a C++ project on GNU/Linux and I'm looking for a way to test the existence and usability of IBM Informix's library with the Autotools - namely, editing a configure.in . I don't have experience with Autotools, so basically I'm picking up from the project's configure.in et al. scripts and copying&changing where I feel needs to be changed. IOW, I've been adapting from the existing text in configure.in . So far I've been using successfully the AC_CHECK_LIB in configure.in to test

Mac系统下 PHP7安装Swoole扩展 教程

给你一囗甜甜゛ 提交于 2020-05-09 21:42:58
转载自 https://www.fujieace.com/php/php-extensions/swoole.html 今天我用的PHP版本是:PHP7.1 环境依赖: php-5.3.10 或更高版本 gcc-4.4 或更高版本 make autoconf Swoole下载地址 :https://github.com/swoole/swoole-src/releases 1、下载源代码包后,在终端进入源码目录,执行下面的命令进行编译和安装: cd swoole phpize ./configure make sudo make install 2、修改php.ini加入: extension=swoole.so 3、检测扩展是否安装成功? php -m 谈谈我用PHP7在安装Swoole扩展所遇到的问题 1、Operation not permitted 这个是macos新版本中的引入了** Rootless**策略,我们会对一些系统的目录没有操作的权限,即使是root用户也不行(一定是个假root)。 暂时关闭的方法是关机重启后按住command + R 别松手 ,进入安全模式。 在安全模式下打开终端,输入下面命令后重新启动即可! csrutil disable 开启: csrutil enable 2、查看php.ini 的路径: php --ini 默认是在 /etc