remote cpu and memory usage command line
wmic /node:HOSTNAME cpu get loadpercentage This will give you the CPU load for a remote system. wmic /node:HOSTNAME OS get FreePhysicalMemory This will give you free memory for a remote system
Remember, you are the product, not the customer.
wmic /node:HOSTNAME cpu get loadpercentage This will give you the CPU load for a remote system. wmic /node:HOSTNAME OS get FreePhysicalMemory This will give you free memory for a remote system
Configure WiFi on Raspberry Pi Raspbian / Debian Linux via Command Line By Scott Miller | 2016/01/17 2 Comments To easily scan for wireless networks and connect on a Raspberry Pi, use the command line app wpa_cli. Check it out! … Read More »
Install Webmin on CentOS 7 https://lintut.com/how-to-install-webmin-on-centos-7/ To get started, login your remote server and follow the steps below: First, create a new file webmin.repo in /etc/yum.repos.d/ : vi /etc/yum.repos.d/webmin.repo and paste below line: [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 … Read More »
2 Ways to Reset Forgotten Windows Server 2016 Password October 10th, 2016 by AdminLeave a reply » What to do if you forgot the administrator password in Windows Server 2016? As a IT administrator, you should have ever experienced trouble … Read More »
Our 96+TB Storage Repository Server ($17K) self.Veeam Submitted 5 months ago * by touchytypist I thought some of you might be interested in how we built our own high capacity backup repository which we needed for long term backup retention. … Read More »
Why RAID 6 stops working in 2019 Three years ago I warned that RAID 5 would stop working in 2009. Sure enough, no enterprise storage vendor now recommends RAID 5. Now it’s RAID 6, which protects against 2 drive failures. … Read More »
Automating software installation If you are a techie you know how annoying it is to install software over and over again on the systems you setup everyday. I always tried to find a way how to automate those tasks, … Read More »
You can skip half of those, I just rebuilt our Windows 7 reference image on Monday, and after some digging I came across the recommendations in patchmanagement.org’s Patch Release Grid here on the Windows 7 update slowness sheet under Building … Read More »
How to turn a physical disk to a bootable VHD October 31, 2010 at 10:05 ammarkComments off My 160GB hard disk is running out of free space. Seriously low… It’s amazing that I’ve managed to fill it up with so … Read More »
http://www.eightforums.com/tutorials/5509-user-account-control-uac-change-settings-windows-8-a.html turn off UAC all the way Windows Registry Editor Version 5.00 ; Created by: Shawn Brink ; http://www.eightforums.com ; Tutorial: http://www.eightforums.com/tutorials/5509-user-account-control-uac-change-settings-windows-8-a.html [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] “PromptOnSecureDesktop”=dword:00000000 “EnableLUA”=dword:00000001 “ConsentPromptBehaviorAdmin”=dword:00000000