Changing wordpress password from linux shell

Wordpress No Comments »

If you prefer to change WordPress admin or any user password from the shell it can be easily done by mysql command line. Connect to the database with dedicated user or with root mysql -u root -p wordpressdb enter password and update wp_users set user_pass=md5(‘newpwd’) where user_login=’admin’; The above line will change admin user password [...]

Content delivery network solutions

Content delivery No Comments »

High bandwidth means high expenses for the bandwidth and many companies are looking to Content Delivery Network service companies to cut down the bandwidth bills. There are many Content Delivery Network (CDN) companies, for example, Akamai, LocalMirror, Streaming1, Mirror Image, UltraCDN, Value CDN and others, that push the content closer to the end user and [...]

Best web server for static content hosting on Linux

Web servers No Comments »

There are quite a few web server software daemons that can be used for almost any content hosting, but for high performance and fast static content hosting the choice is not that big. Zeus (commercial) Lighttpd (free) Nginx (free) Thttpd (free) Cherokee (free) We have tested quite a few http server daemons listed above (except [...]

Hosting your WordPress blog

Hosting No Comments »

Ever wanted to start a WordPress blog but don’t want to host it as a sub-domain under some of the ordinary domain names like (blogspot.com, blogger.com, etc. Well, it has never been easier or cheaper to host under your own domain name. Start by finding a good linux web host. Your hosting account must support [...]

WP Theme
Entries RSS Comments RSS Log in