ssh
GUI
XRDP
VNC
| npm install --save eddystone-beacon |
| node -e "require('eddystone-beacon').advertiseUrl('https://medium.com/@urish');" |
function wp_initial_constants() {
global $blog_id;
// set memory limits
if ( !defined('WP_MEMORY_LIMIT') ) {
if ( is_multisite() ) {
define('WP_MEMORY_LIMIT', '128M');
} else {
define('WP_MEMORY_LIMIT', '128M');
}
}