Posts
Showing posts from November, 2013
Rapture of the Nerds
- Get link
- X
- Other Apps
Rapture of the Nerds : Gondar primulon, Earthling! Welcome to the free CC-licensed ebook! We know that there's no way we could keep you from getting a free copy of this from some dodgy corner of the Internet. Rather than send you off to the kind of site you'd better visit through a proxy with your cookies turned off, we're giving you this-here free, pristine, hand-crafted ebook in a variety of formats.
Isaac Asimov - The Foundation Trilogy : Isaac Asimov : Free Download & Streaming : Internet Archive
- Get link
- X
- Other Apps
Isaac Asimov - The Foundation Trilogy : Isaac Asimov : Free Download & Streaming : Internet Archive : The premise of the series is that mathematician Hari Seldon spent his life developing a branch of mathematics known as psychohistory, a concept devised by Asimov and his editor John W. Campbell. Using the law of mass action, it can predict the future, but only on a large scale; it is error-prone for anything smaller than a planet or an empire. It works on the principle that the behavior of a mass of people is predictable if the quantity of this mass is very large (equal to the population of the galaxy). The larger the mass, the more predictable is the future. Using these techniques, Seldon foresees the fall of the Galactic Empire, which encompasses the entire Milky Way, and a dark age lasting thirty thousand years before a second great empire arises.
Attempting to get Localhost to find drupal migration....clearing the cache in mysql for D7
- Get link
- X
- Other Apps
Drupal "The connection was reset" | Serban Ghita : UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'cache' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'page_compression' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'block_cache' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'preprocess_css' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'preprocess_js' LIMIT 1;
Modify mysql my.ini file to import drupal db to localhost
- Get link
- X
- Other Apps
Setting up a localhost server to develop my drupal site using drush... Using xampp. After multiple attemps using backup and migrate module and failing, I tried manually to export and then import the sql db and copy files using ftp. -had to modifiy my.ini file of mysql to increase limits...following a '#2006 server can't be found' error copying the menu cache tables https://drupal.org/node/259580