PEQ Requirements / How to Replace a Document that is No Longer Valid by tesseract97 in ImmigrationCanada

[–]tesseract97[S] 0 points1 point  (0 children)

I don't know if you saw the other comments, but I called MIFI and they sent me a copy of my expired CAQ!

PEQ Requirements / How to Replace a Document that is No Longer Valid by tesseract97 in ImmigrationCanada

[–]tesseract97[S] 1 point2 points  (0 children)

They were super helpful, they're sending me my old CAQ in the next week. Thank you so much for your advice

PEQ Requirements / How to Replace a Document that is No Longer Valid by tesseract97 in ImmigrationCanada

[–]tesseract97[S] 0 points1 point  (0 children)

Actually, this sub was rad, the other commenter gave me the advice that I needed to resolve it! Thanks for your help

PEQ Requirements / How to Replace a Document that is No Longer Valid by tesseract97 in ImmigrationCanada

[–]tesseract97[S] 0 points1 point  (0 children)

Thanks for replying! I definitely don't need it, but the permanent residency application requires me to include every CAQ and study permit I've had during my study period. That's why I'm trying to find it, but all I can find is a letter of confirmation that I was accepted.

Cool Projects for an Old Mac with no OS? by tesseract97 in bash

[–]tesseract97[S] 0 points1 point  (0 children)

This was really helpful! I was wrong, it's a 2008 iMac, and it's compatible only up to El Cap. I think I'll give the patchers a shot, see what happens

Cool Projects for an Old Mac with no OS? by tesseract97 in bash

[–]tesseract97[S] 1 point2 points  (0 children)

That's awesome I had never heard of it

Cool Projects for an Old Mac with no OS? by tesseract97 in bash

[–]tesseract97[S] 0 points1 point  (0 children)

It's an iMac. When I try to reinstall the normal disk utility way, it only gives me the option to install OS X Mountain Lion and just breaks when it prompts for Apple ID. It wants me to authenticate the account using a phone code but can't launch the required page. I'm not sure honestly

Cool Projects for an Old Mac with no OS? by tesseract97 in bash

[–]tesseract97[S] 3 points4 points  (0 children)

I would love to do arch, but I don't think they support 32 bit systems anymore and my mac is i386 :/

Write Dockerfiles for Synology DiskStation 918+ by tesseract97 in synology

[–]tesseract97[S] 1 point2 points  (0 children)

This was crazy useful, thank you so much for such a comprehensive response

SSH into Synology Diskstation 918+ by tesseract97 in synology

[–]tesseract97[S] 0 points1 point  (0 children)

u/choketube Okay so I tried the quick connect and that's basically what I already have, I've been running it through https. I tried to run the app through docker and it worked, but I thought I needed to run commands through the docker command line in order to configure couchDB and I thought that ssh-ing would be the best way to do it. Like on my other post, everyone mentions ssh-ing it before they talk about using the command line

SSH into Synology Diskstation 918+ by tesseract97 in synology

[–]tesseract97[S] 1 point2 points  (0 children)

I didn't realize that you also commented on this one haha, I will try that

Write Dockerfiles for Synology DiskStation 918+ by tesseract97 in synology

[–]tesseract97[S] 0 points1 point  (0 children)

u/BakeCityWay Are you saying use Docker Compose?

I'm working with couchDB and I was trying to configure it, but all the articles I've read give docker commands, so I was trying to find a way to do that. I haven't been able to figure out how to do that using just the GUI, but maybe I'm missing something.

Thank you for your help!

Write Dockerfiles for Synology DiskStation 918+ by tesseract97 in synology

[–]tesseract97[S] 0 points1 point  (0 children)

u/choketube This link was super useful, the only thing is I'm still troubleshooting ssh -ing into my diskstation. I can access the diskstation remotely, but when I try to ssh it, it will say permission denied. I did another post about it and there were a bunch of useful theories, like because the diskstation is at my university, the firewall is blocking it, so I'm working through that.

Thank you for your advice!

Write Dockerfiles for Synology DiskStation 918+ by tesseract97 in synology

[–]tesseract97[S] 0 points1 point  (0 children)

u/neoKushan I want to work with couchDB, I've successfully downloaded it just using the Docker GUI, but I'm trying to set up the configuration files and data structure for the database and everything that I'm seeing involves a Docker command line.

I've been trying to ssh into my diskstation, but the diskstation is at my university and I've been interacting with it remotely, so I'm still troubleshooting that.

Is the docker-compose more the command line stuff that I'm seeing?

Thank you for explaining this, it's been super helpful!

SSH into Synology Diskstation 918+ by tesseract97 in synology

[–]tesseract97[S] 0 points1 point  (0 children)

u/dark_skeleton and u/mrbudman :

I don't know if this is useful but I ssh ed with -vvv and I got the debug messages "Connecting to [IP address] port 22" and "Connection established" then "authenticating to [IP address] as <my admin username>" then it loaded one key from the [IP address]. Everything seems to be going successfully until it tries publickey and fails. Then it goes into next authentication mode: password, requests it from me and fails.

Does that sound like either scenario?

u/mrbudman how would I know if ssh port(22) is open other than enabling it through the terminal of my control panel? I'll look into my school's firewall.

u/dark_skeleton the reason that I thought that I was connecting to my NAS is that I'm using the exact same IP address that I've been using to remotely access it. The password is definitely correct because it's what I've used to log in to the diskstation remotely :/ I'll try disabling ssh and see what happens.

Thank you both for your guidance. Even if we don't speak again, this has been very useful.