IIAB/Security: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Some security tips that will become more professional in future:
Some security tips that will become more professional in future:


* run "yum -y update" on CentOS-based XSCE school servers, to download and automatically install recent security updates etc.
* run "yum -y update" on CentOS-based XSCE school servers, to download and automatically install recent security updates, if you have a reasonably fast connection, and are willing to take risks with certain packages breaking.


* if you notice Wikipedia-like item are no longer accessible, try running the following as root:
* if you notice Wikipedia-like item are no longer accessible from http://schoolserver.lan, try running the following as root:


xsce-make-kiwix-lib
xsce-make-kiwix-lib
systemctl restart kiwix-serve
systemctl restart kiwix-serve


* if ownCloud updates itself, users visiting http://schoolserver/owncloud may face error message "You don't have permission to access /owncloud on this server." Fix guideline forthcoming.
* if ownCloud updates itself, users visiting http://schoolserver.lan/owncloud may face error message "You don't have permission to access /owncloud on this server." Fix guideline forthcoming.

Revision as of 22:21, 9 August 2015

Some security tips that will become more professional in future:

  • run "yum -y update" on CentOS-based XSCE school servers, to download and automatically install recent security updates, if you have a reasonably fast connection, and are willing to take risks with certain packages breaking.
  • if you notice Wikipedia-like item are no longer accessible from http://schoolserver.lan, try running the following as root:
 xsce-make-kiwix-lib
 systemctl restart kiwix-serve
  • if ownCloud updates itself, users visiting http://schoolserver.lan/owncloud may face error message "You don't have permission to access /owncloud on this server." Fix guideline forthcoming.