Install Flash Plug-in Ubuntu 18.04

Refer: https://computingforgeeks.com/how-to-install-latest-adobe-flash-player-on-ubuntu-18-04-linux/

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt update
sudo apt -y upgrade

sudo apt install adobe-flashplugin
sudo apt-get install browser-plugin-freshplayer-pepperflash

Adobe Flash should now also be available on search menu too

Flash Video Download In Ubuntu

After you do the below you can install the downloader:

The Download Program Itself (sudo apt-get install youtube-dl)
Refer: http://www.techdrivein.com/2013/08/best-youtube-videos-downloading-tool-for-ubuntu-youtube-dl.html

Usage:
youtube-dl -f mp4 https://www.youtube.com/watch?v=pdz5kCaCRFM

Ideas for Download Solutions:
Refer: http://www.techdrivein.com/2013/08/best-youtube-videos-downloading-tool-for-ubuntu-youtube-dl.html

How to Upgrade to Get Latest Version:
Refer: http://askubuntu.com/questions/429746/youtube-dl-stopped-working

Youtube updates his anti-download security system quite offen. You should keep your youtube-dl up-to-date. The version Ubuntu 12.04 Precis installs by default is 2012.02.27 (two years old).

You can subscribe to the WebUpd8 PPA to get new releases when they're out (that is once or twice a week) :

$ sudo add-apt-repository ppa:nilarimogard/webupd8 -y
$ sudo apt-get update
$ sudo apt-get dist-upgrade

You'll also find the .deb package of the latest youtube-dl release on that PPA (here and search for youtube-dl). Install it with a GUI-tool like gdebi or Ubuntu Software Center, or with these command lines :

$ cd directory/where/you/downloaded/the/package
$ dpkg -i youtube-dl*
$ sudo apt-get install -f

Recording Flash Audio in Windows 7

Requirements: Change the audio device in Windows 7 and Use Audacity

Refer: http://www.youtube.com/watch?v=Kv2kbwoLjqs

Follow These Steps for Windows 7 Configuration

  • Windows, Control Panel, "Manage Audio Devices"
  • Click Recording Tab
  • Right-click if "Stereo Mix" is not showing by choosing "Show Disabled Devices"
  • Choose "Stereo Mix" which is the Windows audio card, and make it your default

Within Audacity, choose the Input Device that works for you "Conexant HD Audio" worked well for me on Dell Inspiron.