How to install PELCO Digital Sentry (DSNVS) on windows server 2012
PELCO DS-NVs is a free 4-channel video recorder software
1. Assign a static IP address
Open server manager and select "Configure this local server"
and select "IPv4 address assigned by DHCP"
Unknown Blog
Tuesday, February 4, 2014
Wednesday, January 8, 2014
Fix IP address to Raspberry pi
Tips : Fix IP address to Raspberry pi
1. View your existing ip address (if you connect to DHCP server devices)
for example
Ip address : 192.168.1.101
Subnet mark : 255.255.255.0
1. View your existing ip address (if you connect to DHCP server devices)
ifconfig eth0
2. View your gateway ip address (if you connect to DHCP server devices)route -n
3. Note your ip address and gateway ip addressfor example
Ip address : 192.168.1.101
Subnet mark : 255.255.255.0
Saturday, January 4, 2014
Raspberry Pi web server
Raspberry Pi Web Server
You need some hardware following.
Install Raspbian to SD card
You need some hardware following.
- Raspberry Pi Model B 512MB version (recommended)
- 16GB SD Card
- Power adapter for Raspberry Pi (output : 5V 1A or greater highly recommended)
- TV (Full HD recommended)
- HDMI cable
- Computer with a SD card reader
- Wifi router
- Ethernet cable
Sunday, December 22, 2013
Connect ODBC to MySQL on Ubuntu Server 12.04.3 LTS
Connect ODBC to MySQL on Ubuntu Server 12.04.3 LTS
Sometime the application is connect to MySQL server is not only web application, it is windows native application.
1. Install LAMP and PhpMyAdmin on Ubuntu server
Sometime the application is connect to MySQL server is not only web application, it is windows native application.
1. Install LAMP and PhpMyAdmin on Ubuntu server
- Install LAMP Stack (Linux,Apache, Mysql, PHP) with command below:
sudo apt-get install lamp-server^
- Install PHP5 (Some applications require other PHP5 mods) with command:
sudo apt-get install php5 php5-gd php5-mysql php5-curl php5-cli php5-cgi php5-dev
- Install phpmyadmin
Friday, December 20, 2013
How to install Xbian on Raspberry Pi
How to install Xbian on Raspberry Pi
You need somes hardware following.
- Raspberry Pi Model B 512MB version (recommended)
- Power adapter for Raspberry Pi (output : 5V 1A or greater highly recommended)
- Some media source (USB flash drive/disk, network share)
- Smartphone (iOS or android)
- TV (Full HD recommended)
- HDMI cable
- Computer with a SD card reader (and use as network share)
- Wifi router
- Ethernet cable or wifi dongle for raspberry pi
Note: Recommend using a self powered devices or connect through powered USB Hub for USB external hard disk

Subscribe to:
Posts (Atom)