Welcome to Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy

Blog

easy engine 4 Commands;

easy engine 4 Commands

Need to run after changes done in Server (AWS Backend) ee service restart nginx-proxy To Create WordPress Website ee site create exmaple.com --type=wp To Update website SSL ee update example.com --ssl=le To Website path in easy engine 4 cd /opt/easyengine/sites/ To delete Website ee...
How to Install EasyEngine on Linux 2021;

How to Install EasyEngine on Linux 2021

EasyEngine v4 is a command line program to easily manage your WordPress website. How To Install and Use EasyEngine (EE) v4 on Ubuntu EasyEngine makes it very easy to manage WordPress website In order to install it on our Ubuntu server, we need to...
How to update SSL Certificates in EasyEngine 4;

How to update SSL Certificates in EasyEngine 4

How to update SSL Certificates in EasyEngine 4 In easyengine 4 we can update single website SSL Certificate and also multiple website SSL Certificates in one command you need to login as root user in Server. Following are the command to renew SSL certificate...
Custom Admin Page in WordPress;

Custom Admin Page in WordPress

function my_admin_menu() { add_menu_page( __( 'Sample page', 'my-textdomain' ), __( 'Sample menu', 'my-textdomain' ), 'manage_options', 'sample-page', 'my_admin_page_contents', 'dashicons-schedule', 3 ); } add_action( 'admin_menu', 'my_admin_menu' ); function my_admin_page_contents() { ?>