自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

转载 C++ Standards Support in GCC

C++ Standards Support in GCCGCC supports different dialects of C++, corresponding to the multiple published ISO standards. Which standard it implements can be selected using the-std=command-line option.C++98 C++11 C++14 C++17 C++20 C++23 Techni..

2021-05-30 23:20:38 413

原创 presto安装部署

下载https://repo1.maven.org/maven2/com/facebook/presto/presto-server/环境说明

2021-04-23 01:12:06 251

原创 linux配置资源限定符

配置文件CentOS 6和7会强制进行最大进程数、最大打开文件数等的资源限定。limits.d文件夹下面的文件配置会覆盖/etc/security/limits.conf的内容。CentOS 6: /etc/security/limits.d/90-nproc.confCentOS 7: /etc/security/limits.d/20-nproc.conf使用upstart的linux发行版配置* soft nofile 65536*

2021-04-19 21:49:13 467

原创 OSX签名安装的“未知软件“

OSX签名安装的"未知软件"allen@x ~ % sudo codesign --force --deep --sign - /Applications/SecureCRT.app Password:/Applications/SecureCRT.app: replacing existing signatureallen@x ~ % sudo xattr -rd com.apple.quarantine /Applications/SecureCRT.app allen@x ~ % ..

2021-04-19 21:22:40 270

原创 centos7下源码安装redis 6.0.12

下载源码http://download.redis.io/releases/redis-6.0.12.tar.gz编译[root@dev-ec-0 redis-6.0.12]# yum install cmake tcl[root@dev-ec-0 software]# tar -zxvf redis-6.0.12.tar.gz -C /usr/local/src[root@dev-ec-0 redis-6.0.12]# cd /usr/local/src/redis-6.0.12[root@

2021-04-18 22:07:55 287

原创 centos7上编译安装gcc 7.5.0

下载https://gcc.gnu.org/pub/gcc/releases/gcc-7.5.0/gcc-7.5.0.tar.gz编译yum -y install bzip2 bzip2-devel gmp-devel mpfr-devel libmpc-devel gettext-devel texinfo[root@dev-ec-0 src]# tar -zxvf /opt/software/gcc-7.5.0.tar.gz -C /usr/local/src[root@dev-ec-0 g

2021-04-18 19:25:26 1153

原创 centos7安装kibana 7.6.2

centos7安装kibana 7.6.2下载https://artifacts.elastic.co/downloads/kibana/kibana-7.6.2-linux-x86_64.tar.gz配置[root@dev-ec-0 ~]# groupadd -r kibana[root@dev-ec-0 ~]# useradd -r -g kibana -c “Kibana” kibana[root@dev-ec-0 software]# tar -zxvf kibana-7.6.2-lin

2021-04-18 14:52:34 216

原创 centos7安装elasticsearch 7.6.2

1. 下载https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.2-linux-x86_64.tar.gz2. 配置[root@dev-ec-0 software]# tar -zxvf elasticsearch-7.6.2-linux-x86_64.tar.gz -C /opt/module/[root@dev-ec-0 software]# groupadd -r elasticsearch[ro

2021-04-18 14:28:08 186

原创 源码编译安装PostgreSQL 10.x

1. 下载源码https://ftp.postgresql.org/pub/source/v10.16/postgresql-10.16.tar.gz2.创建用户groupadd -r postgresuseradd -r -g postgres -c "PostgreSQL" postgres3. 编译# yum install libxml2 libxml2-devel libxml2-python libxslt libxslt-devel libxslt-python z

2021-04-18 12:26:55 265

原创 centos7常用设置

1

2021-04-18 01:01:46 798

原创 centos安装常用的软件

1

2021-04-18 00:52:33 178

原创 parallels安装centos7测试集群

1

2021-04-17 20:43:56 358

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除