Jump to...
redirecting...

Log for SITCON BOT Testpool

Z Z
因為你的電腦大概絕對不是 linux 4.3+
連 ubuntu 16都才到4.2而已啊
那不加了w
Linux Kernel可以重編譯沒錯(?
Ingress Intel bot?
記得之前有
@IntelSkyBot
@YamiOdymel vultr難用喔
我覺得蠻卡的
但是 Hiram 好像沒這些問題?
我是覺得比較不穩定
難用是不會
你是選到哪裡去了...
NYC
我記得他是選JP啊
JPY 也沒有很快
對我來說,DigitalOcean 雖然常常節點維修
@YamiOdymel 那去用OVH(?
想用用看說w
但是網路還是有穩一點
矮額,我只在 DDOS 選單上看過 OVH
OVH延遲高就是惹
Vultr 有 Block Storage
DigitalOcean 應該也快公開了
DDOS 選單裡面有專門攻擊 OVH 的
因為OVH標榜所有服務都防DDoS阿.-.
所以大家才喜歡攻擊 ovh 嗎
不然呢
他只防L4的DDoS
OVH的VPS也可以加硬碟吧
我之前測試松鼠租的效能還不錯,然後網路就和網頁上寫的一樣100M/100M
穩定就不知道惹
乾 我的美國隊長3 是中文發音 ._.
RIP
然後我錯群惹 www
所以 DDoS OVH 是有什麼特點嗎?
不曉得
可能就是很多人都 OVH
然後就被納入特色清單了
/js console.log(test)
/js console.log(test)
/js console.log(test)
/js console.log('test')
/bash echo test
/java public class Main { public static void main(String[] args) { System.out.println(\"Hello, World!\"); } }
same
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/bash curl example.com
/java public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/java public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } }
same
/java package tw.oktw; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import static java.lang.System.out; public class Main { public static void main(String[] args) { Path oszDir = Paths.get(args[0]); try { Files.newDirectoryStream(oszDir).forEach(path -> { if (path.getFileName().toString().matches("\\d+\\.osz")) { String oszFileName = path.getFileName().toString(); int beatmapId = Integer.parseInt(oszFileName.replaceAll("\\D.*", "")); String url = "https://osu.ppy.sh/api/get_beatmaps?k=f4479181523b2c437d09775b546fdab8cae58c4e&s=" + beatmapId; try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openConnection().getInputStream()))) { JSONObject json = new JSONArray(bufferedReader.readLine()).getJSONObject(0); String newFileName = String.format("%d %s - %s.osz", beatmapId, json.getString("artist"), json.getString("title")).replaceAll("[\\*\\\\/:\"|?]", "").replace("<", "[").replace(">", "]"); if (path.toFile().renameTo(Paths.get(oszDir.toString(), newFileName).toFile())) { out.printf("rename %s to %s%n", oszFileName, newFileName); } else { out.printf("rename %s fail!%n", oszFileName); } } catch (JSONException | IOException e) { e.printStackTrace(); } } }); } catch (IOException e) { e.printStackTrace(); } } }
same
same
same
e04,可以把這個踢掉嗎
一直samesamesame的
要踢哪隻
@tgbot
/java package tw.oktw; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import static java.lang.System.out; public class Main { public static void main(String[] args) { Path oszDir = Paths.get(args[0]); try { Files.newDirectoryStream(oszDir).forEach(path -> { if (path.getFileName().toString().matches("\\d+\\.osz")) { String oszFileName = path.getFileName().toString(); int beatmapId = Integer.parseInt(oszFileName.replaceAll("\\D.*", "")); String url = "https://osu.ppy.sh/api/get_beatmaps?k=f4479181523b2c437d09775b546fdab8cae58c4e&s=" + beatmapId; try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(new URL(url).openConnection().getInputStream()))) { JSONObject json = new JSONArray(bufferedReader.readLine()).getJSONObject(0); String newFileName = String.format("%d %s - %s.osz", beatmapId, json.getString("artist"), json.getString("title")).replaceAll("[\\*\\\\/:\"|?]", "").replace("<", "[").replace(">", "]"); if (path.toFile().renameTo(Paths.get(oszDir.toString(), newFileName).toFile())) { out.printf("rename %s to %s%n", oszFileName, newFileName); } else { out.printf("rename %s fail!%n", oszFileName); } } catch (JSONException | IOException e) { e.printStackTrace(); } } }); } catch (IOException e) { e.printStackTrace(); } } }
正常噴掉了,所有錯誤都有捕捉到
{"type":"status","text":"\"exit\""} 這個待會兒會被塞進 xxx is typing裡
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", this, "Test", "Hello WOrld"); } }
好吧,等你把輸出轉成看的懂得再玩
那本來就不是給人讀的格式
只是 ipc 用的
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", this, "Test", "Hello WOrld"); } }
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", this, "Test", "Hello WOrld"); } }
阿對,static不能用this .-.
終於看懂他在寫什麼惹
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000, "Test", "Hello WOrld"); } }
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000", "Test", "Hello WOrld"); } }
Workers 👨 are the main resource of your village. They grow crops 🍞, which you sell for gold coins 💰. You can get 👨 by inviting friends to the game. For each friend who has followed the link https://telegram.me/VillageGameBot?start=5e955798c4, you will get 1 worker 👨. You can either write or forward them the previous message 🔝.
MUD耶
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000", "Test", "Hello WOrld"); } }
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000", "Test", "Hello WOrld"); } }
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000", "Test", "Hello WOrld"); } }
000為什麼會在後面..
不知道stdout裡看也是在後面
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000", "Test", "Hello WOrld"); } }
/java public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000", "Test", "Hello WOrld"); } }
/c
/c++
/java_silent public class Main { public static void main(String[] args) { System.out.printf("%s %s %s", "000", "Test", "Hello WOrld"); } }
000到底為什麼會在後面
/c_silent #include <stdio.h> int main() { printf("Hello, World!"); return 0; }
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
我覺得真的需要buffer下stdout .-.
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/brainfuck_silent ,[.,]
/brainfuck_silent ,>++++++[<-------->-],,[<+>-],<.>.
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Brain Fuck 能用普通人腦 coding 嗎?
可阿
前提是你手邊要有ascii對照表
有人會內建啊...
我覺得我c9壞了,幹他媽把 .js 當可執行檔跑阿
/c #include <stdio.h> #include <conio.h> #include <malloc> int main(int argc, char** argv){ char* ptr; print("test"); while(true){ ptr = malloc(102400); print("s"); } getch(); return 0; }
我在debug中...
/c
好啊你沒conio
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/c #include <stdio.h> #include <conio> #include <malloc> int main(int argc, char** argv){ char* ptr; print("test"); while(true){ ptr = malloc(102400); print("s"); } getch(); return 0; }
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
/c #include <stdio.h> #include <malloc> int main(int argc, char** argv){ char* ptr; print("test"); while(true){ ptr = malloc(102400); print("s"); } return 0; }
吐血了,原來是錯字
/c #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; print("test"); while(true){ ptr = malloc(102400); print("s"); } return 0; }
怎麼感覺這個gcc那麼殘
單裝 build-essential 而已阿
其他啥都沒有
/c #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(102400); print("s"); } return 0; }
/c #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(102400); printf("s"); } return 0; }
50mb阿
但是沒限制swap
看起來不只
因為要線智要重開
跑看看java阿,論吃記憶體他最威了
/c #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(1024000); printf("s"); } return 0; }
/java public class Main { public static void main(String[] args) { while(true){ int i = 0; i++; } } }
不小心kill掉了
/java public class Main { public static void main(String[] args) { while(true){ int i = 0; i++; System.out.print(i); } } }
剛剛在清zombie container
/c #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(102400); printf("s"); } return 0; }
沒反應.-.
他是要換行才會輸出到TG嗎?
還沒推,還有樓上兩個,恭喜你成功把系統搞到沒有回應了
(遠望
其實感覺是我的C
我故意沒做Free
不是吧,他連輸出開始執行都沒有阿
0.5秒以內無其他輸入才送出buffer
其實應該是被swap搞死的
那大概是Java肥肥的(O
因為他會瘋狂寫硬碟
就沒有然好了
s/好/後
沒怎樣阿,就吃一堆記憶體而已
吃到OOM為止
理論上應該oom,但我根本沒limit swap
所以反而變成暴力寫硬碟...
我以前是直接swapoff
啊 我忘記加 fork();
……
fork沒用的
有擋fork bomb
我不會超過你pid limit阿
又不是要bomb
暴力reboot中
等等上去看有沒有重開成功 🌚
關機好久...我到底該不該fc啊?
\FullCombo/
\FullCombo/
關機程序 koru 掉了 .-.
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
.........
/brainfuck_silent ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
72 101 108 108 111 44 32 87 111 114 108 100
32 72 108 0 0 0 0 ++++++++[>+++++>+++++++++>++++++++++++<<<-] # 40 72 108 0 40 (72) 108 >> . # 72 0 40 72 (101) > - - - - - - - . # 101 0 40 72 (108) + + + + + + + . . # 108 108 0 40 72 (111) +++ . # 111 0 (44) 72 111 << ++++ . #44 0 (32) 72 111 ---- ---- ---- . #32 0 32 (87) 111 +++ +++ +++ +++ +++ . # 87 0 32 87 (111) > . # 111 0 32 87 (114) +++ . # 114 0 32 87 (108) -- -- -- . # 108 0 32 87 (100) -- -- -- -- . # 100
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>++++++++++++<<<-] # 40 72 108 0 40 (72) 108 >> . # 72 0 40 72 (101) > - - - - - - - . # 101 0 40 72 (108) + + + + + + + . . # 108 108 0 40 72 (111) +++ . # 111 0 (44) 72 111 << ++++ . #44 0 (32) 72 111 ---- ---- ---- . #32 0 32 (87) 111 +++ +++ +++ +++ +++ . # 87 0 32 87 (111) > . # 111 0 32 87 (114) +++ . # 114 0 32 87 (108) -- -- -- . # 108 0 32 87 (100) -- -- -- -- . # 100
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>++++++++++++<<<-] ! 40 72 108 0 40 (72) 108 >> . ! 72 0 40 72 (101) > - - - - - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100 0 (33) 87 100 << + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100 0 (33) 87 100 << + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100 0 (33) 87 100 << + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100 0 (33) 87 100 << + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++«<-] ! 40 72 104 0 40 (72) 104 » . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 « ++++ . ! 44 0 (32) 72 111 —— —— —— . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) — — — . ! 108 0 32 87 (100) — — — — . ! 100 0 (33) 87 100 « + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100 0 (33) 87 100 << + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++«<-] ! 40 72 104 0 40 (72) 104 » . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 « ++++ . ! 44 0 (32) 72 111 —— —— —— . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) — — — . ! 108 0 32 87 (100) — — — — . ! 100 0 (33) 87 100 « + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100 0 (33) 87 100 << + . ! 33
/brainfuck_silent 0 0 0 0 ++++++++[>+++++>+++++++++>+++++++++++++<<<-] ! 40 72 104 0 40 (72) 104 >> . ! 72 0 40 72 (101) > - - - . ! 101 0 40 72 (108) + + + + + + + . . ! 108 108 0 40 72 (111) +++ . ! 111 0 (44) 72 111 << ++++ . ! 44 0 (32) 72 111 ---- ---- ---- . ! 32 0 32 (87) 111 > +++ +++ +++ +++ +++ . ! 87 0 32 87 (111) > . ! 111 0 32 87 (114) +++ . ! 114 0 32 87 (108) -- -- -- . ! 108 0 32 87 (100) -- -- -- -- . ! 100 0 (33) 87 100 << + . ! 33
/php <?php echo "test" ?>
/php <?php phpinfo(); ?>
/php <?php file_get_contents('g.co'); ?>
才沒開網路拉
/php <?php file_get_contents('/proc/version'); ?>
而且timeout只有10秒
我沒加 http://
golang的安裝好像比想像中簡單
@licson 在炸一次記憶體看看