Related Articles
Best Websites to Download Free Images
If you are a blogger and want to use professional images in the articles, you might really worry about the copy righted images, now no need to worry asmany websites allows you to use free images with HD resolution. Check out them below. 1. Google Life2. Flickr.com3. Unsplash4. Picjumbo5. Pixabay6. GettyImages.com7. Superfamous.com8. New Old Stock9. […]
How to Run a Shell Script as Automatic Start Up Service in Linux Centos
Follow below steps to Create start services at startup automatically in Linux. Run a Shell Script as Automatic Start Up Service 1. Create a Shell Script Serivce named myserviced(anyname is ok) in /etc/init.d dir 2. Add it to chkconfig sudo /sbin/chkconfig –add myserviced 3. To check whether the serivce is sucessfully added in chkconfig sudo […]
PHP Mysql Visitor Counter Script
If you want to add a counter to a web page or a website then use the below simple PHP Counter Script using MySql. It is very easy to implement it and it counts whenever a page is being refreshed and the script won’t reduce page speed, unlike page counter scripts. PHP Visitor Counter Script […]