Just because I'm kind of amnesic and need something somewhere to remember how to install quickly samba
on a desktop (or server)
Simply run this command.
sudo apt install samba samba-common smbclient
This gist will give you all installation steps needed to install properly virt-manager
with all dependencies.
Here is the list of all dependencies required to install properly virt-manager
on your ubuntu based distrib.
// ----------- | |
// Debugger that shows view port size. Helps when making responsive designs. | |
// ----------- | |
function showViewPortSize(display) { | |
if(display) { | |
var height = window.innerHeight; | |
var width = window.innerWidth; | |
jQuery('body').prepend('<div id="viewportsize" style="z-index:9999;position:fixed;bottom:0px;left:0px;color:#fff;background:#000;padding:10px">Height: '+height+'<br>Width: '+width+'</div>'); | |
jQuery(window).resize(function() { | |
height = window.innerHeight; |
This gist will help you to compile ffmpeg
with NVENC, QSV, VAAPI, VDPAU, and OpenCL support.
nVidia
nvresize
patch is outdated and not more compatible to the latest version of FFmpeg, so it's not included in this documentation.
(even if I've passed a lot of time at trying to make it compile... without any success)
Please don't rely on this page: https://developer.nvidia.com/ffmpeg, the implementation is a hack and was never been added to the main FFmpeg tree.