Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts

Friday, 18 July 2014

How To Disable Window Animation In Gnome Classic

This is a rather annoying "feature". Simply disable it by typing the following in a terminal.

  1. gsettings set org.gnome.desktop.interface enable-animations false  

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...