Leave a Commentschtasks /create /tn "reboot for updates" /tr "shutdown /r /t 0" /sc once /st 21:59:00 /sd 21.02.2020 /ru "System"
est. 2002
Leave a Commentschtasks /create /tn "reboot for updates" /tr "shutdown /r /t 0" /sc once /st 21:59:00 /sd 21.02.2020 /ru "System"
If you ever find yourself confronted with a Plesk system that is running out of disk space, and you just want to get rid off all the misconfigured "keep forever" backups, here's how to remove them all from the command line:
/usr/local/psa/admin/bin/pmm-ras --get-dump-list | egrep "name=\".*.xml" | awk -F '"' '{ print $2 }' | xargs -I {} /usr/local/psa/admin/bin/pmm-ras --verbose --debug --delete-dump --dump-specification={} --session-path=/var/log/plesk/PMMLeave a Comment
./MegaCli64 -LDSetProp -Cached -LAll -aAll ./MegaCli64 -LDSetProp EnDskCache -LAll -aAll ./MegaCli64 -LDSetProp ADRA -LAall -aAll ./MegaCli64 -LDSetProp WB -LAll -aAllLeave a Comment
sudo apt --purge autoremove apport apport-gtk appstream snap epiphany-browser epiphany-browser-data epiphany-browser-data epiphany-extensions firefoxLeave a Comment
First, boot a Windows 10 or Windows Server 2019 rescue CD and enter the command prompt.
list disk select disk list part # visually check you are about # to do the right thing select part 1 delete part override select part 2 delete part override
Now continue with step 2.
Boot the gparted Live CD and move your Windows partition to the right, 250MB is usually fine, then continue with step 2.
create partition efi size=128 format quick fs=fat32 label="System" assign letter="k" create partition msr size=100 exit bcdboot C:\windows /s k: /f UEFI
That's all there is to it! Make sure to set your computer to UEFI ONLY, because it's past 2020.
Leave a Comment