http://truefeel.tistory.com/224 메신저 검열로 ‘텔레그램(Telegram)’ 광풍이 불고 있다. 개인적으로 카톡을 자주 사용하지 않아, 텔레그램이 절실(?)하게 필요하지 않다. 하지만 텔레그램을 사용해야할 이유가 생겼다. 텔레그램이 서버에서 사용할 수 있는 CLI를 제공하고 있고, lua나 pyth…
- Category Archives 비공개
-
-
Install Telegram-cli on Centos7
1. lua package install yum -y install lua-devel openssl-devel libconfig-devel readline-devel libevent-devel 1. git clone git clone –recursive https://github.com/vysheng/tg.git telegram 2. config…
-
NGINX :: Resolving "403 Forbidden" error
http://nginxlibrary.com/403-forbidden-error/ JAN 9TH, 2012 403 Forbidden errors are Nginx’s way of telling “You have requested for a resource but we cannot give it to you.” 403 Forbidden is technicall…
-
Setup mail server on centos 7
This article helps you to install and configure basic mail server on Centos 7. Here i have used Postfix for SMTP, Dovecot for POP/IMAP and Dovecot SASL for SMTP AUTH. Before proceeding please make sur…
-
Installing Taiga on CentOS (x64)
Dependencies … yum update -y yum groupinstall “Development Tools” -y yum install libxslt-devel libxml2-devel libXt-devel curl git tmux -y Installing PostgreSQL … TAIGA_POSTGRES_BD =…
-
Bugzilla 설치시 compiler error ( Lib, Module 없다는.. 오류 )
-lz 오류는 yum -y install zlib-devel -lssl 오류는 yum -y install openssl-devel –lcrypto 오류는 yum install -y openssl-devel
-
Bugzilla install 할때 Perl DateTime::TimeZone가 설치 안될때.
Perl DateTime::TimeZone 가 죽어도 설치 안될때 해결 방법 9down vote I was having the same problem when upgrading. The DateTime::TimeZone module appeared to be installed but the Bugzilla checksetup.pl script…
-
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…
-
http://naver.github.io/arcus/
http://naver.github.io/arcus/ ZooKeeper를 기반으로 하는 네이버 서비스들의 요구사항들을 반영해 개발한 메모리 캐시 클라우드 라고 함.
-
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…