Mostrando postagens com marcador grub. Mostrar todas as postagens
Mostrando postagens com marcador grub. Mostrar todas as postagens

Recover grub after windows update

Run this in Windows as an administrator:

bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi

Or:

bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efi

If you are using PowerShel.

Monitoring response time with curl

   curl -s -o /dev/null -w "Conecction: %{time_connect}s | Start transfer: %{time_starttransfer}s | Total time: %{time_total}s\n" ...

Mais vistos