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
# Allow only CloudFlare | |
for cf in $(curl https://www.cloudflare.com/ips-v4); do | |
echo -e "-> Adding CloudFlare IPs: $cf" | |
iptables -A INPUT -p tcp -m multiport --dports 80,443 -s "$cf" -j ACCEPT | |
done |
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
# Basic setting | |
set -g default-shell /bin/zsh | |
set -g history-limit 10000 | |
set -g status-interval 1 | |
set -g default-terminal screen-256color | |
set -sg escape-time 1 | |
set -g renumber-windows off | |
# Change prefix-key | |
set -g prefix C-space |
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
package net.synchthia.caitsithcore; | |
import org.bukkit.plugin.java.JavaPlugin; | |
public class CaitSithCore extends JavaPlugin { | |
@Override | |
public void onEnable() { | |
System.out.println("Enabled"); | |
} |
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
Test |
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
#!/bin/bash | |
CMDNAME=`basename $0` | |
while getopts p:r:l OPT | |
do | |
case $OPT in | |
"p" ) FLG_ADD="TRUE" ; VALUE_ADD="$OPTARG" ;; | |
"r" ) FLG_REM="TRUE" ; VALUE_REM="$OPTARG" ;; | |
"l" ) FLG_LIST="TRUE" ;; |
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
読み込んだプラグイン:langpacks, refresh-packagekit | |
依存性の解決をしています | |
--> トランザクションの確認を実行しています。 | |
---> パッケージ bash.x86_64 0:4.2.47-4.fc20 を 削除 | |
--> 依存性の処理をしています: /bin/bash のパッケージ: oddjob-0.31.5-1.fc20.x86_64 | |
--> 依存性の処理をしています: /bin/bash のパッケージ: policycoreutils-2.2.5-4.fc20.x86_64 | |
--> 依存性の処理をしています: /bin/bash のパッケージ: redhat-lsb-core-4.1-21.1.fc20.x86_64 | |
--> 依存性の処理をしています: /bin/bash のパッケージ: openssh-server-6.4p1-5.fc20.x86_64 | |
--> 依存性の処理をしています: /bin/bash のパッケージ: vsftpd-3.0.2-6.fc20.x86_64 | |
--> 依存性の処理をしています: /bin/bash のパッケージ: redhat-rpm-config-9.1.0-54.fc20.noarch |
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
if test "$UID" = 0; then | |
PS1="[${USER}@${HOSTNAME} \W]\# " | |
else | |
PS1="[${USER}@${HOSTNAME} \W]\$ " | |
fi | |
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
(๑′ᴗ'๑)プァァァァーーーーン!!!!! (▰˘◡˘▰)。oO( ダメーレチトーン ) ( '◕‿◕)ビチョチョチョチョチョ…… | |
(▰˘◡˘▰)。oO( プネバレチトーン ) ヽ(*゚ω。)ノピロピロピロピロ…… ( ^_^)/□☆□\(^-^ )(タッドドタッド) | |
(▰˘◡˘▰)ドゥーナバーガアベナチーレチドン ンメスウェドッフローダメラベメサニチ レメテツァマチダンユールネバレチトーン。oO( ( ˘⊖˘)ボボボボボ ( ´◔ ‸◔`)ボンファイア!!! ) | |
(▰˘◡˘▰)ノ゙ッ!!! ドゥーナバーガアベナチーレチドン ンメスウェドッフローダメラベメサニチ レメテツァマチダンユールネバレチトーン。oO( ( ˘⊖˘)ボボボボボ ( ´◔ ‸◔`)ボンファイア!!! ) | |
(*_*)デュー…(チャチャッ チャ) (チャチャッチャ) (*_*)デュー(*_*)デュー…(チャチャッ チャ) (チャチャッチャ) | |
(*_*)デューデューデケデケデューデューデケデケデューデューデケデケデューデューデケデケ… | |
(;_;) デッデケデッケデケデケデッデケデッケデケデケデッデケデッケデケデケ!!! | |
( ˘⊖˘)ボボボボボボボ | |
_人人人人人人人人人人人人_ | |
> ( ´◔ ‸◔`)ボンファイヤ!!! < |
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
msgid "" | |
msgstr "" | |
"Project-Id-Version: Salient\n" | |
"POT-Creation-Date: 2013-09-29 12:30-0500\n" | |
"PO-Revision-Date: 2013-09-29 12:30-0500\n" | |
"Last-Translator: \n" | |
"Language-Team: ThemeNectar <[email protected]>\n" | |
"Language: English\n" | |
"MIME-Version: 1.0\n" | |
"Content-Type: text/plain; charset=UTF-8\n" |
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
name: Towny | |
version: 0.21 | |
language: english | |
author: ElgarL | |
website: 'http://code.google.com/a/eclipselabs.org/p/towny/' | |
description: > | |
Language file for all game messages. Do not alter this file. | |
If you wish to change any of the entries, make a copy named something else. | |
Alternate language files can be enabled by altering the | |
[language] entry in config.yml |