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.
.rev_slider .slotholder:after { width: 100%; height: 100%; content: “”; position: absolute; left: 0; top: 0; pointer-events: none; background: rgba(255, 255, 255, 0.5); } Can do the same for section background image, just need to add a class to the container and put the .classname in place of .rev_slider .slotholder
If you want to change all 404 error of your WordPress website into 410 error statues then just add this code before the get_header(); in you 404.php template Hope it helps. Reference: stackoverflow.com
There is no built-in emmet shortcut in PhpStorm to insert a <?php ?> tag. But we can set it by Going to File -> Settings -> — IDE Settings — -> Live Templates For Mac User: PhpStorm->Preferences->Editor->Live Templates, click on the PHP and add new Live Template. On right sidebar click on “+” then: Abbreviation…
If you want to align brand to your left and all the navbar-items to right, change the default mr-auto to ml-auto <ul class=”navbar-nav ml-auto”>
Widget Title Style – 1 If your width title wrap directly under heading tag like H2, H3, etc like the below screenshot then use .widget .widget-title If the actual text wrap with another inline element like span the below screenshot then you need to add that extra wrapping tag also .widget .widget-title span
I got this: command ‘top -‘ not found …
what should i do? I am using ubuntu 18.04