How to check server CPU and memory usage via command line (SSH)
Log in to the server via SSH.
ssh root@YOUR-SERVER-IP
Execute the command below to run top utility:
top -i

Log in to the server via SSH.
ssh root@YOUR-SERVER-IP
Execute the command below to run top utility:
top -i

I'm a freelance WordPress Developer and Project Manager. Specialize in WordPress, Woocommerce, Custom WordPress Theme and Plugin Development, and Shopify. Highly skilled in HTML5, CSS3, SCSS, JavaScript, jQuery, Ajax, ES6, Bootstrap, PHP and MySQL.
By default the Divi Theme displays a dividing line between the main content and the sidebar. It’s possible to remove this dividing line using CSS.Note that there are two cases in which a dividing line may occur (either on a standard sidebar, or on a sidebar module). Remove divider line between content and sidebar from…
All files permission need to be reset to 664 and all directories permission needs to reset to 775. And then we need to reset the group to admin. First we will need access to server via SSH Access. Change file permission to 664: Change directory permission to 775: Change file & folder group ownership to…
Add a New User Account Create a new user account with the adduser command. Use a strong password for the new user. You can enter values for the user information, or press ENTER to leave those fields blank. Add the User to the Sudo Group Add the new user to the sudo group with usermod. Switch…
First, ensure that you have both the source files and your copy destination mounted and available on your system so you can see them in the Finder. Then open the OS X Terminal and perform the following steps: This command now tells the computer to run the “rsync” command (or another copy command you’ve chosen),…
LAMP stack is a combination of open-source software that is commonly used to build and run web applications. The acronym “LAMP” stands for Linux, Apache, MySQL, and PHP. Together, these four components create a complete web development platform that is easy to set up, use, and maintain. LAMP is open-source software, which means it’s free…
Woocommerce 3+ have built in image zoom Lightbox and product images gallery feature. Most of us love this feature, however, some people would like to remove it. Disable Image Zoom feature on the single product page in WooCommerce Disable Image Lightbox feature on the single product page in WooCommerce Lightbox is a feature which let you click on any images…
I got this: command ‘top -‘ not found …
what should i do? I am using ubuntu 18.04