Author:
erics , April 22nd, 2024
To disable all automatic WordPress updates, just edit your WordPress/wp-config.php file and locate the line that says: /* That’s all, stop editing! Happy blogging. */ Add the following line ABOVE that line, then save and exit:
define ( 'WP_AUTO_UPDATE_CORE' , false ) ;
Categories: How-To's , Technology Tags: Auto , Automatic , Credentials , Creds , Disable , FTP , howto , Plugings , Prevent , Stop , tips , update , Updates , Upload , Uploads , WordPress
| No comments
Author:
erics , September 19th, 2022
To disable automatic updates in WordPress, simply edit the wp-config.php file in your WordPress root directory and add the following line:
define ( 'WP_AUTO_UPDATE_CORE' , false ) ;
Categories: Technology Tags: Auto , Automatic , Disable , howto , Stop , tips , update , Updates , WordPress
| No comments
Author:
erics , July 27th, 2021
Current Session:
All Sessions: Add the following to your ~/.vimrc file:
Categories: How-To's , Technology Tags: Automatic , Disable , Disable Visual , howto , Mouse , tips , vi , vim , Visual , Visual Mode
| No comments
Author:
erics , July 25th, 2019
How to move the Relay role to another node in a Composite Tungsten Cluster
Categories: Architecture , cctrl , cls , Composite , Datasource , failover , Maintenance , Mastering Tungsten Clustering , Question Tags: Automatic , Command , HA , High Availability , Master , Move , mysql , QA , Relay , Replicator , Shell , Slave , Switch , Tungsten
| Comments Off on How to move the Relay role to another node in a Composite Tungsten Cluster
Author:
erics , March 20th, 2014
perl -MCPAN -e ‘my $c = “CPAN::HandleConfig”; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => “follow”); $c->edit(connect_to_internet_ok => “yes”); $c->edit(build_requires_install_policy => “yes”); $c->commit’
Categories: How-To's , Technology Tags: Auto , Automatic , CPAN , Dependencies , Dependency , howto , Install , tips
| No comments
Author:
erics , September 27th, 2011
I found this VERY cool website, http://dummyimage.com/, that lets me custom-build a placeholder image on the fly, like this:
< img src = "http://dummyimage.com/120x120/fff/ccc" alt = "Placeholder Image for a 120px x 120px graphic" >
Categories: How-To's , Technology Tags: Automatic , Create , Custom , Dummy , Dummy image , Generate , howto , Image , Place Holder , Placeholder , tips
| No comments