From 14e8d1e9e9fbfbf7829182447c978aa6c1aa11a5 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Mon, 15 Aug 2022 19:35:20 +0100 Subject: [PATCH] Update index.go.yml. Add beta deploy support through "d". --- .gitignore | 4 +++ .idea/misc.xml | 8 ----- Makefile | 13 +++++++- index.go.yml | 81 ++++++++++++++++++++++++++------------------------ 4 files changed, 58 insertions(+), 48 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index e7770f8..c5a21c3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,11 @@ dist/ # CDN link cdn/ cdn +cdn_/ +cdn_ # Config Link cnf/ cnf +cnf_/ +cnf_ diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 283b9b4..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Makefile b/Makefile index f487c3b..7d6e74e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ SHELL := /bin/bash PRODUCT_NAME := wappcityuni BIN := dist/${PRODUCT_NAME} +DNAME := ${PRODUCT_NAME}_ ENTRY_POINT := ./cmd/${PRODUCT_NAME} HASH := $(shell git rev-parse --short HEAD) COMMIT_DATE := $(shell git show -s --format=%ci ${HASH}) @@ -11,9 +12,10 @@ COMP_BIN := go ifeq ($(OS),Windows_NT) BIN := $(BIN).exe + DNAME := $(DNAME).exe endif -.PHONY: build dev test clean deploy +.PHONY: build dev test clean deploy d build: mkdir -p dist/ @@ -39,3 +41,12 @@ deploy: build sudo cp *.css cdn sudo cp *.js cdn sudo systemctl start wappcityuni + +d: build + sudo systemctl stop wappcityuni_ + sudo cp "${BIN}" "/usr/local/bin/${DNAME}" + sudo cp *.go.html cnf_ + sudo cp *.go.yml cnf_ + sudo cp *.css cdn_ + sudo cp *.js cdn_ + sudo systemctl start wappcityuni_ diff --git a/index.go.yml b/index.go.yml index 6485e45..9b77960 100644 --- a/index.go.yml +++ b/index.go.yml @@ -24,8 +24,8 @@ about: I also have a Youtube Channel which is in the process of being resumed from a hiatus.

- On the programming side, I know Visual Basic .net, C# .net, C, Java, Go, Javascript (Circa. 2000), Processing and Microsoft Smallbasic - (I have also dabbled in C++, Python and Bash/Batch). + On the programming side, I know Visual Basic .net, C# .net, C, Java, Go, Javascript (Circa. 2000 ECMAScript although I am learning the latest version of the language), + Processing and Microsoft Smallbasic (I have also dabbled in C++, Python and Bash/Batch). I am currently in the progress of writing infrastructure software in Go, in the past, I wrote a command console in VB .net for my own pluggable libraries (I created a CMD emulator to get past the school disabling interactive CMD) and some network communication applications (Including a peer-to-peer VOIP client @@ -39,6 +39,9 @@ about: auto-domain-join would store its credentials in the image). I also played around with accessing the RDP servers when I was in secondary school (Turns out remote apps is just a glorified application auto-launcher with window size detection). + Here is Operation Control (Stylized: op_ctrl) used for same-computer exploiting + by wrapping target applications run by other users (Such as via RDP Remote Apps) and then starting a master server to send arbitrary + .net DLLs to execute on the target slaved client.

I also bake bread (Mostly learnt from my grandma); although this sub-site is still under construction. @@ -46,7 +49,7 @@ about:

I used to do Karate (Kyokushin Brown Belt) and I wish I could still fit my bike. - My GPG Key for my email address. + Here is my GPG Key for my email address.

