-
How to download Udemy Videos? – Stack Overflow
” git clone https://github.com/r0oth3x49/udemy-dl.git
pip install -r requirements.txt
4) Download as you would normally do (from virtual box):python udemy-dl.py -u user@domain.com -p p4ssw0rd COURSE_URL”
-
windows – Clock time is off on dual boot – Ask Ubuntu
“Make Linux use ‘Local’ time
To tell your Ubuntu system that the hardware clock is set to ‘local’ time:
Pre-Ubuntu 15.04 systems (e.g. Ubuntu 14.04 LTS):
edit /etc/default/rcS
add or change the following section
# Set UTC=yes if your hardware clock is set to UTC (GMT)
UTC=noUbuntu 15.04 systems and above (e.g. Ubuntu 16.04 LTS):
open a terminal and execute the following command
timedatectl set-local-rtc 1
”