• 买服务器须看


    cat /etc/redhat-release
    ----CentOS release 6.7 (Final)
    php -v
    ----PHP 5.4.35

    cat /proc/cpuinfo

    # cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
    8 Intel(R) Xeon(R) CPU E5410 @ 2.33GHz
    (看到有8个逻辑CPU, 也知道了CPU型号)

    24  Intel(R) Xeon(R) CPU           L5640  @ 2.27GHz  (2200)

    • 核心数量: 六核心

    • 线程数量: 12

      L3缓存: 12MB 

    8  Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz  (1000)

    Intel Xeon L5520 太老 

    E3-1245 v3

    • 核心数量: 四核心

    • 线程数量: 8

      L3缓存: 8MB 

    ----------------------------------  

    which php 或者 whereis php 

    /usr/local/bin/php

    whereis httpd 或者 whereis httpd

    /usr/sbin/httpd /etc/httpd

    查看php、apchae服务的路径

    /////////////////////修改////////////////////////////

    upload_max_filesize :300M
    output_buffering on
    vi /etc/ssh/sshd_config
    /etc/init.d/sshd restart

    基础配置命令信息有:

    mysqli

    './configure' '--disable-fileinfo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-mbstring' '--enable-pdo=shared' '--enable-sockets' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-pic' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr

    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    http://item.taobao.com/item.htm?spm=a230r.1.14.20.953PmY&id=19736554466&ns=1&abbucket=9#detail
    荷兰服务器:CPU:至强四核E-1230 内存:8G 硬盘:1T 特价:999元/月
    德国服务器:CPU:志强四核E-1270V3 内存:16G 硬盘:2x1T 特价:999元/月
    卢森堡服务器:CPU:志强四核E-1230 内存:12G 硬盘:2x1T 特价:999元/月
    俄罗斯服务器:CPU:I3-2100 内存:4G 硬盘:500G 特价:1199元/月
    立陶宛服务器:CPU:至强四核E-1230 内存:8G 硬盘:2T 特价:999元/月
    马来西亚服务器:CPU:I3-2100 内存:4G 硬盘:500G 特价:888元/月
    http://item.taobao.com/item.htm?spm=a230r.1.14.22.nPcU77&id=19845595668&ns=1&abbucket=9#detail
    荷兰服务器
    【套餐1】CPU:E3-1230 8G内存 500G硬盘 5IP 1199/月
    【套餐2】CPU:I3-2100 4G内存 500G硬盘 1IP 799/月
    http://item.taobao.com/item.htm?spm=a230r.1.14.1.nPcU77&id=42209105963&ns=1&abbucket=9#detail
    E3-1230 8*3.2GHZCPU 8GB内存 2*500GB硬盘 1个IP 促销价仅需900元/月

  • 相关阅读:
    php token的生成
    php使用gearman进行任务分发
    PHP调用Python接口过程中所遇到的问题
    php结合redis实现高并发下的抢购、秒杀功能
    (转)防止表单重复提交的八种简单有效的策略
    yii防止延迟用户多次点击按钮重复提交数据
    mysql 几种日志
    神经网络模型模型转ONNX
    ResNet v2笔记
    ResNet论文笔记
  • 原文地址:https://www.cnblogs.com/alex-13/p/4660668.html
Copyright © 2020-2023  润新知