My WordPress plugin Less.js has been adopted by Roy Sivan.
From today on I have no relation with this plugin anymore, Roy is the owner.
This short walkthrough describes how to install the Ubuntu linux kernel 3.16 on Ubuntu Linux (server and client) without compiling.
This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Mint. The included kernel files have been compiled using the generic Ubuntu configuration.
Installation Guide (GUI)
sudo update-grubI will post the latest version of the 3.16 branch and 3.17 release candidates in comments below.
Yesterday hundreds of routers worldwide crashed because of the memory limit of 512k routes
this can easily be fixed by running the following command;
mls cef maximum-routes ip 1000
this changes the limit of 512k to 1000k, which should do the trick for some time
Being named “Ramon” could lead to the following Typical Ramon Problems:
If you have made a custom post type (CPT) called portfolio and want to convert to Jetpack`s portfolio type, simply run the following SQL command
UPDATE `wp_posts` SET `post_type` = 'jetpack-portfolio' WHERE `wp_posts`.`post_type` = `portfolio`;