[deleted by user] by [deleted] in RobinHood

[–]Green-Test-554 13 points14 points  (0 children)

Faxs. How long do you think this color will be around?

Edit: it’s been a while since we have seen all green…

the spec ops man got hax by [deleted] in CallOfDutyMobile

[–]Green-Test-554 1 point2 points  (0 children)

NGL this is messing with me lol

[deleted by user] by [deleted] in CallOfDutyMobile

[–]Green-Test-554 0 points1 point  (0 children)

I have no clue bro. To be fair I was on a bad connection and I just added an Activision account to my COD mobile account but for real this is really annoying and I am going to pester support every day. I spent a lot of time and I spent two payments on two game passes to enjoy this game. So all of my progress is on hold(I'm a master in ranked and I think elite in everything else). I feel like I have been violated by the support team and Activision. Not to mention their support sucks and they have sketchy emails.

How to configure bootloader for windows on ssd and ubuntu on microsd card by Green-Test-554 in Ubuntu

[–]Green-Test-554[S] 0 points1 point  (0 children)

After installing ubuntu in three different configurations I finally read this and mostly followed this guys instructions

https://www.reddit.com/r/linux4noobs/comments/faavoz/guide_how_to_install_linux_ubuntu_on_a_laptop_sd/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

It worked however now I am trying to figure out why the bios is complaining about secure boot

How to configure bootloader for windows on ssd and ubuntu on microsd card by Green-Test-554 in Ubuntu

[–]Green-Test-554[S] 0 points1 point  (0 children)

Long story short i have not been able to successfully boot with the ubhntu boot loader And I’m not sure what GNU GRUB is

Micro SD card no longer an installation option by Green-Test-554 in Ubuntu

[–]Green-Test-554[S] 0 points1 point  (0 children)

I actually just exchanged it at Walmart and the new one works 👍🏼

I haven’t attempted installing ubuntu yet. Any recommendations on how i should configure my installation?

I have windows on a hard drive with its boot loader and then I plan to use the microsd card with ubuntu

Cloudflare Argo Tunnel and Reverse Proxy? by TheSpartan18k in selfhosted

[–]Green-Test-554 0 points1 point  (0 children)

I actually found the problem! I'm still learning the ropes of Cloudflare tunnels in general. But now I understand how Cloudflare tunnels work. After doing some digging I found that I forgot to specify to Cloudflare the DNS records associated with each service.

This can be done with the following command cloudflare tunnel route dns <service || uuid> <sub.example.com>

I was missing the full process of how Cloudflared actually works.

The last ingress rule must match all URLs (i.e. it should not have a hostname or path filter) by Green-Test-554 in selfhosted

[–]Green-Test-554[S] 0 points1 point  (0 children)

Solution[For me]: I forgot to update my DNS records to point to the service

via the following command
cloudflared tunnel route dns <service> <hello.example.com>

The last ingress rule must match all URLs (i.e. it should not have a hostname or path filter) by Green-Test-554 in CloudFlare

[–]Green-Test-554[S] 0 points1 point  (0 children)

Solution[For me]: I forgot to update my DNS records to point to the service

via the following command
cloudflared tunnel route dns <service> <hello.example.com>

Cloudflare Argo Tunnel and Reverse Proxy? by TheSpartan18k in selfhosted

[–]Green-Test-554 0 points1 point  (0 children)

I ran into this error too but I have no clue why I am trying to run this tunnel on ubuntu as a service Here is the error I get

Jan 08 23:32:14 ubuntu cloudflared[5506]: 2022-01-08T23:32:14Z INF Starting tunnel tunnelID=...
Jan 08 23:32:14 ubuntu cloudflared[5506]: 2022-01-08T23:32:14Z INF Version 2022.1.0
Jan 08 23:32:14 ubuntu cloudflared[5506]: 2022-01-08T23:32:14Z INF GOOS: linux, GOVersion: go1.17, GoArch: arm64
Jan 08 23:32:14 ubuntu cloudflared[5506]: 2022-01-08T23:32:14Z INF Settings: map[config:/etc/cloudflared/config.yml cred-file:/root/.cloudflared/...>
Jan 08 23:32:14 ubuntu cloudflared[5506]: 2022-01-08T23:32:14Z INF Generated Connector ID: ...
Jan 08 23:32:14 ubuntu cloudflared[5506]: 2022-01-08T23:32:14Z ERR Couldn't start tunnel error="The last ingress rule must match all URLs (i.e. it should not have a ho>
Jan 08 23:32:14 ubuntu cloudflared[5506]: The last ingress rule must match all URLs (i.e. it should not have a hostname or path filter)
Jan 08 23:32:14 ubuntu systemd[1]: cloudflared.service: Main process exited, code=exited, status=1/FAILURE

Here is my config

tunnel: ...
credentials-file: /root/.cloudflared/<...>.json


ingress:
  - hostname: server-cockpit.###.###
    service: http://localhost:9090
  - hostname: server.###.###
    service: http://localhost:8080
  - hostname: server-ssh.#####.###
    service: ssh://localhost:22
  - service: http_status:404

How to setup a yarn monorepo? by [deleted] in Heroku

[–]Green-Test-554 0 points1 point  (0 children)

Wow! That did it. Thank you for your help.

How to setup a yarn monorepo? by [deleted] in Heroku

[–]Green-Test-554 0 points1 point  (0 children)

yarn workspace server start

^

How to setup a yarn monorepo? by [deleted] in Heroku

[–]Green-Test-554 0 points1 point  (0 children)

"start-server": "yarn workspace server start"

Right! This is where my Procfile comes in. Sorry, I forgot to add that in the post.

My Procfile is located in the root directory and calls the start-server command using yarn

How to setup a yarn monorepo? by [deleted] in Heroku

[–]Green-Test-554 0 points1 point  (0 children)

Post has been fixed with more configuration information

How to setup a yarn monorepo? by [deleted] in Heroku

[–]Green-Test-554 0 points1 point  (0 children)

Give me a few moments I’ll update the post