This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # document_root/pmp/.htaccess | |
| # NG | |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteRule ^/pmp(.*)$ http://pmp.nemf.quickboy.com/$1 [R=301,L] | |
| </IfModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 80; | |
| server_name nemf.quickboy.com; | |
| root /usr/share/nginx/html; | |
| location / { | |
| # static files | |
| if (-f $request_filename) { | |
| break; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 111c111 | |
| < #logo, #logo a { position:relative;font:bold 55px/55px "Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;float:left; margin-right:10px; letter-spacing:-3px;} | |
| --- | |
| > #logo, #logo a { position:relative;font:bold 33px/33px "Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;float:left; margin-right:10px; letter-spacing:-3px;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2633c2633 | |
| < $input['evl_space_1'] = wp_filter_post_kses( $input['evl_space_1'] ); | |
| --- | |
| > //$input['evl_space_1'] = wp_filter_post_kses( $input['evl_space_1'] ); | |
| 2635c2635 | |
| < $input['evl_space_2'] = wp_filter_post_kses( $input['evl_space_2'] ); | |
| --- | |
| > //$input['evl_space_2'] = wp_filter_post_kses( $input['evl_space_2'] ); | |
| 2637c2637 | |
| < $input['evl_space_3'] = wp_filter_post_kses( $input['evl_space_3'] ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Dashboard から管理したい git レポジトリの path を指定します。 | |
| // pub: true -> 認証なしでみれる | |
| // pub: false -> 認証ないとみれない | |
| // | |
| exports.folders = [ | |
| { type: 'git', name: 'Public GIT folder', path: '/home/nexus/Desktop/play/SparkleDashboard-x/repos/g1', pub: true }, | |
| { type: 'git', name: 'Private GIT folder', path: '/home/nexus/Desktop/play/SparkleDashboard-x/repos/g2', pub: false } | |
| ]; | |
| // Listen する IP, Port の指定 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| install | |
| url --url http://ftp.iij.ad.jp/pub/linux/centos/6.3/os/x86_64/ | |
| # if you use proxy | |
| # url --url http://ftp.iij.ad.jp/pub/linux/centos/6.3/os/x86_64/ --proxy http://proxy-ip:8080/ | |
| lang en_US.UTF-8 | |
| keyboard us | |
| network --bootproto=dhcp | |
| rootpw password | |
| firewall --disabled | |
| authconfig --enableshadow --passalgo=sha512 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!ipxe | |
| imgfree | |
| chain http://${next-server}/switch-pxe.php?serial=${serial:uristring} || shell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vbell off | |
| autodetach on | |
| defscrollback 9999 | |
| caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= %c" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| guest account = nobody | |
| map to guest = bad user | |
| [tftpboot] | |
| browsable = yes | |
| path = /tftpboot | |
| public = yes | |
| writable = yes | |
| guest ok = yes |
OlderNewer