Just like any other Linux process, you can pause rsync by sending it a TSTP (polite) or STOP (forcible) signal. On the terminal you’ve run rsync in, pressing Ctrl+Z sends TSTP. Resume with the fg or bg command in the terminal or a CONT signal. To resume the rsync where it is interrupted, make sure …
Category Archive: Ubuntu
Feb 10
Changing Linux screen resolution in Hyper-V virtual machine
There is no way to change screen resolution of Linux machine which is running on Hyper-V virtual machine. Even if you have installed hyper-v Linux integration software you can’t change the resolution from display settings. Here is alternative method of how to do it quickly. let’s check how to change Linux screen resolution in Hyper-V …