Chủ Nhật, 22 tháng 3, 2015

Fix lỗi ko bắn được luồng multicast 224.0.0.1

Vấn đề: gặp lỗi như shit :(

- Dùng vlc trên window server, capture card Osprey 460 bắn luồng multicast thì bị lỗi

VD: 224.0.0.1:8100

Nguyên nhân: do server có nhiều card mạng ENABLED nhưng lại ko cắm dây nên ko biết đi theo đường route nào

Giải pháp: show danh sách interface rồi off các cái ko cần thiết đi



netsh interface ip show joins
netsh interface set interface "Interface Area Connection" admin=DISABLED

Thứ Năm, 19 tháng 3, 2015

Danh bạ

Taxi nội bài: http://www.taxisanbay.com.vn


Địa điểm du lịch: http://afamily.vn/xem-an-choi/du-lich-philippines-tu-tuc-5-ngay-gia-duoi-6-trieu-20150321014438186.chn

How to install ELK (Elasticsearch, Logstash, and Kibana) on Ubuntu: https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-4-on-ubuntu-14-04

How To Map User Location with GeoIP and ELK: https://www.digitalocean.com/community/tutorials/how-to-map-user-location-with-geoip-and-elk-elasticsearch-logstash-and-kibana

Angularjs by Google:
https://angularjs.org/

Personal finance
http://kinhtetaichinh.blogspot.com/2015/04/personal-finance.html

Diễn thuyết
http://tedvn.com

Thứ Ba, 17 tháng 3, 2015

Fix lỗi MySQL 1366 insert ''

bindir/mysqld_safe --sql-mode="NO_ENGINE_SUBSTITUTION" --datadir="$datadir" --pid-file="$mysqld_pid_file_path" $other_args >/dev/null 2>&1 &