Time | Name | Message |
---|---|---|
2:19:24 | Gff Y. | ๆปใใพใใ |
2:19:32 | Asht R. | ใฏใใ๏ฝ๏ฝ๏ฝ๏ฝ๏ฝ๏ฝ |
2:19:35 | Tsubasa T. | ใใใผ |
2:19:36 | Rick B. | Rick B.ใฏ็ดณๅฃซใฎ่ใ่ธใฃใใ |
2:19:37 | Shizuku A. | ใใใใใผ๏ผ๏ผ |
2:19:40 | Nonchi N. | ใใใใใใ |
2:19:40 | Vanilla F. | ใใใใผ |
2:19:41 | Dice M. | ใใใใใงใใผ |
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
HOME=/root | |
OLDPWD=/root | |
LOGNAME=root | |
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | |
SHELL=/bin/sh | |
PWD=/ |
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 | |
BACKUP="/path/backup" | |
SNAPSHOT=$(date +%Y/%m/%d-%H:%M:%S) | |
mkdir -p "${BACKUP}/${SNAPSHOT}" | |
rsync -avz --delete --link-dest="${BACKUP}/latest" remote:/path/to/sync "${BACKUP_DIR}/${SNAPSHOT}" | |
ln -n -f -s "${BACKUP}/${SNAPSHOT}" "${BACKUP}/latest"" |
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 | |
install_path="${HOME}" | |
temp="$(mktemp -d)" | |
current=$(cd $(dirname $0);pwd) | |
cd ${temp} | |
wget "http://www.misuzilla.org/~mayuki/dist/twitterircgateway/TwitterIrcGateway-20100513.zip" | |
wget "http://www.misuzilla.org/~mayuki/dist/twitterircgateway/TwitterIrcGatewayCore.dll-20130405" | |
wget "http://www.misuzilla.org/~mayuki/dist/twitterircgateway/addins/Misuzilla.Applications.TwitterIrcGateway.AddIns.RevealOnewayFollowAddIn.dll-20130305" | |
wget "http://mashiro.org/dev/tig/bind/Spica.Applications.TwitterIrcGateway.AddIns.Bind.dll.201301315" |
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
/alliance :::::::::::::::::::::: : : : : : ::. | |
/alliance ::::::::::::::::::: : : : : : :_,__-โ - | |
/alliance :::::::::::::: : : : : : ,๏ฝจๅฝกไบโ | |
/alliance :::::::::::: __ : : : :ไปๅฝกไบ๏พ | |
/alliance :::::::::: .๏ผผ๏ฝ ' ๏ผไธไบ๏พ ,_,x=๏ฝง'๏ฝค ., | |
/alliance :::::::: : : : .๏ผผใฝใ `ไธ๏พใใ ใ ใพ | |
/alliance :::: : : : : : :_,ๅฟ๏ฝค__ ไธไบ, ใฝใ ๏ผ -z' | |
/alliance :: : : : : ๏ผใ ๅท ๏พๅฝกไธ๏พ ใ ใค'ใผ -๏พ | |
/alliance :::: : : ๏ฝฒใใ๏ฝ !|/ _ๅฝกๅฝก๏ฝฟไปไบบใ ๏พ | |
/alliance ไธไบ๏พใใใ๏พ๏พใใ"ๅฝกใฝ๏พๅท |๏ฝ l | |
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
FROM openjdk:8-jre-alpine | |
ENV user rundeck | |
ENV group rundeck | |
RUN apk --update add ca-certificates curl && \ | |
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* | |
RUN mkdir -p /opt && \ | |
addgroup -g 1000 ${group} && \ |
OlderNewer