Use the following jQuery code to make equal height html columns. jQuery(document).ready(function(){ var highestBox = 0; jQuery(‘.front-page-countertops-featured .vc_general.vc_cta3.vc_cta3-shape-square’).each(function(){ if(jQuery(this).height() > highestBox){ highestBox = jQuery(this).height(); }… Read More →
Bettercap: bind: address already in use
December 11, 2019
Bettercap: bind set http.proxy.port 8011 set https.proxy.port 8011
How To Create a Scroll Back To Top Button with JavaScript
December 9, 2019
How To Create a Scroll Back To Top Button with JavaScript window.onscroll = function(){scrollFunction()}; let scroll = document.getElementById(‘scroll-top-btn’); if(scroll){ scroll.style.display = “none”; } function scrollFunction(){… Read More →
Desktop Icons disappeared on Ubuntu 18.04 after freeze – Ask Ubuntu
December 4, 2019
Run the following command to get back the Desktop Icons disappeared nautilus-desktop
How to Install and Use YouTube-DL on Ubuntu 18.04
December 2, 2019
Install youtube-dl from binary sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+x /usr/local/bin/youtube-dl hash -r
Increase Virtualbox disk size on Ubuntu host and Windows guest
December 2, 2019
Increase Virtualbox disk size on Ubuntu Increase Virtualbox disk size on Ubuntu host First run the virtual box and on the windows installation click settings. And… Read More →