WordPress tips

- Jibon Bikash Roy

Saturday, April 13, 2013

How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu


http://connectwww.com/how-to-install-and-configure-apachephpmysql-and-phpmyadmin-on-ubuntu/727/

Posted by Jibon Bikash Roy at 1:46 PM No comments:
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ►  2015 (4)
    • ►  May (1)
    • ►  February (3)
  • ►  2014 (4)
    • ►  October (1)
    • ►  May (1)
    • ►  February (1)
    • ►  January (1)
  • ▼  2013 (20)
    • ►  December (1)
    • ►  September (1)
    • ►  July (3)
    • ►  June (5)
    • ►  May (3)
    • ▼  April (1)
      • How to install and configure Apache,PHP,MySql and ...
    • ►  February (2)
    • ►  January (4)
  • ►  2012 (85)
    • ►  November (4)
    • ►  October (37)
    • ►  September (3)
    • ►  August (13)
    • ►  July (6)
    • ►  June (13)
    • ►  May (7)
    • ►  February (1)
    • ►  January (1)
  • ►  2011 (4)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  June (1)
  • ►  2010 (40)
    • ►  November (14)
    • ►  October (2)
    • ►  August (1)
    • ►  July (15)
    • ►  June (2)
    • ►  May (5)
    • ►  April (1)

About Me

Jibon Bikash Roy
View my complete profile

Pages

  • Home
  • Wordpress Plugin List

Popular Posts

  • some wp function code
    <?php the_post_thumbnail(array(327,218));?> <?php the_content_rss('', TRUE, '', 50); ?>
  • WordPress pagination without plugins
    global $wp_query; $total_pages = $wp_query->max_num_pages; if ($total_pages > 1){ $current_page = max(1, get_query_var('paged...
  • Enable widgets for editor role
    $role_object = get_role( 'editor' ); //print_r($role_objec); // add $cap capability to this role object $role_object->...
  • custom post type with category query
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args = array( 'post_type' => '...
  • Creating a meta box for posts Titan Framework
    if ( !class_exists( 'TitanFramework' ) && file_exists( dirname( __FILE__ ) . '/titan/titan-framework-embedder.php...
  • How to remove shortcode from home but not from the entire blog
    Just paste the code to your function.php to remove the shortcode value from index.php or home.php but not from the rest of your template ...

Followers

Simple theme. Powered by Blogger.