diff --git a/20250329114733-ise.org b/20250329114733-ise.org index f457a26..792590f 100755 --- a/20250329114733-ise.org +++ b/20250329114733-ise.org @@ -1,7 +1,7 @@ :PROPERTIES: :ID: c69e4c4d-2fb4-4cf1-a835-a235cf6db8e9 :END: -#+title: ise +#+title: ISE #+filetags: :uni:index: * Intelligent Software Engineering Key Revision Points (Lectures 1-7) @@ -38,6 +38,6 @@ Statistical Test Selection and Use (pages 21-67) * Week 4 [[id:ebf874d9-0554-47f0-be8b-5c9a948738bf][ise_week_4]] * Week 5 -[[id:0e70c535-b145-42d9-a9ed-fe48cddbb1a5][ise_week_5]] +[[id:0e70c535-b145-42d9-a9ed-fe48cddbb1a5][ISE Week 5]] * Week 7 [[id:9ad3f3f1-55f7-4114-bc8c-17250b6dd25d][ise_week_7]] diff --git a/20250331201944-ise_week_5.org b/20250331201944-ise_week_5.org index 4441549..d2809de 100755 --- a/20250331201944-ise_week_5.org +++ b/20250331201944-ise_week_5.org @@ -1,7 +1,7 @@ :PROPERTIES: :ID: 0e70c535-b145-42d9-a9ed-fe48cddbb1a5 :END: -#+title: ise_week_5 +#+title: ISE Week 5 #+filetags: :uni:notes: * TODO Model free Tuning (for ORM) (pages 9-17) diff --git a/20250723200800-postgres.org b/20250723200800-postgres.org index b726223..6ba5d5f 100755 --- a/20250723200800-postgres.org +++ b/20250723200800-postgres.org @@ -5,60 +5,5 @@ #+filetags: :database:index: #+begin_src bash - - #+end_src - -Something I've been trying to reverse proxy ahead of time. Go to https://zserver.zapto.org/nextcloud , you'll be prompted to login with a username and password: -Here's your credentials: - -Username: halima -Password: loser2104! - -Once you've logged in, I've set up your account already, so there should be a calendar already there. - -To get your phone logged in, there's two ways: -1) go to the following address: https://zserver.zapto.org/nextcloud/settings/user/security , scroll to the bottom, under devices and sessions, type in a random name (iphone), and click create new app password. You should then be able to generate a QR code (next to or under the password field), then you can scan that on your iphone app. - -2) inside the app, type the following URL: https://zserver.zapto.org/nextcloud then follow the instructions. - -Im thinking of having this as our shared calendar and file system. The only users are us 2 and its completely off the internet (self-hosted). - - -** network issues resolved by: - -#+begin_src bash - - docker network connect postgres_network postgres - - zaine@zaine-HP-ProDesk-400-G1-SFF [21:00:27] [~/docker-services/nextcloud] - -> % psql -h zserver.zapto.org -p 5432 -U zaine -d zxq_db - Password for user zaine: - psql (14.18 (Ubuntu 14.18-0ubuntu0.22.04.1), server 17.5 (Debian 17.5-1.pgdg120+1)) - WARNING: psql major version 14, server major version 17. - Some psql features might not work. - Type "help" for help. - - zxq_db=# \c nextcloud - psql (14.18 (Ubuntu 14.18-0ubuntu0.22.04.1), server 17.5 (Debian 17.5-1.pgdg120+1)) - WARNING: psql major version 14, server major version 17. - Some psql features might not work. - You are now connected to database "nextcloud" as user "zaine". - nextcloud=# GRANT ALL PRIVILEGES ON DATABASE nextcloud TO nextcloud; - GRANT - nextcloud=# GRANT USAGE ON SCHEMA public TO nextcloud; - GRANT CREATE ON SCHEMA public TO nextcloud; - GRANT - GRANT - nextcloud=# GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO nextcloud; - GRANT - nextcloud=# GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO nextcloud; - GRANT - nextcloud=# - - zaine - M22ZN-fmefj-RdF36-3BMfT-LfWo8 - - zaine - zxh123! - + psql -h 82.18.104.48 -p 5432 -U zaine -d org_web #+end_src diff --git a/20250727120306-nextcloud.org b/20250727120306-nextcloud.org index a64b19f..d49e8c2 100755 --- a/20250727120306-nextcloud.org +++ b/20250727120306-nextcloud.org @@ -81,3 +81,59 @@ sudo nano /var/lib/docker/volumes/nextcloud_nextcloud/_data/config/config.php * Accounts User is: zaine Pass: Shakkal123! + +* Legacy stuff +Something I've been trying to reverse proxy ahead of time. Go to https://zserver.zapto.org/nextcloud , you'll be prompted to login with a username and password: +Here's your credentials: + +Username: halima +Password: loser2104! + +Once you've logged in, I've set up your account already, so there should be a calendar already there. + +To get your phone logged in, there's two ways: +1) go to the following address: https://zserver.zapto.org/nextcloud/settings/user/security , scroll to the bottom, under devices and sessions, type in a random name (iphone), and click create new app password. You should then be able to generate a QR code (next to or under the password field), then you can scan that on your iphone app. + +2) inside the app, type the following URL: https://zserver.zapto.org/nextcloud then follow the instructions. + +Im thinking of having this as our shared calendar and file system. The only users are us 2 and its completely off the internet (self-hosted). + + +** network issues resolved by: + +#+begin_src bash + + docker network connect postgres_network postgres + + zaine@zaine-HP-ProDesk-400-G1-SFF [21:00:27] [~/docker-services/nextcloud] + -> % psql -h zserver.zapto.org -p 5432 -U zaine -d zxq_db + Password for user zaine: + psql (14.18 (Ubuntu 14.18-0ubuntu0.22.04.1), server 17.5 (Debian 17.5-1.pgdg120+1)) + WARNING: psql major version 14, server major version 17. + Some psql features might not work. + Type "help" for help. + + zxq_db=# \c nextcloud + psql (14.18 (Ubuntu 14.18-0ubuntu0.22.04.1), server 17.5 (Debian 17.5-1.pgdg120+1)) + WARNING: psql major version 14, server major version 17. + Some psql features might not work. + You are now connected to database "nextcloud" as user "zaine". + nextcloud=# GRANT ALL PRIVILEGES ON DATABASE nextcloud TO nextcloud; + GRANT + nextcloud=# GRANT USAGE ON SCHEMA public TO nextcloud; + GRANT CREATE ON SCHEMA public TO nextcloud; + GRANT + GRANT + nextcloud=# GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO nextcloud; + GRANT + nextcloud=# GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO nextcloud; + GRANT + nextcloud=# + + zaine + M22ZN-fmefj-RdF36-3BMfT-LfWo8 + + zaine + zxh123! + +#+end_src diff --git a/all-files.json b/all-files.json index 6f63320..2986c84 100755 --- a/all-files.json +++ b/all-files.json @@ -278,9 +278,14 @@ }, { "id": "c69e4c4d-2fb4-4cf1-a835-a235cf6db8e9", - "title": "ise", + "title": "ISE", "url": "/20250329114733-ise.html" }, + { + "id": "0e70c535-b145-42d9-a9ed-fe48cddbb1a5", + "title": "ISE Week 5", + "url": "/20250331201944-ise_week_5.html" + }, { "id": "06b2a012-4e8a-4a8a-9494-de7ed9fbe1d3", "title": "ise_week_1", @@ -301,11 +306,6 @@ "title": "ise_week_4", "url": "/20250329200158-ise_week_4.html" }, - { - "id": "0e70c535-b145-42d9-a9ed-fe48cddbb1a5", - "title": "ise_week_5", - "url": "/20250331201944-ise_week_5.html" - }, { "id": "9ad3f3f1-55f7-4114-bc8c-17250b6dd25d", "title": "ise_week_7", diff --git a/orgroam-build.log b/orgroam-build.log index 7a845c2..0a8ada7 100644 --- a/orgroam-build.log +++ b/orgroam-build.log @@ -9,5 +9,5 @@ Generating the JSON output... Building project (full rebuild with search index)... emacs -Q --script lisp/build.el Loading /home/zaine/master-folder/org_files/org_roam/lisp/macros.el (source)... -Starting full rebuild at 2026-03-08 14:53:23 -✅ Full rebuild complete in 6.40 seconds +Starting full rebuild at 2026-03-08 16:13:33 +✅ Full rebuild complete in 6.72 seconds