Carpe Diem.

Carpe Diem.

    • Home
    • Archives

CentOS 7 软件安装日志

docker server 操作日志安装软件 安装 dnf 12yum install epel-release -yyum install dnf -y 启用 bash 自动完成 1dnf install -y bash-completion bash-completio

2017-08-11

我的MBP基础软件安装记录

配置 Tracepad 启用 Tap to click 启用 三指移动窗口 Screensaver -> Hot corner 右上角关闭显示屏 右下角启动屏保 Security & Privacy -> General -> Lock Scre

2017-05-18

使用 satis 搭建 Composer 私有库

概述公司内网使用 composer 自动加载创建了几个 git 仓库,为支持使用 create-project 创建项目,需要建立类 packagist.org 功能的私有仓库。经过比较,选择轻量的 satis,以下是安装配置笔记。 安装 satis命令行下执行: php cre

2016-08-10

Vagrant 基于 VirtualBox 制作的 Ubuntu 16.04 box 的安装笔记

安装 语言选择英语 按 F4,选择”Install a minimal system” 按 F6,选择”Expert mode” 国家选择 中国 locale 选择 en_US.UTF-8 Additional locales 选择 zh_CN.UTF-8, zh_CN.GB18

2016-06-27

移位密码解密题

说明:本文来自《Understanding Cryptography》习题 密文 xultpaajcxitltlxaarpjhtiwtgxktghidhipxciwtvgtpilpit 字频分析 12345678910111213141516171819202122232

2016-03-21

替换密码解谜题

说明:本密码题来自《Understanding Cryptography》 密文: 123456789101112131415lrvmnir bpr sumvbwvr jx bpr lmiwv yjeryrkbi jx qmbm wibpr xjvni mkd ymibrut j

2016-03-21

PHP5.6 vs. PHP7.0 vs. HHVM3.11.0 for循环性能测试

以下记录简单的for循环性能对比 循环1千万次123456<?phpfor ($i = 0; $i < 10000000; $i++) { mt_rand(0, 100);}?> 结果 123456joelhy@archlinux: /

2015-12-15

常用Linux命令记录

概述本文记录个人 Linux 下需要使用的一些命令。 ssh D 代理设置/usr/bin/sshpass -p ‘secret’ ssh -qTfnN -D 7070 username@ip 把所有文件名的首字符改成大写 123for file in *;

2015-07-14

使用XHProf分析PHP程序性能

简介XHProf是facebook开发的一个PHP性能分析工具,为PHP扩展的形式:https://pecl.php.net/package/xhprof,相对xdebug对应用程序的性能影响很小。 安装说明安装 graphviz,用于性能分析数据的图形化显示,Arch Linu

2015-07-03

define 与 const 方式定义常量性能对比

概述本文PHP里实测了 define 与 const 方式定义常量的性能,得出 const 定义方式的效率大概为 define 方式的2倍。 测试过程说明写用于生成 性能测试代码 的代码测试中,define、const各调用 10万 次,故需要用程序生成 性能测试程序,生成性能测

2015-06-27
123Next

Tags

  • PHP7
  • CentOS4
  • benchmark3
  • ArchLinux2
  • MariaDB2
  • Cryptography2
  • Linux1
  • Composer1
  • satis1
  • MBP1
  • GBK1
  • zabbix1
  • systemd1
  • Shell1
  • SVN1
  • crontab1
  • nodejs1
  • socket.io1
  • MHA1
  • 虚拟化技术1

Douban Show

RSS

Carpe Diem.
by joelhy

Powered by hexo and Theme by Jacman © 2018 joelhy