在linux上安装php zip

在linux上安装php zip

pecl install zip 得到以下错误: checking for the location of zlib… configure: error: zip support requires ZLIB.Use –with-zlib-dir=DIR to specify prefix where ZLIB include and library are located 这是什么意

Ubuntu 14.04中安装wireshark

Ubuntu 14.04中安装wireshark

本文记录一下wireshark在ubuntu中的安装。 首先在官网:https://www.wireshark.org/download.html 下载Source Code。 接着安装相应的编译器: sudo apt-get install build-essential# 要编译Wireshark,还需要安装GTK+的开发文件和GLib库sudo apt-get install

ubuntu16.04 安装 vnc server 及eclipse配置

ubuntu16.04 安装 vnc server 及eclipse配置

Ubuntu 16.04 VNC Server 配置 1. 安装 x11vnc server sudo apt-get install x11vnc 2. 配置vnc server密码 sudo x11vnc -storepasswd /etc/x11vnc.pass 3. 创建服务文件 vi /lib/systemd/system/x11vnc.service [Unit] Descriptio

如何在Ubuntu中安装navicat112_premium_cs_x64,并解决乱码的问题

如何在Ubuntu中安装navicat112_premium_cs_x64,并解决乱码的问题

一、去官网下载navicat112_premium_cs_x64 for linux版本二、用tar解压安装包三、navicat解压即可用,直接进入解压后的目录,然后用‘./’运行start_navicat四、navicat需要注册,如不注册只有大概10天左右的使用时间,解决方法是:删除在安装用户的家目录下

centos安装docker

centos安装docker

Install with yum Log into your machine as a user with sudo or root privileges. Make sure your existing packages are up-to-date. $ sudo yum update Add the yum repo. $ sudo tee /etc/yum.repos.d/docker.r

centos7.2 安装zabbix3.0详解

centos7.2 安装zabbix3.0详解

关闭防火墙: systemctl stop firewalld.service systemctl disable firewalld.service 关闭selinux: [root@localhost ~]# setenforce 0 [root@localhost ~]# sed -i/SELINUX/s/enforcing/disabled/ /etc/selinux/config

Kurento安装与入门04——WebRTC magic mirror

Kurento安装与入门04——WebRTC magic mirror

WebRTC magic mirror 本示例扩展于Hello World Tutorial,在基础的WebRTC 回放中添加了媒体处理。 官方文档WebRTC magic mirror 首先从github上获取代码(如果已经获取可以跳过,获取的代码已经包括后面的示例代码了) git clone https://github.com/Kurento/

Kurento安装与入门10——Player

Kurento安装与入门10——Player

本示例通过URL播放视频,并允许选择同时播放视频和音频或仅视频或仅音频 官网文档 Player 首先从github上获取代码(如果已经获取可以跳过,获取的代码已经包括后面的示例代码了) git clone https://github.com/Kurento/kurento-tutorial-java.git 进入目录,

ubuntu 14.04安装右键打开终端open in terminal

ubuntu 14.04安装右键打开终端open in terminal

最近安装了Ubuntu 14.04,用于编译Android 5.1源码,但是,不太方便的是,打开终端命令行,不好找。因此,搜索,找到如下的方法实现: Ubuntu 14.04没有自带右键打开终端功能,用起来非常不方便。今天偶尔想起来,网上搜了一下,方法如下: 命令行下运行: $

Ubuntu环境下安装配置Nginx

Ubuntu环境下安装配置Nginx

首先需要依赖的包: lgzip模块需要zlib库 lrewrite模块需要pcre库 lssl功能需要openssl库 1.1.安装pcre 1.获取pcre编译安装包,在http://www.pcre.org/上可以获取当前最新的版本 2.解压缩pcre-xx.tar.gz包。 3.进入解压缩目录,执行./configu