-
Add or Remove Maximum Processor Frequency in Windows 10 Power Options | Tutorials
“powercfg -attributes SUB_PROCESSOR 75b0ae3f-bce0-45a7-8c89-c9611c25e100 -ATTRIB_HIDE
“ -
node.js – Adding timestamps to all console messages – Stack Overflow
“npm install console-stamp –save), and added this line to the top of app.js and childProcess.js:
// add timestamps in front of log messages
require(‘console-stamp’)(console, ‘[HH:MM:ss.l]’);”
Mês: agosto 2019
Update (weekly)
-
What is the correct way to view your CPU speed on Linux? – Unix & Linux Stack Exchange
“watch -n1 “cat /proc/cpuinfo | grep \”^pu MHz\””
“-
echo "scale=10000; 4*a(1)" | bc -l &
-
Update (weekly)
-
npm – Error installing angular/cli on macOS mojave – node-pre-gyp – Stack Overflow
“npm cache clean –force / npm cache verify
xcode-select –install
npm install -g node-gyp
npm install -g @angular/cli (without sudo).
“