http://bcho.tistory.com/864 MQTT 스터디 노트 스터디 노트 – IBM에서 만듬 – FB 메신져가 이걸 사용. 국내 통신사 PUSH 서버도 이걸 사용함 – 일단 FB가 쓰니, 동남아권 Telco에서 패킷 걸리는 문제는 없을듯 – Qos 0,1,2로 해서, 2 의 경우 messag…
- Category Archives 참고를 위한 저장물
-
-
install bugzilla with nginx on centos7
Set the Hostname Before you begin installing and configuring the components described in this guide, please make sure you’ve followed our instructions for setting your hostname. Issue the following co…
-
Install and configure Nginx, MariaDB & PHP-FPM in CentOS 7 (RHEL7)
https://stavrovski.net/blog/install-and-configure-nginx-mariadb-php-fpm-in-centos-7-rhel7 The following is a quick-N-dirty write-up on how to install and configure the LEMP stack (Nginx, MariaD…
-
vsftpd on Centos server 530 login incorrect error – fixed
The settings for disabling anonymous login and allowing local users where set in /etc/vsftpd.conf. anonymous_enable=NOlocal_enable=YESwrite_enable=YES But the ftp server still refused to let me login…
-
Repair a broken Ext4 Superblock in Ubuntu
This has happened to me a few times, and it’s not a nice problem to find yourself in. You computer won’t boot, all your filesystem checks tell you you’ve a bad superblock, but you cant seem to find ho…
-
Linux: Recover Corrupted Partition From A Bad Superblock
Q. How can I Recover a bad superblock from a corrupted ext3 partition to get back my data? I’m getting following error: /dev/sda2: Input/output error mount: /dev/sda2: can’t read superbloc…
-
NGINX: SELinux Changes when Upgrading to RHEL 6.6 / CentOS 6.6
If you upgrade a running system to Red Hat Enterprise Linux (RHEL) 6.6 or CentOS 6.6, the Security Enhanced Linux (SELinux) security permissions that apply to NGINX are relabelled to a much stricter p…
-
[펌]45 Useful JavaScript Tips, Tricks and Best Practices
http://modernweb.com/2013/12/23/45-useful-javascript-tips-tricks-and-best-practices/ 45 Useful JavaScript Tips, Tricks and Best Practices By Saad Mousliki As you know, JavaScript is the number…
-
[펌]Maven을 넘어 Gradle로 가자.
http://kwon37xi.egloos.com/4747016 Maven을 써 본 사람들은 대부분 느끼리라 생각하지만 매우 경직돼 있고 그로인해 무언가 Maven이 기본 지원하지 않는 빌드 과정을 추가해야 할 경우 고생이 이만 저만이 아니다. 이에, 요즘 Maven 대한 대안이 많이 나오고 있으며 그 중 가장 돋보이는 것이 Gradle(Groo…
-
[펌]Java 에서 DataBase Replication Master/Slave (write/read) 분기 처리하기
http://kwon37xi.egloos.com/ 대규모 서비스 개발시에 가장 기본적으로 하는 튜닝은 바로 데이터베이스에서 Write와 Read DB를 Replication(리플리케이션)하고 쓰기 작업은 Master(Write)로 보내고 읽기 작업은 Slave(Read)로 보내어 부하를 분산 시키는 것이다. 특히 대부분의 서비스는 읽기가 압도적으로 많기 때…