Security Updates: Difference between revisions
Jump to navigation
Jump to search
Created page with "QuantaStor uses the Ubuntu Server linux distribution as a basis and uses the security patches packaged by Canonical to address the need to patch various parts of the operating..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
QuantaStor uses the Ubuntu Server linux distribution as a basis and uses the security patches packaged by Canonical to address the need to patch various parts of the operating system for security and stability of the system. To apply these updates you need to login to the system as the administrator 'qadmin' account and then run the following command: | QuantaStor uses the Ubuntu Server linux distribution as a basis and uses the security patches packaged by Canonical to address the need to patch various parts of the operating system for security and stability of the system. To apply these updates you need to login to the system as the administrator 'qadmin' account and then run the following command: | ||
< | <pre> | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get upgrade | sudo apt-get upgrade | ||
</ | </pre> | ||
== Fix for Heartbleed == | |||
TBD | |||
== Fix for Bash == | |||
TBD | |||
Revision as of 17:48, 29 September 2014
QuantaStor uses the Ubuntu Server linux distribution as a basis and uses the security patches packaged by Canonical to address the need to patch various parts of the operating system for security and stability of the system. To apply these updates you need to login to the system as the administrator 'qadmin' account and then run the following command:
sudo apt-get update sudo apt-get upgrade
Fix for Heartbleed
TBD
Fix for Bash
TBD