Skip to content

倪之帅 Victor 个人主页

  • Home
  • Tech
    • Linux
    • LNMP
    • Mac
    • Mobile
    • Products
    • SMS
  • 英语学习

Month: April 2014

April 26, 2014 / Linux

Install MongoDB on Amazon Linux

Install MongoDB Use a 64-bit EC2 Amazon Linux instance to install MongoDB Add a MongoDB yum repository for a 64-bit RPM sudo vi /etc/yum.repos.d/10gen.repo [10gen] name=10gen Repository baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64 gpgcheck=0 Install MongoDB sudo yum install mongo-10gen and mongo-10gen-server Setup the data directory sudo mkdir -p /data/db/  If a new EBS storage is mounted for the data …

Continue Reading
April 21, 2014 / Linux

Formatting and Mounting Amazon EC2 Instance Ephemeral Storage

Recently, I needed to transform and migrate about 50GB of data stored in MongoDB.  I needed to do it as quickly as possible to keep disruption to a minimum so I decided to try out Amazon's High I/O Instances, specifically the High I/O Quadruple Extra Large Instance (hi1.4xlarge) which provides two SSD-based volumes each with 1024 GB …

Continue Reading
May 16, 2018 / Linux

Install PHP-FPM, Nginx , MySQL & iOnCube on Centos

Install nginx php mysql memcache sudo yum -y update sudo yum install -y gcc make nginx php-fpm php-devel php-mysql php-pdo php-pear php-mbstring php-cli php-odbc php-imap php-gd php-xml php-soap php-pecl-apc pcre-devel php-mcrypt memcached php-pecl-memcached openssl-devel mysql-server mysql sudo pecl install memcache sudo chkconfig nginx on sudo chkconfig mysqld on sudo chkconfig php-fpm on sudo chkconfig memcached on …

Continue Reading

Categories

  • 英语学习
  • 五年级
  • Linux
  • LNMP
  • Mac
  • Mobile
  • PHP
  • Products
  • SMS
  • Uncategorized
  • VPS
  • 原创
  • 技术

Recent Posts

  • composer切换源_composer全局更换镜像源的教程
  • 宝塔终端切换root用户为www
  • 五年级 单词 Unit 1
  • 五年级 单词 Unit 2
  • 五年级 单词 Unit 3

Archives

  • October 2022
  • September 2022
  • August 2022
  • June 2020
  • June 2019
  • October 2018
  • May 2018
  • April 2018
  • March 2018
  • July 2016
  • June 2016
  • April 2016
  • November 2015
  • October 2015
  • May 2015
  • April 2015
  • February 2015
  • January 2015
  • December 2014
  • October 2014
  • August 2014
  • April 2014
  • June 2011
  • June 2010
  • May 2010
  • April 2010
  • January 2001
  • March 2000
© 2000-2023 倪之帅 Victor 个人主页