wiki.allensmith.net

Personal "Rough Notes & Useful Links

User Tools

Site Tools


kb:linux:lts14p04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kb:linux:lts14p04 [2015/02/21 21:28]
Allen Smith edit BitDefender info
kb:linux:lts14p04 [2016/01/13 20:35] (current)
Line 33: Line 33:
   * [[kb:​linux:​lts14p04skpebroken|Skype on LTS Linux is Broken]] ... why I would use Google Hangouts instead of Skype w/ Linux   * [[kb:​linux:​lts14p04skpebroken|Skype on LTS Linux is Broken]] ... why I would use Google Hangouts instead of Skype w/ Linux
   * Install YouTube-dl ← an entirely text based Command Line package, that works well with many sites<​code>​   * Install YouTube-dl ← an entirely text based Command Line package, that works well with many sites<​code>​
-sudo curl https://​yt-dl.org/​downloads/​2014.09.29.2/youtube-dl -o /​usr/​local/​bin/​youtube-dl+sudo curl https://​yt-dl.org/​downloads/​2015.03.28/youtube-dl -o /​usr/​local/​bin/​youtube-dl
 sudo chmod a+x /​usr/​local/​bin/​youtube-dl</​code>​ sudo chmod a+x /​usr/​local/​bin/​youtube-dl</​code>​
 <note tip>​Installing youtube-dl uisng the instructions found at http://​rg3.github.io/​youtube-dl/​download.html (the above commands) permits the build-in upgrade function of youtube-dl to work.</​note>​ <note tip>​Installing youtube-dl uisng the instructions found at http://​rg3.github.io/​youtube-dl/​download.html (the above commands) permits the build-in upgrade function of youtube-dl to work.</​note>​
Line 52: Line 52:
 </​code>​ </​code>​
     - REBOOT SYSTEM to finish this install process     - REBOOT SYSTEM to finish this install process
-<note important>​**Special Note:** Troubleshooting BitDefender Scanner Engine Crashing +<note important>"​Some users are reporting that **BitDefender crashes right after the scanning engine is initialized**. In order to fix this error you will need to copy and paste this into terminal:" ​(fix is for 64bit Linux)<​code>​
- +
-"Some users are reporting that BitDefender crashes right after the scanning engine is initialized. In order to fix this error you will need to copy and paste this into terminal:"<​code>​+
 sudo touch /​opt/​BitDefender-scanner/​var/​lib/​scan/​bdcore.so.linux-x86_64 sudo touch /​opt/​BitDefender-scanner/​var/​lib/​scan/​bdcore.so.linux-x86_64
 sudo ln -fs /​opt/​BitDefender-scanner/​var/​lib/​scan/​bdcore.so.linux-x86_64 /​opt/​BitDefender-scanner/​var/​lib/​scan/​bdcore.so sudo ln -fs /​opt/​BitDefender-scanner/​var/​lib/​scan/​bdcore.so.linux-x86_64 /​opt/​BitDefender-scanner/​var/​lib/​scan/​bdcore.so
kb/linux/lts14p04.1424572088.txt.gz · Last modified: 2016/01/13 20:26 (external edit)