頂級的linux攝像保安及監視解決方案。在這個文件中,我將涵蓋如何獲得zoneminder和運行Ubuntu6.06.1補助或德雷克只好隨著最近更新。
監視系統,在這裡采用4路閉路電視,采用硬件設備到一個單一kodicom kmc - 8800采集卡,此外,我也用紅外線主導的,所以我的相機可以看到在黑暗(老實說,我升技害怕看看) 。 zoneminder還沒有做好知識產權相機,可惜卻相當昂貴,在我世界的一部分,因此4路攝影機將打擊我的預算。
在建立這樣的制度之一,必須認識到,它會存儲餓,所以lvm的分割計劃,將是明智的預期增長的系統。
第一.配置IP地址:
#cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.202
netmask 255.255.255.0
gateway 192.168.1.1
#cat /etc/hosts | grep cctv
192.168.1.202 cctv.bigwisu.com cctv
Then we edit the /etc/apt/source.list to include mulitverse and universe repositories.
#deb
http://id.archive.ubuntu.com/ubuntu/ dapper main restricted multiverse universe
第二:更新操作系統
#sudo apt-get update
#sudo apt-get upgrade