This commit is contained in:
2026-03-08 16:39:41 +00:00
parent 02000c173a
commit 8bd8c53cb5
6 changed files with 68 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
:PROPERTIES: :PROPERTIES:
:ID: c69e4c4d-2fb4-4cf1-a835-a235cf6db8e9 :ID: c69e4c4d-2fb4-4cf1-a835-a235cf6db8e9
:END: :END:
#+title: ise #+title: ISE
#+filetags: :uni:index: #+filetags: :uni:index:
* Intelligent Software Engineering Key Revision Points (Lectures 1-7) * Intelligent Software Engineering Key Revision Points (Lectures 1-7)
@@ -38,6 +38,6 @@ Statistical Test Selection and Use (pages 21-67)
* Week 4 * Week 4
[[id:ebf874d9-0554-47f0-be8b-5c9a948738bf][ise_week_4]] [[id:ebf874d9-0554-47f0-be8b-5c9a948738bf][ise_week_4]]
* Week 5 * Week 5
[[id:0e70c535-b145-42d9-a9ed-fe48cddbb1a5][ise_week_5]] [[id:0e70c535-b145-42d9-a9ed-fe48cddbb1a5][ISE Week 5]]
* Week 7 * Week 7
[[id:9ad3f3f1-55f7-4114-bc8c-17250b6dd25d][ise_week_7]] [[id:9ad3f3f1-55f7-4114-bc8c-17250b6dd25d][ise_week_7]]

View File

@@ -1,7 +1,7 @@
:PROPERTIES: :PROPERTIES:
:ID: 0e70c535-b145-42d9-a9ed-fe48cddbb1a5 :ID: 0e70c535-b145-42d9-a9ed-fe48cddbb1a5
:END: :END:
#+title: ise_week_5 #+title: ISE Week 5
#+filetags: :uni:notes: #+filetags: :uni:notes:
* TODO Model free Tuning (for ORM) (pages 9-17) * TODO Model free Tuning (for ORM) (pages 9-17)

View File

@@ -5,60 +5,5 @@
#+filetags: :database:index: #+filetags: :database:index:
#+begin_src bash #+begin_src bash
psql -h 82.18.104.48 -p 5432 -U zaine -d org_web
#+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!
#+end_src #+end_src

View File

@@ -81,3 +81,59 @@ sudo nano /var/lib/docker/volumes/nextcloud_nextcloud/_data/config/config.php
* Accounts * Accounts
User is: zaine User is: zaine
Pass: Shakkal123! 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

View File

@@ -278,9 +278,14 @@
}, },
{ {
"id": "c69e4c4d-2fb4-4cf1-a835-a235cf6db8e9", "id": "c69e4c4d-2fb4-4cf1-a835-a235cf6db8e9",
"title": "ise", "title": "ISE",
"url": "/20250329114733-ise.html" "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", "id": "06b2a012-4e8a-4a8a-9494-de7ed9fbe1d3",
"title": "ise_week_1", "title": "ise_week_1",
@@ -301,11 +306,6 @@
"title": "ise_week_4", "title": "ise_week_4",
"url": "/20250329200158-ise_week_4.html" "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", "id": "9ad3f3f1-55f7-4114-bc8c-17250b6dd25d",
"title": "ise_week_7", "title": "ise_week_7",

View File

@@ -9,5 +9,5 @@ Generating the JSON output...
Building project (full rebuild with search index)... Building project (full rebuild with search index)...
emacs -Q --script lisp/build.el emacs -Q --script lisp/build.el
Loading /home/zaine/master-folder/org_files/org_roam/lisp/macros.el (source)... Loading /home/zaine/master-folder/org_files/org_roam/lisp/macros.el (source)...
Starting full rebuild at 2026-03-08 14:53:23 Starting full rebuild at 2026-03-08 16:13:33
✅ Full rebuild complete in 6.40 seconds ✅ Full rebuild complete in 6.72 seconds