Skip to content

倪之帅 Victor 个人主页

  • Home
  • Tech
    • Linux
    • LNMP
    • Mac
    • Mobile
    • Products
    • SMS

Category: Linux

August 23, 2014 / Linux

Qemu install windows

sudo apt-get install kvm qemu vnc4server -y mkdir /home/QEMU/ mkdir /home/QEMU/windows/ qemu-img create -f qcow /home/QEMU/windows/winxp.img 12000M vnc4server -geometry 1024×768 -depth 24 vncpasswd vnc4server -kill :1 Vnc clinet Download http://www.realvnc.com/download/ qemu -boot d -cdrom /dev/cdrom -hda /home/QEMU/windows/winxp.img

Continue Reading
August 23, 2014 / Linux

Debian Support NTFS read and write

apt-get install ntfs-3g exfat-fuse exfat-utils fdisk -l mount -t ntfs-3g /dev/hdax /mnt/windows boot vi /etc/fstab /dev/hdax /mnt/windows ntfs-3g defaults 0 0 exfat /dev/sda1/ /media/music exfat-fuse defaults 0 0

Continue Reading
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

Posts navigation

  • Previous
  • 1
  • 2
  • 3

Categories

  • Linux
  • LNMP
  • Mac
  • Mobile
  • PHP
  • Products
  • SMS
  • Uncategorized
  • VPS
  • 原创
  • 技术

Recent Posts

  • 宝塔面板修改composer默认PHP版本
  • PHP代码http跳转到https
  • 宝塔php 7.2,php7.3,php7.4 安装 mcrypt 扩展
  • 9 Best Free FTP Server Software
  • Mysql database copy command

Archives

  • 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
  • May 2006
  • November 2005
  • December 2004
  • June 2004
  • March 2003
  • October 2002
  • January 2001
  • March 2000
© 2022 倪之帅 Victor 个人主页