From 094d302ec35f335062313d4d45d5a320c14fbb37 Mon Sep 17 00:00:00 2001 From: dongdigua Date: Sat, 29 Oct 2022 15:03:53 +0800 Subject: [PATCH] fix quote typo, add color --- index.html | 3 ++- js/random-quote.js | 9 ++++++++- org/internet_collections.org | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 662028e..1d24276 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ (blog "posts/") (feed "feed.xml") (github "@dongdigua") + (bilibili "董地瓜") (payment "monero") (pgp "0x56CEE157C9F5334F") (interests @@ -38,7 +39,7 @@ "anime" (Lost (In (Superfluous (Parentheses))))))) (random-quote - "")) + "")) diff --git a/js/random-quote.js b/js/random-quote.js index 6a406aa..d02f35a 100644 --- a/js/random-quote.js +++ b/js/random-quote.js @@ -1,11 +1,18 @@ var data = [ - "富强民主闻名和谐, 自由平等公正法治, 爱国敬业诚信友善", + "富强民主文明和谐, 自由平等公正法治, 爱国敬业诚信友善", "解放思想, 实事求是, 与时俱进", + "绿水青山就是金山银山", "You are not alone", "The internet is FULL, go away!", "May the --force be with you", "Software that sucks less", + "Software should be FREE!", + "whoami: No system is safe", + "drop it at lttstore.com", + "Can’t keep up! Is the server overloaded? Running 5000ms or 100 ticks behind", + "大炮做好了不放珍珠是什么意思?", + "不释仁", ]; var index = Math.floor((Math.random() * data.length)); diff --git a/org/internet_collections.org b/org/internet_collections.org index 8961a2f..447ebd7 100644 --- a/org/internet_collections.org +++ b/org/internet_collections.org @@ -249,6 +249,7 @@ plan9 "Security is a journey, not a destination!" *** [[https://youtu.be/S4E4yAktjug?t=998][How To Become Invisible Online # level 3]] *** [[https://youtu.be/oJ6t7AImTdE][CSS Keylogger - old is new again]] +*** [[https://youtu.be/I4_ide0tEG8][zip files & hack... (CVE-2022-1271 zgrep/gzip)]] ** Math *** [[https://youtu.be/KufsL2VgELo][Group Theory]]