标签 centos 下的文章

1、 yum install epel-release 2、 sudo yum -y install gcc libpcap-devel pcre-devel libyaml-devel file-devel \ zlib-devel jansson-devel nss-devel libcap-ng-devel libnet-devel tar make \ libnetfilter_queue-devel lua-devel PyYAML libmaxminddb-devel rustc cargo \ lz4-devel

Tags: centos Suricata GeoIP

Read more

**CentOS清空文件内容:** 方法1、在非编辑状态下使用快捷键gg跳至首行头部,再使用dG即可。 方法2、cat /dev/null > /var/log/yum.log(替换为需要清空内容文件名) 方法3、> /var/log/yum.log(替换为需要清空内容文件名) **WGET下载目录中所有文件:**

Tags: centos MariaDB Wget

Read more

wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz tar -xzf openssl-1.1.1g.tar.gz cd openssl-1.1.1g ./config --prefix=/usr/local/openssl ./config -t make install cd /usr/local ldd /usr/local/openssl/bin/openssl

Tags: centos Linux OpenSSL

Read more

The Clang project provides a language front-end and tooling infrastructure for languages in the C language family (C, C++, Objective C/C++, OpenCL, CUDA, and RenderScript) for the LLVM project. Both a GCC-compatible compiler driver (clang) and an MSVC-compatible compiler driver (clang-cl.exe) are provided. You can get and build the source today.

Tags: centos CLANG yum epel-release

Read more

V