Difference between revisions of "Debian"

From ZoneMinder Wiki
Jump to navigationJump to search
(One intermediate revision by one other user not shown)
Line 2: Line 2:


==Installation Guides==
==Installation Guides==
*[[Debian 9 64-bit with Zoneminder 1.30.0 the Easy Way]]


*[[Debian 8 64-bit with Zoneminder 1.29.0 the Easy Way]]
*[[Debian 8 64-bit with Zoneminder 1.29.0 the Easy Way]]


*[[Debian 8.1 64-bit with Zoneminder 1.28.1 the Easy Way]](Obsolete Feb 2016)
*[[Debian 8.1 64-bit with Zoneminder 1.28.1 the Easy Way]](Obsolete Feb 2016)
== Additional Notes ==
http://www.zoneminder.com/forums/viewtopic.php?t=6261
<nowiki>Insert non-formatted text here</nowiki>
With a large number of cameras (or just a few HD cameras) you may also need to increase the size of /run (tmpfs). Editing /etc/sysctl.conf is no longer enough.
The easiest way to do this is to add the following line to /etc/fstab (where 50% is the size of /run in regards to your physical memory)
    tmpfs /run tmpfs nodev,nosuid,size=50%,mode=755 0 0

Revision as of 13:27, 19 January 2017

Debian GNU/Linux is a free operating system with a focus on stability. It's based on a sophisticated package management system that lets you choose from three releases of varying stability. The software packages included in the stable release have been tested thoroughly and are ideal for a server environment, whereas testing and unstable releases have more recent versions of software which usually contain some bugs. Ironically, Debian's unstable release is often more stable than many other distributions' final releases.

Installation Guides