Find a video that you want to save. Click in the URL field. Replace the “www” with “mbasic.” and press Enter Click play video A new browser window will open Click on the 3 dots and Download video
Category Archives: Uncategorized
Ubuntu server no login console
After boot there was no console prompt to login. The issue was related to the VGA resolution. To fix Ubuntu server no login console modify in /etc/default/grub # Grub Resolution GRUB_GFXMODE=1024x768x24 # Kernel param to set a port to resolution and vertical refresh. GRUB_CMDLINE_LINUX_DEFAULT=”nomodeset video=VGA:M1024x768@60m” Of course, you can set resolution to suit your needs …