-
Fan page
Categories
- Apache
- Apache Thrift
- Architecture
- Cassandra
- Client-side Scripting.
- Could Computing
- CSS
- Erlang
- Gearman
- Hadoop
- Hardware and Networking
- Html
- Html5
- IDE
- Java
- Javascript
- Linux Operating System
- Logging
- MariaDb
- Master Slave Replication
- Memcached
- MongoDB
- Monit
- Mysql
- Newrelic
- Nginx
- Node.js
- Object Relational Mapping
- Open Source
- Php
- Project management tools
- Protocals
- Proxy
- Rabbitmq
- Redis
- Relational Database
- Revision control
- Server-side Scripting.
- Shell Script
- Software development methodology
- Software development process
- Solr
- Sphinx
- Startups
- Testing
- Tor
- Uncategorized
- Varnish
- Virtualization
- Web development
- Web Server
- Web Services
- Zabbix
- Zookeeper
Quick Search
Ajax Apache Cassandra Centos CSS Gearman Git Hadoop Hardware Html Html5 Incremental java Javascript Mapping Mariadb memcached Memory Usage Methodology MongoDB Monit Mysql Nginx node.js Object oracle java PHP Prototyping Proxy Rabbitmq Redis Relational shell script socket.io Software development Solr sphinx SQL Startups Ubuntu Vagrant VirtualBox Waterfall Websocket ZookeeperArchives
- February 2018
- January 2018
- May 2017
- April 2017
- February 2017
- December 2016
- June 2016
- September 2015
- June 2015
- February 2015
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- January 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
Monthly Archives: June 2013
Sphinx integration in PHP
Sphinx integration in PHP : Sphinx is an open source full text search server, designed from the ground up with performance, relevance (aka search quality), and integration simplicity in mind. It’s written in C++ and works on Linux (RedHat, Ubuntu, … Continue reading
AWS tools s3cmd and s3fs
AWS tools s3cmd and s3fs : s3cmd : command line S3 client Amazon S3 is a reasonably priced data storage service. Ideal for off-site backups, archiving and other data storage needs. It is generally more reliable than your regular web … Continue reading
Install Memcached on Ubuntu with PHP Extension
Install Memcached on Ubuntu with PHP Extension What is Memcached? Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is an … Continue reading
Install sphinx on ubuntu
Install sphinx search on ubuntu : If you need or want a great full-text search engine, and you decide on Sphinx Search, Install sphinx: #sudo apt-get install sphinxsearch OR $wget http://sphinxsearch.com/files/sphinxsearch_2.0.7-release-0ubuntu11~precise_amd64.deb install dependency $sudo apt-get install libpq5 $sudo dpkg -i … Continue reading