thumbnailLocation: "https://cityuni.captainalm.com/resources/assets/imageofyou_t.jpg" imageLocation: "https://cityuni.captainalm.com/resources/assets/imageofyou.jpg" @@ -80,19 +83,19 @@ entries: videoLocation: "https://cityuni.captainalm.com/resources/stream/vid-bootcamp.mp4" videoContentType: "video/mp4" thumbnailLocations: - - "https://cityuni.captainalm.com/resources/assets/pic1_t.png" - - "https://cityuni.captainalm.com/resources/assets/pic2_t.png" - - "https://cityuni.captainalm.com/resources/assets/pic3_t.png" - - "https://cityuni.captainalm.com/resources/assets/bootcamp-1_t.png" - - "https://cityuni.captainalm.com/resources/assets/bootcamp-2_t.png" - - "https://cityuni.captainalm.com/resources/assets/bootcamp-3_t.png" + - "https://cityuni.captainalm.com/resources/assets/pic1_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic2_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic3_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/bootcamp-1_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/bootcamp-2_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/bootcamp-3_t.jpg" imageLocations: - - "https://cityuni.captainalm.com/resources/assets/pic1.png" - - "https://cityuni.captainalm.com/resources/assets/pic2.png" - - "https://cityuni.captainalm.com/resources/assets/pic3.png" - - "https://cityuni.captainalm.com/resources/assets/bootcamp-1.png" - - "https://cityuni.captainalm.com/resources/assets/bootcamp-2.png" - - "https://cityuni.captainalm.com/resources/assets/bootcamp-3.png" + - "https://cityuni.captainalm.com/resources/assets/pic1.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic2.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic3.jpg" + - "https://cityuni.captainalm.com/resources/assets/bootcamp-1.jpg" + - "https://cityuni.captainalm.com/resources/assets/bootcamp-2.jpg" + - "https://cityuni.captainalm.com/resources/assets/bootcamp-3.jpg" imageAltTexts: - "Level select screen." - "Empty content interface (Gameplay)." @@ -139,19 +142,19 @@ entries: videoLocation: "https://cityuni.captainalm.com/resources/stream/vid-ninjaformer-2022.mp4" videoContentType: "video/mp4" thumbnailLocations: - - "https://cityuni.captainalm.com/resources/assets/pic4_t.png" - - "https://cityuni.captainalm.com/resources/assets/pic5_t.png" - - "https://cityuni.captainalm.com/resources/assets/pic6_t.png" - - "https://cityuni.captainalm.com/resources/assets/ninjaformer-1_t.png" - - "https://cityuni.captainalm.com/resources/assets/ninjaformer-2_t.png" - - "https://cityuni.captainalm.com/resources/assets/ninjaformer-3_t.png" + - "https://cityuni.captainalm.com/resources/assets/pic4_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic5_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic6_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/ninjaformer-1_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/ninjaformer-2_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/ninjaformer-3_t.jpg" imageLocations: - - "https://cityuni.captainalm.com/resources/assets/pic4.png" - - "https://cityuni.captainalm.com/resources/assets/pic5.png" - - "https://cityuni.captainalm.com/resources/assets/pic6.png" - - "https://cityuni.captainalm.com/resources/assets/ninjaformer-1.png" - - "https://cityuni.captainalm.com/resources/assets/ninjaformer-2.png" - - "https://cityuni.captainalm.com/resources/assets/ninjaformer-3.png" + - "https://cityuni.captainalm.com/resources/assets/pic4.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic5.jpg" + - "https://cityuni.captainalm.com/resources/assets/pic6.jpg" + - "https://cityuni.captainalm.com/resources/assets/ninjaformer-1.jpg" + - "https://cityuni.captainalm.com/resources/assets/ninjaformer-2.jpg" + - "https://cityuni.captainalm.com/resources/assets/ninjaformer-3.jpg" imageAltTexts: - "Cave level." - "Tutorial level." @@ -179,19 +182,19 @@ entries: videoLocation: "https://cityuni.captainalm.com/resources/stream/vid-shadowwork.mp4" videoContentType: "video/mp4" thumbnailLocations: - - "https://cityuni.captainalm.com/resources/assets/shadowwork-2_t.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-3_t.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-4_t.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-5_t.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-6_t.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-1_t.png" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-2_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-3_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-4_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-5_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-6_t.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-1_t.jpg" imageLocations: - - "https://cityuni.captainalm.com/resources/assets/shadowwork-2.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-3.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-4.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-5.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-6.png" - - "https://cityuni.captainalm.com/resources/assets/shadowwork-1.png" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-2.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-3.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-4.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-5.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-6.jpg" + - "https://cityuni.captainalm.com/resources/assets/shadowwork-1.jpg" imageAltTexts: - "Main Menu screen." - "Controls screen."