BitMeter OS is a free, open-source, bandwidth monitor that works on Windows, Linux and Mac OSX. BitMeter OS keeps track of how much you use your internet/network connection, and allows you to view this information either via a web browser, or by using the command line tools. BitMeter OS – installation and configuration. …
Category: Network
Oct 20
How to install and configure ZoneMinder – Linux CCTV – Debian
DVR Card spec. Single Channel Frame Rate: PAL – 25fps, NTSC – 30fps, Display Resolution: PAL – 704×576, NTSC – 720×480, Digital Video Card m@cro-video.com model NV7008-N – chipset Philips SAA7134/SAA7135HL Overview of PCI equipment. Simple test to be sure the card is supported. sudo lspci … 05:01.0 Multimedia controller: Philips Semiconductors SAA7134/SAA7135HL Video Broadcast …
Oct 14
How to install and configure own Firefox Sync Server – Weave – Debian.
1. Install some needed dependencies.. sudo apt-get install python-dev mercurial python-virtualenv libapache2-mod-wsgi sudo apt-get install libmysqlclient-dev php5-sqlite python make mercurial sqlite3 2. Create User and Group for fsync – Firefox Sync – Weave. Create user fsync: home – /opt/fsync, no password, no login. sudo useradd -d /opt/fsync -m fsync sudo adduser www-data fsync 3. …
Oct 01
How to Install and Configure Squid Proxy Server, ClamAV, SquidClamav, C-ICAP Server – Debian – Linux.
Example: Networ Configuration: Internal newtork: 192.168.0.0/24 eth1 Internal address IP: 192.168.0.1 eth1 Squid (3.1) non-SSL Server WWW required. 1. Install some needed dependencies. sudo apt-get install gcc make curl libcurl4-gnutls-dev 2. Install and Configure Squid Proxy Server. sudo apt-get install squid3 calamaris Edit configfile /etc/squid3/squid.conf. sudo nano /etc/squid3/squid.conf Make sure the …
Oct 01
How to block countries using iptables – Debian
1. Install some needed iptables-geoip dependencies . sudo apt-get install libtext-csv-xs-perl module-assistant geoip-database libgeoip1 2. Install modules xtables-addons. For Debian 6 Squeeze and Debian 7 Wheezy: sudo module-assistant –verbose –text-mode auto-install xtables-addons For Debian 8 Jessie: apt-get install libtext-csv-xs-perl xtables-addons-common 3. Download and install database geoip (maxmind). sudo mkdir /usr/share/xt_geoip cd /usr/share/xt_geoip sudo wget http://terminal28.com/wp-content/uploads/2013/10/geoip-dl-build.tar.gz …
Sep 30
How to Install and Configure: ruTorrent, rTorrent, Libtorrent, XMLRPC, Screen (Debian 7 Wheezy)
Add your username to /etc/sudoers. su root password. nano /etc/sudoers Example: john ALL=(ALL) ALL 1. Create new user “rtorrent”. sudo adduser –home /opt/rtorrent rtorrent 2. Update Everything and install some needed dependencies. sudo apt-get update sudo apt-get upgrade sudo apt-get install subversion build-essential automake libtool libcppunit-dev libcurl3-dev sudo apt-get install libsigc++-2.0-dev libcppunit-dev …