One Command LAMP Server Installation

Installing LAMP Server Open your Linux Terminal. Type: sudo apt-get install lamp-server^ Press Enter Checking the Installation Open a web browser Type: http://localhost/ If your browser shows the message: “It Works” then you have successfully installed LAMP Tasksel Method Other than the above given method you may use the Tasksel method for installing LAMP server. … Continue reading One Command LAMP Server Installation

Testing Linux, Apache, MySQL, & PHP On Your VPS Or Dedicated Server

In the previous lesson, you learned about configuring the super admin access to your server. Next, while launching a new web application project or a simple website you will need to make sure that the server versions of Linux, Apache, MySQL, and PHP are compatible with the application you like to build or install on … Continue reading Testing Linux, Apache, MySQL, & PHP On Your VPS Or Dedicated Server

Common Website Issues That Won’t Happen On Dedicated Servers

Dedicated Servers can be compared to owning a house. It provides you access to all available resources. No other websites resides on your server so you get complete control with better performance and security. In this lesson we are discussing about the issues which are very common on shared hosting plans but won’t happen on … Continue reading Common Website Issues That Won’t Happen On Dedicated Servers

Top 5 Local Servers To Setup WordPress Locally On Your Machine

Local severs are good for building a testing environment on your local computing devices like laptops, desktop computers etc. Earlier we have posted some tutorials on installing LAMP server. Now in this tutorial we are listing some of the best local server applications that comes packed with Apache, MySQL, PHP and a few with even … Continue reading Top 5 Local Servers To Setup WordPress Locally On Your Machine

WordPress 3.6 Beta 1 Release Is Now Available For Download

Recently WordPress.Org made a beta release of WordPress 3.6. The software is still in development and its recommended not to run it on a production website, you can check its new features and look locally on your computer or somewhere else. For testing WordPress 3.6, try the WordPress Beta Tester plugin (you will want “bleeding edge nightlies”). or you can … Continue reading WordPress 3.6 Beta 1 Release Is Now Available For Download

Protect Your Privacy And Know Who Is Tracking Your Web Browsing

Ghostery is for all those users who care about their online privacy and it has been engineered keeping privacy as its primary goal. Ghostery use is completely anonymous without any registrations, sign-ups etc. Even it never places session cookies in your web-browser and neither its application nor evidon receives any kind of data from its … Continue reading Protect Your Privacy And Know Who Is Tracking Your Web Browsing

Top 3 Proxy Extensions For Hiding Your IP When Using Google Chrome

IP means Internet Protocol which act as an identity of a your machine like your internet modem and your computer both have an IP address. You might have noticed that some websites are are inaccessible in your region because Govt. or website owner had blocked it in your area; blocking is done on the basis of IP … Continue reading Top 3 Proxy Extensions For Hiding Your IP When Using Google Chrome

Enhance & Encourage Conversation, Build Readers Community, Get More Comments And Pageviews In WordPress

You can encourage conversation, build strong reader community, get more comments and boost page views by IntenseDebate in your WordPress website. IntenseDebate is powerful, popular with more than four lakhs downloads and yet its free. You can download it from WordPress Plugin Repository.

Shardul Pandey Talks To Internet Entrepreneur Luis Alejandre Who Created WordPress Theme Detector

Shardul Pandey interviews only those who own their domain in webspace for doing business on Internet so if you too want to get interviewed please examine your domain at sangkrit.net before to e-mail all results to freedom@sangkrit.net.

WordPress Theme Detector – Easily Detect Active Theme And Plugins Of Any WordPress Site

Sometime you like any website’s layout, theme and functionality and you like to use in your website too then what you need to know is name of the WordPress theme and plugins on which the site is running on. Now you can very easily detect themes and plugins of any WordPress site in a few … Continue reading WordPress Theme Detector – Easily Detect Active Theme And Plugins Of Any WordPress Site

Top 6 WordPress Cache Plugins To Improve Page Loading Time And Limiting Resource Usage

Caching helps you to speed up your WordPress site and hence gives better user experience. Actually caching creates copy of webpages as static ones, then saves it on server including cached database queries and when your site visitors requests page they get cached page from the server. This reduces the use of resources and makes … Continue reading Top 6 WordPress Cache Plugins To Improve Page Loading Time And Limiting Resource Usage

How To Show Default Thumbnails In WordPress Posts Having No Thumbnails Set ?

Sometimes you don’t have featured image to show in your post, sometimes you forget adding thumbnail. By using Default Thumbnail Plus plugin you can automatically display a default post thumbnail in posts having no thumbnail. You can either use first image attached to a post or you can set default images for specific categories, tags, … Continue reading How To Show Default Thumbnails In WordPress Posts Having No Thumbnails Set ?

Creating Temporary And Permanent Redirects Using Apache

301 is a permanent redirect and 302 is a temporary redirect. 301 redirect is used when you want to redirect pages without penalizing them in search engines. And 302 redirect is used when you want to set up temporary redirect for keeping your page rank better in search engines. Learn more. How To Set Up Permanent Redirect Using Apache … Continue reading Creating Temporary And Permanent Redirects Using Apache

Creating WordPress Multisite Network

Install WordPress Add the following line just above /* That’s all, stop editing! Happy blogging. */ define(‘WP_ALLOW_MULTISITE’, true); Last step enables the Network Setup item in your Tools menu. Go to Dashboard => Tools => Network Setup. Do as directed. It will ask you to choose from the following two network options: Sub-domains — a sub-domain based network … Continue reading Creating WordPress Multisite Network