본문 바로가기

전체 글213

phantomjs / casperjs phantomjs / casperjs 설치 1. phantomjs 설치 https://bitbucket.org/ariya/phantomjs/downloads 32bit wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-i686.tar.bz2 64bit wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 tar -xvf phantomjs-1.9.7-linux-i686.tar.bz2 ln -sf `pwd`/bin/phantomjs /usr/local/bin/phantomjs CentOS yum -y upgrade yu.. 2020. 4. 21.
raspberry pi / ssh ssh설정파일 /etc/ssh/sshd_config 아래항목을 추가 ClientAliveInterval 600 - 서버에서 클라이언트의 데이터의 수신이 없을시 살아있는지 확인 신호를 보내는 간격 ClientAliveCountMax 5 - 확인신호를 지정된 횟수만큼 보내고 응답이 없으면 세션을 종료 root@raspberrypi:~# root@raspberrypi:~# echo "ClientAliveInterval 600" >> /etc/ssh/sshd_config root@raspberrypi:~# echo "ClientAliveCountMax 5" >> /etc/ssh/sshd_config root@raspberrypi:~# /etc/init.d/ssh restart [ ok ] Restarting O.. 2020. 4. 21.
raspberry pi / 고정IP root@raspberrypi:~# ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:7a:98:83 inet addr:192.168.25.19 Bcast:192.168.25.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:209 errors:0 dropped:0 overruns:0 frame:0 TX packets:184 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:22930 (22.3 KiB) TX bytes:23342 (22.7 KiB) lo Link encap:Loc.. 2020. 4. 21.
nilas / APIS FOR EMAIL, CONTACTS, AND CALENDAR https://www.nilas.com Nilas Sync Engine APIS FOR EMAIL, CONTACTS, AND CALENDAR 2020. 4. 21.
openshift / crontab rhc app create cht php-5.3 rhc cartridge add cron -a cht rhc ssh cht cd ~/app-root/runtime/repo/.openshift/cron/minutely/ cat >ticktock #!/bin/bash date >> ${OPENSHIFT_PHP_LOG_DIR}/ticktock.log chmod +x ticktock echo ${OPENSHIFT_PHP_LOG_DIR} [cht-0102734.rhcloud.com logs]\> echo ${OPENSHIFT_PHP_LOG_DIR} /var/lib/openshift/551c24a7e0b8cd86a3000162/app-root/logs/ [cht-0102734.rhcloud.com logs]\> r.. 2020. 4. 21.
rhc client 1. rhc client rhc setup rhc ssh - rhc multiple accunt rhc setup -l username1 rhc app create rhc account logout rhc setup -l username2 rhc app-show ==> git URL SSH URL rhc setup rhc account rhc domain-show rhc app-show -v Show information about your application including usernames and passwords for databases. The -v makes it verbose and is optional rhc app start Starts an application rhc app stop.. 2020. 4. 21.
openshift / SuiteCRM / opensource CRM opensource CRM rhc app create suitecrm php-5.3 mysql-5.1 --from-code=https://github.com/latinojoel/suitecrm-openshift-quickstart/ http://suitecrm-네임스페이스.rhcloud.com 기본 접속 ID/PW admin/admin 2020. 4. 21.
openshift / wordpress backup wordpress backup plugin UpdraftPlus Backup/Restore 2020. 4. 21.
안정적인서비스운영 안정적인 서비스 운영 http://www.slideshare.net/cybaek/201308-25737111 2020. 4. 21.
반응형