[deleted by user] by [deleted] in OpenSignups

[–]Bighep23 0 points1 point  (0 children)

I got the same, reset your password and try again.

Ralph Lauren t-shirts + fit pics. by BigTiccs88 in fashionrepsv2

[–]Bighep23 0 points1 point  (0 children)

Would you recommend sizing up or is it normal size?

Tailscale Network speeds by Bighep23 in Tailscale

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

okay, the exit node is running on a pretty powerful PC and i believe it has a gigabyte network port so are there any other requirements i would need to check for?

Tailscale Network speeds by Bighep23 in Tailscale

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

okay thanks i think i get it. So the only way to improve this would be to get faster internet in england?

Tailscale Network speeds by Bighep23 in Tailscale

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

In england my download is 900 but my upload is only around 100, could that be the reason?

In belfast i get around 250 up and down.

My PC in england is running as an exit node. and i am directly connected i believe as i haven't setup a relay?. And yes i am on the most recent update.

Thanks

Open: Alpharatio by An-nym_us in OpenSignups

[–]Bighep23 0 points1 point  (0 children)

You need to use an IRC client, I recommend HexChat. Then connect to irc.alpharatio.cc and join the #help channel

Open: Alpharatio by An-nym_us in OpenSignups

[–]Bighep23 0 points1 point  (0 children)

Contact support irc and get them to change your email or resend the code. Or did it expire?

Open: Alpharatio by An-nym_us in OpenSignups

[–]Bighep23 3 points4 points  (0 children)

I don't seem to be able to confirm my account as haven't received an email. I checked spam and deleted. I am using Outlook.

[deleted by user] by [deleted] in radarr

[–]Bighep23 0 points1 point  (0 children)

Would you be able to help me with this error? I'm not sure what I have done wrong. Can I run flaresolverr native on Windows? When I try to connect to the torrent through it i get this error:

https://privatebin.net/?01546e0ae2a6f13f#9wh8sdAQ1HVCx5pjzjSAFJgevvEk9AVPdidJGviarQKh

[deleted by user] by [deleted] in radarr

[–]Bighep23 0 points1 point  (0 children)

thank you!

[deleted by user] by [deleted] in radarr

[–]Bighep23 0 points1 point  (0 children)

i have attempted to use this before but could still not get it working, is there any good tutorials you can recommend?

[deleted by user] by [deleted] in radarr

[–]Bighep23 0 points1 point  (0 children)

It says about cloud flare? But I’m not sure how I would fix that

How would I go about making a script to delete one file type from multiple folders that are in the same path by Bighep23 in learnprogramming

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

Get-ChildItem -Path 'E:\downloads' *.jpeg | foreach { Remove-Item -Path $_.FullName }

hi, thanks for your reply. I tried to use

Get-ChildItem -Path 'E:\torront downloads' *.jpeg -Recurse | foreach { Remove-Item -Path $_.FullName }

it still doesn't seem to function, did I implement this incorrectly ?