This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kb:linux:lts14p04 [2015/02/21 21:11] Allen Smith + BitDefender crashing |
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 43: | Line 43: | ||
* **[[kb:linux:conky|Conky]]** ... a lightweight powerful system monitor & much more!\\ The installation and configuration of Conky involves using the command line and coding configuration files. | * **[[kb:linux:conky|Conky]]** ... a lightweight powerful system monitor & much more!\\ The installation and configuration of Conky involves using the command line and coding configuration files. | ||
* [[kb:linux:lts14p04conkystartup|Xfce 4.10 Desktop & Toooo Many Conky]] ... many running Conky causing unresponsive system.\\ The above problem occurred using Ubuntu Studio 14.04 -- but this may also apply to other desktop environments | * [[kb:linux:lts14p04conkystartup|Xfce 4.10 Desktop & Toooo Many Conky]] ... many running Conky causing unresponsive system.\\ The above problem occurred using Ubuntu Studio 14.04 -- but this may also apply to other desktop environments | ||
- | * [[http://www.sysads.co.uk/2014/04/install-bitdefender-ubuntu-versions/ | Install BitDefender Antivirus in Ubuntu]] | + | * **[[http://www.sysads.co.uk/2014/04/install-bitdefender-ubuntu-versions/ | Install BitDefender Antivirus in Ubuntu]]** (Free for **Personal Use** only!) |
- Go to [[http://www.bitdefender.com/site/Products/ScannerLicense/ | BitDefender Antivirus Scanner for Unices license key request page]] to request a license key | - Go to [[http://www.bitdefender.com/site/Products/ScannerLicense/ | BitDefender Antivirus Scanner for Unices license key request page]] to request a license key | ||
- Run the following Terminal Commands (copy & paste, 1 line at a time) to install the Repository then the Program<code> | - Run the following Terminal Commands (copy & paste, 1 line at a time) to install the Repository then the Program<code> | ||
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 | ||
sudo bdscan --update | sudo bdscan --update | ||
</code></note> | </code></note> | ||
- | <note tip>"We provide integration with some of the most popular desktop file managers (Konqueror, Nautilus, Thunar). You can find the source packages complete with installation instructions under" | + | <note tip>"We provide integration with some of the most popular desktop file managers (Konqueror, Nautilus, Thunar). You can find the source packages complete with installation instructions under" ''/opt/BitDefender-scanner/share/integration''</note> |
- | <code>/opt/BitDefender-scanner/share/integration</code> | + | |
- | </note> | + | |
* [[http://www.unixmen.com/systemback-restore-linux-system-previous-state/|Systemback: Restore Your Linux System To Previous State]]\\ "Systemback is an open source, system backup and restore application. Using Systemback, we can easily create backups of system and users configuration files. In case of problems, we can easily restore the previous state of the system. There are extra features like system copying, system installation and Live system creation." | * [[http://www.unixmen.com/systemback-restore-linux-system-previous-state/|Systemback: Restore Your Linux System To Previous State]]\\ "Systemback is an open source, system backup and restore application. Using Systemback, we can easily create backups of system and users configuration files. In case of problems, we can easily restore the previous state of the system. There are extra features like system copying, system installation and Live system creation." | ||
* [[http://www.webupd8.org/2014/07/pushbullet-indicator-gets-android.html|Pushbullet Indicator Gets Android Notification Mirroring Support, Other Changes]]\\ Pushbullet Indicator was updated recently with support for the latest Pushbullet API changes, which include OAuth support and notification mirroring from Android to your computer. | * [[http://www.webupd8.org/2014/07/pushbullet-indicator-gets-android.html|Pushbullet Indicator Gets Android Notification Mirroring Support, Other Changes]]\\ Pushbullet Indicator was updated recently with support for the latest Pushbullet API changes, which include OAuth support and notification mirroring from Android to your computer. |