Linux Tutorial
Linux Administrator | Server | Virtualization

Linux Tutorial

  • Home
  • TOC
  • Contact Us
  • Privacy Policy
  • Random Posts

    MySQL :: Cannot load from mysq...

    By blackonsole - December 18 2012 12:52 PM

    :: How to fix Cannot load from mysql.proc. The table ...

    :: Unlock footer.php on WordPr...

    By blackonsole - August 14 2011 08:52 AM

    :: WordPress error If you change the footer.php file but get an error:

    This theme is released under creative commons licence, all links in the footer should remain intact
     

    Ubuntu :: Install Ubuntu Tweak...

    By blackonsole - January 20 2013 03:15 AM

    :: What is Ubuntu Tweak Ubuntu Tweak is an application to ...

    OpenVZ :: Enable Second Level ...

    By blackonsole - July 31 2013 06:30 AM

    :: What's OpenVZ OpenVZ is OS-level virtualization technology based in Linux ...

    Fix AWStats on WHM/cPanel with...

    By blackonsole - December 12 2015 12:06 AM

    What is AWStats AWStats is short for Advanced Web Statistics. AWStats is powerful log analyzer which ...

WordPress :: Add Admin User using MySQL Command Line

Posted by blackonsole on January 8th, 2013 02:06 AM | No Comment
:: How to add Admin User via MySQL Command Line + Login to mysql and select WordPress database mysql -uroot -p mysql>use db_wp; + Show tables value to check user id mysql>select * from wp_users; + Add user admin level mysql>insert into wp_users (ID,user_login,user_pass,user_nicename,user_email,user_url,user_registered,user_activation_key,user_status,display_name) values ('11','User Admin',MD5('AdminPassword','User ...
Read More

WordPress :: Using OS cron job

Posted by blackonsole on July 20th, 2012 04:29 AM | No Comment
:: How to change wp cron to os cron job + add cron job on os cron crontab -e # add a line like this: wget -q -O /dev/null //yourhostname.tld/wp-cron.php?doing_wp_cron >/dev/null 2>&1 + disable wp-cron vi wp-config.php # add this line: define('DISABLE_WP_CRON', true);   :: Links + Google + WPDaylyBits
Read More

:: WP MU :: Slow After Upgrade

Posted by blackonsole on July 19th, 2012 07:58 AM | No Comment
:: How to fix WordPress MU slowly after upgrade try to upgrade database table for wordpress using this url: //domainname.tld/wp-admin/upgrade.php   :: Links + Google + KartikShasti
Read More

:: Reset Password Admin on WP

Posted by blackonsole on January 9th, 2012 03:57 AM | No Comment
:: What is WordPress WordPress is a free and open source blogging tool and content management system (CMS) powered by PHP and MySQL. - WikiPedia   :: How to reset password user admin on wordpress using mysql cli
Read More

:: Fatal error: Call to undefined method Arras_Widget_Tag_Cloud

Posted by blackonsole on December 21st, 2011 07:56 AM | No Comment
:: WordPress error
Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in ..../wp-content/themes/arras/library/widgets.php on line 404
Read More

:: Integrate WordPress on FaceBook

Posted by blackonsole on September 8th, 2011 03:39 PM | No Comment
:: Create New Apps on FaceBook for WordPress Blog o Login on your fb account and Create New App on FaceBook Developers
Read More

:: Unlock footer.php on WordPress

Posted by blackonsole on August 14th, 2011 08:52 AM | 5 Comments
:: WordPress error If you change the footer.php file but get an error:
This theme is released under creative commons licence, all links in the footer should remain intact
 
Read More
Older Entries «
  • Categories
    • cPanel (4)
    • How to (1)
    • Linux (28)
    • NGINX (4)
    • Tutorials (188)
    • Ubuntu (3)
    • Uncategorized (1)
  • Tags
    apache bash blog centos cms command configuration cpanel database debian desktop dns email error ftp how to howto httpd install lighttpd linux monitoring mysql nginx opensuse openvz php security server ssh system tips trick trik Tutorial ubuntu vhost virtual virtualization web web server whm wordpress wp xen
Balackonsole, Linux Administrator
Copyright © 2021 Linux Tutorial. All Rights Reserved.