Web version: https://acceptdefaults.com/linux-keys
Keyboard shortcuts
ctrl + u
: delete everything behind cursor
ctrl + w
: delete word behind cursor
-executionpolicy bypass c:\scripts\script.ps1 |
Web version: https://acceptdefaults.com/linux-keys
ctrl + u
: delete everything behind cursor
ctrl + w
: delete word behind cursor
[Unit] | |
Description=SERVICEDESCRIPTION | |
After=multi-user.target | |
[Service] | |
User=SERVICEUSER | |
Group=SERVICEGROUP | |
Type=simple | |
WorkingDirectory=/path/to/working/directory | |
ExecStart=/usr/local/bin/node /path/to/main.js |
https://my.vmware.com/group/vmware/patch#search | |
esxcli software vib update -d file.zip |
esxcli storage nfs remove -v datastore-name |
Disable Hyper-V on startup:
bcdedit /set hypervisorlaunchtype off
Enable (default/auto):
bcdedit /set hypervisorlaunchtype auto
Microsoft Connect Test |
powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c | |
powercfg -setactive |
youtube-dl.exe --extract-audio --audio-format mp3 --audio-quality 0 --ffmpeg-location "ffmpeg\bin" -o %(title)s.%(ext)s <URL> |
robocopy c:\source\ d:\target\ /mir /r:2 /w:2 /z /tee /log:robo-source.log |