Tag: 杂记

  • [Workstation] 开箱测评——DELL Precision T7910

    [Workstation] 开箱测评——DELL Precision T7910

    抱歉拖了这么长时间,正式版出来了~ PC426: http://www.pc426.com/thread-103306-1-1.html ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 介于有人推荐了这一代DELL Precision装机,在这里得说一下这代DELL Precision的问题,请三思而后行 https://twitter.com/AkatsukiRyuu/status/1210157947906490368 截图: ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 昨晚现拆开重新拍的照片 重新说下配置,这个配置并不是官方机子的配置,是自己买的准系统插起来的= = 准系统:DELL Precision T7910 芯片组:Intel C612 CPU:Intel Xeon E5-2630 v3 *1 RAM:Samsung DDR4 2144MHz 16GB *2 SSD:TOSHIBA Q300 SATA3 240GB *1            SanDisk Z400s SATA3 128GB*1 //Cache Disk HDD:WesternDigital Purple 2T*1              Seagate Desktop…

  • 开箱——DELL Precision T7910

    开箱——DELL Precision T7910

    继续预告QAQ 昨天下午搞了一下午最后发现CPU金手指没擦干净接触不好启动不能= = 昨晚一直调教机娘一直调教到凌晨一点多,今天终于差不多能用了 开箱照只是拿手机照了,详细内部并没有照,详细可以去看中关村的图片 性能方面,准备测试。。。 介于有人推荐了这一代DELL Precision装机,在这里得说一下这代DELL Precision的问题,请三思而后行 https://twitter.com/AkatsukiRyuu/status/1210157947906490368

  • 进阶——使用Unix Domain Socket优化Nginx+php-fpm性能

    进阶——使用Unix Domain Socket优化Nginx+php-fpm性能

    First of all! 0.未配置Nginx+php-fpm的请移步至https://blog.silversky.moe/rt/centos-7-nginx-php-fpm-high-performance-web-server 1.自备Google  //当然不仅仅是Google Search,还有Google Translate。 2.既然是进阶,要有些常识之类的哦~ 3.欢迎挑刺,下面评论区。 ============================分割线============================ From Wikipedia: A Unix domain socket or IPC socket (inter-process communication socket) is a data communications endpoint for exchanging data between processes executing on the same host operating system. Like named pipes, Unix domain sockets support transmission of a reliable stream of bytes (SOCK_STREAM, compare to TCP). In addition, they support…

  • CentOS 7下搭建HHVM+Nginx高性能Web服务器

    CentOS 7下搭建HHVM+Nginx高性能Web服务器

    咳咳,再发点干货,昨晚闲的没事干,于是拿出闲置好久HHVM来研究下,发现其实还是很简单的w~ //别打我QAQ //欢迎挑刺 //图文无关 //未经严格测试 //实际测试后发现效能并不高,慎用此教程 11/30/2015 9:19 PM Update //此文章HHVM以FastCGI模式运行 //自备Google及英语技能点

  • CentOS 7下搭建Nginx+php-fpm高性能Web服务器

    CentOS 7下搭建Nginx+php-fpm高性能Web服务器

    First of all.原材料~ 0.服务器/虚拟机/只要是能用的机娘一台。 1.CentOS镜像,刻录到光盘里或者写到U盘里 //最近新版的镜像貌似不能用ULTRAISO写入了,在这里推荐个小工具 点我下载。 2.互联网连接。 3.Google //万一你把机娘玩坏了,记住,千万不要去百度!你会后悔的 4….还有什么想用的自己准备呗=。=

  • 有关于Windows10 Explorer无限加载,空白,缩略图空白的解决方案

    有关于Windows10 Explorer无限加载,空白,缩略图空白的解决方案

    //此方法或许并不适用于所有情况,请自行甄别。 //注:可能会导致系统boom,启动后无限转圈加载 //进入安全模式后又重新开启了Windows Search服务,系统仍然无限转圈加载

  • Fedora Server 22基本Web服务器配置教程

    Fedora Server 22基本Web服务器配置教程

    配置Fedora Server 22的时候发现国内的教程特别少,而且大部分是老版本的教程。 付: Fedora首页:https://getfedora.org/ Fedora Server首页:https://getfedora.org/zh_CN/server/ Fedora Server官方文档:https://docs.fedoraproject.org/en-US/Fedora/22/html/Installation_Guide/index.html 引用国外网站内容:http://www.if-not-true-then-false.com/2010/install-apache-php-on-fedora-centos-red-hat-rhel/ 原文题目:Install Apache/PHP 5.6.12 on Fedora 22/21, CentOS/RHEL 7.1/6.7/5.11 在此仅讲述Fedora Server 22的配置

  • CentOS下yum Error 21问题及解决方案。

    CentOS下yum Error 21问题及解决方案。

    执行yum update时出现: error: db5 error(21) from dbenv->open: Is a directory error: cannot open Packages index using db5 – Is a directory (21) error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed 原因是RPM数据库损坏,重建即可。 执行: cd /var/lib/rpm/ for i in `ls | grep ‘db.’`;do mv $i $i.bak;done rpm –rebuilddb yum clean all

  • CentOS下配置NexusPHP

    CentOS下配置NexusPHP

    在此之前,请先按照https://blog.silversky.moe/works/centos-lamp-server-apachephpmariadb配置服务器。 NexusPHP 1.5 beta 4 20100517 Installation This guide is intended for experienced webmasters and takes CentOS Server 7 as the example. Check out http://www.nexusphp.com for more tutorials.

  • Ubuntu Server 更换软件源

    Ubuntu Server 更换软件源

    su cd /etc/apt wget http://mirrors.163.com/.help/sources.list.lucid