- Create a private key:
openssl genrsa 2048 > private-key.pem- Create a Certificate Signing Request (CSR):
| .gem-button.gem-button-style-outline { | |
| text-transform: inherit; | |
| } | |
| .portfolio-icons{ | |
| display:none; | |
| } | |
| .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .title{ | |
| font-family:"Nimrod W01"; |
| package main | |
| import "fmt" | |
| import "os" | |
| import "log" | |
| import "bytes" | |
| import "strings" | |
| import "time" | |
| import "compress/gzip" | |
| import "encoding/base64" |
| <script type='text/javascript'> | |
| jQuery(document).ready(function(jQuery) { | |
| jQuery(".scroll").click(function(event){ | |
| event.preventDefault(); | |
| jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500); | |
| }); | |
| }); | |
| jQuery(document).scroll(function() { | |
| if(jQuery(window).scrollTop() >= 100){ |
Input files for domain mydomain.es
-rw-r--r-- 1 www-data www-data 1,5K 2014-07-09 18:26 AddTrustExternalCARoot.crt
-rw-r--r-- 1 www-data www-data 2,0K 2014-07-09 18:26 COMODORSAAddTrustCA.crt
-rw-r--r-- 1 www-data www-data 2,2K 2014-07-09 18:26 COMODORSADomainValidationSecureServerCA.crt
-rw-r--r-- 1 www-data www-data 1,9K 2014-07-09 18:26 mydomain_es.crt
-rw-r--r-- 1 www-data www-data 1,1K 2014-07-09 17:48 mydomain_es.csr
-rw-r--r-- 1 www-data www-data 1,7K 2014-07-09 17:48 mydomain_es.key
ReasonableFramework v1.6.2 ๊ธฐ์ค https://github.com/gnh1201/reasonableframework
ReasonableFramework ์ค์น (v1.6.2)
์๋น ์ค(Zabbix) ์ ์ ์ ๋ณด ์ค์ (ํ์ผ: /stroage/config/3rdparty.ini.php)
zabbix_host=[127.0.0.1]
zabbix_username=[username]
zabbix_password=[username]
| // requirement: https://github.com/gnh1201/welsonjs | |
| var WINLIBS = require("lib/winlibs"); | |
| WINLIBS.loadLibrary("url").call("FileProtocolHandler", [ | |
| "https://google.com" | |
| ]); |
| //////////////////////////////////////////////////////////////////////// | |
| // | |
| // GTKServer API | |
| // | |
| // * Breif: GTK GUI Programming with WSH (Windows Scripting Host) | |
| // * Author: Go Namhyeon <[email protected]> | |
| // * Project site: https://github.com/gnh1201/welsonjs | |
| // | |
| //////////////////////////////////////////////////////////////////////// | |
| var SHELL = require("lib/shell"); |
| //////////////////////////////////////////////////////////////////////// | |
| // HTTP API | |
| // https://github.com/gnh1201/welsonjs | |
| //////////////////////////////////////////////////////////////////////// | |
| //var WINSOCK = require("lib/winsock"); | |
| var HTTPObject = function() { | |
| this.interface = null; | |
| this.contentType = "application/octet-stream"; |