Jquery webcam plugin

Here i am explaining the integration of your webcam with jquery plugin. Article originally inspired by xarg.org.Simply create an index.php and put all below...

How To Add and Delete Users on a CentOS Server

How To Add and Delete Users on a CentOS  Server Adding Users If you are signed in as the root user, you can create a new user at any time by typing: adduser username If you are...

How To Set Up vsftpd on CentOS 6

 How To Set Up vsftpd on CentOS 6 As ftp is not secure protocol  for any server so everyone want to go with very secure ftp. Her i am trying to explain basic step: 1. first login...

Apache 2.4.x Manual install on CentOS – 6.4

Apache 2.4.x Manual install on CentOS – 6.4   1. First Download Apache which you have to install [root@localhost src]# cd /usr/src [root@localhost src]# wget...

Shell script to remote uploading of backup files

Shell script to remote uploading of backup files In my old articles i explained how to create folder backup and Mysql database backup. Now I am sharing simple shell script to upload...

shell script to create Mysql database backup

shell script to create Mysql database backup On linux machine to create daily backup of selected database we can write a simple script and can add this script in daily cron. 3....

Shell script to create backup or backup tar

Shell script to create backup or backup tar On linux based server many time we need daily backup of particular folder. Her i am writing simple script which make a tar of your folder...

Extract numeric values from string

Extract numeric values from string Many time we have a mixed sentence which contains string and numbers. If we want to separate string and numbers then we can do easily with php...

Get first n characters from string without breaking word

Get first n characters from string If you want to get simple character from string then can use php default substr function which is quite simple. Belo is the syntax string substr (...

Does CloudFlare impact Google AdSense?

Does CloudFlare impact Google AdSense? In these days CDN is growing a lot. CloudFlare is one services provider who is providing basic services free of cost. For wordpress based site...