ERROR: `phpize’ failed in CentOS
You need php-devel to use phpize yum -y install php-devel
ERROR: `phpize’ failed in CentOS Read More »
You need php-devel to use phpize yum -y install php-devel
ERROR: `phpize’ failed in CentOS Read More »
I always forget the location of the php.ini in DirectAdmin. So I record down in here. /usr/local/lib/php.ini /usr/local/etc/php5/cgi/php.ini /usr/local/etc/php4/cgi/php.ini /usr/local/php54/lib/php.ini You can show by using this command. /usr/local/bin/php -i | grep ‘Loaded Configuration File’
DirectAdmin php.ini location path in Linux Read More »
Why you should bring you GF to swimming before getting married ? Actually there are 3 main points that would have you feel better. You could see all her body shape. You can see clear her face without making up. You can know that is she have swimming skill or not. If no, make sure
Why you should bring you GF to swimming before getting married. Read More »
How to mass download FTP site using wget ? I’m using the Cloud Sites from RackSpace, too bad that they do not provide SSH for me, and I’m going to move my site to the server, I’m using this way to download all the files using wget mass download. Note: The -r is recursive The
How to mass download FTP site using wget ? Read More »
Failed to set locale, defaulting to C You can see this often in CentOS because you never set the locale for your Linux. You can try this Then disconnect and reconnect to your bash.
Common Error in CentOS: Failed to set locale, defaulting to C Read More »
Depends which version of MongoDB are you using. Normally can remove by using yum. or
How to uninstall mongoDB in CentOS Read More »
I found this error while installed yum install mongo-10gen-2.2.3 mongo-10gen-server-2.2.3 in CentOS 6.4 64bit Wed Oct 16 16:19:08 [initandlisten] MongoDB starting : pid=22457 port=27017 dbpath=/var/lib/mongo 64-bit host=xxxxxxx.net Wed Oct 16 16:19:08 [initandlisten] exception in initAndListen std::exception: boost::filesystem::exists: Permission denied: “/sys/devices/system/node/node1”, terminating Wed Oct 16 16:19:08 dbexit: Wed Oct 16 16:19:08 [initandlisten] shutdown: going to close
I tried to install MongoDB to CentOS 6.4 64Bit and found the error while I launch mongodb like this: numactl –interleave=all /usr/bin/mongod -f /etc/mongod.conf Here are the error code. about to fork child process, waiting until server is ready for connections. forked process: 9713 Wed Oct 16 02:00:00.640 terminate() called, printing stack (if implemented for platform): 0xdddd81 0x6cfbae 0x35d60203be6 0x35d60203c13 0x35d60203d0e 0x35d601a8ce7 0x35d60201a04 0x35d601ad3bc 0x35d601ae226 0xdfb5df 0[…]
sudo tune2fs -o journal_data_writeback /dev/sda1 (use the right partition) vim /etc/fstab ext4 errors=remount-ro,noatime,nodiratime,data=writeback,barrier=0,nobh,commit=100,nouser_xattr 0 1 vim /etc/my.cnf innodb_flush_log_at_trx_commit = 2
Optimize Server Hard Disk for Performance to MySQL but not safe Read More »