Acme Editor for Windows

먼저 상기의 화면이 Acme 에디터이다!! 사전에 설명할것이 너무나 많은 에디터중 하나이며, 필자가 가장 좋아하는(?) 에디터이기도 하다. 데니스리치, 켄톰슨, 롭

Setup Blog with Hugo with Github Pages

Github에서 제공하는 Pages기능을 이용해서, 블로그를 무료(??)로 이용하는 방법에 대해서 설명합니다. 최초 설치 github.com 에서 컨텐츠를 생성할 계정을 생

Snorkel Embedded Webserver with C Language

Snorkel Embedded Web Compile on x64 Linux Snorkel Library는 32bit 이므로, 필수 라이브러리 설치 yum install glibc.i686 glibc-devel.i686 libzip.i686 libzip-devel.i686 gcc -m32 -lsnorkel32 -lrt -lm -lnsl -lpthread src.c 로 컴파일!! Snorkel Example #include <stdio.h> #include <stdlib.h> #include <snorkel.h> void syntax(char *pszProg) { fprintf(stderr, "Syntax Error:\n"); fprintf(stderr, "%s [-i <index_file_directory>] [-p

Install BMC Control-M on Redhat Enterprise Linux

Install BMC Control-M Minimal 설치(개발툴 모두 설치: 추가적으로 Java Developement는 설치) /etc/hosts 파일 생성(반드시!!) groupadd dba useradd -g dba -s /bin/csh ctmuser useradd -g dba -s /bin/csh emuser chmod 755 /home/ctmuser chmod 755 /home/emuser /BMC/setup.sh

Running HUGO Server with GitHub

HUGO Server Mode Start & Option cd /root/Hugo/xenostream nohup hugo server --baseURL=http://192.168.0.10/ --port=8088 --bind=192.168.0.10 & (192.168.0.10서버에서 실행중이며, 포트는 8088로 실행하며 기본 URL은 http://192.168.0.10/ 작동) HUGO Post Add /xenostream/contents/post 디렉토리에서