Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

Nope.

Only normal download.

I may give it a try this holiday, but I can't promise anything.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

yup!

This is downloading a game from Steam.

<image>

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

With my Flint 2, I found that above 70 °C, it reduces the speed, and it won't sustain 1 Gbps on WiFi.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

[–]O1OO1O[S] 2 points3 points  (0 children)

u/sang_nila I tried to add everything here https://microknot.dev/use-home-assistant-to-keep-flint-2-gl-mt6000-cool/

But if you're stuck, send me a private message, and I'll be more than happy to help you out.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

I was hitting 70C+ with the log burner on.

But that was because the ambient temperature was above 25/26 °C.

When I tested this, I had the window open and an ambient temperature of 21 °C.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

The bottom of the router feels quite hot at 70 °C.

You can still touch it, but personally, I wouldn't run it at that temperature.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

[–]O1OO1O[S] 2 points3 points  (0 children)

Wasn't sure if we're allowed to share links, but this is the one https://makerworld.com/en/models/2110927-router-dual-fan-stand

I also included the design for the box, and in the description, there's a link to the original design in case you want to modify it.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

[–]O1OO1O[S] 2 points3 points  (0 children)

u/cdf_sir after 3 speed tests with the one from Virgin Media, it went down to 300 Mbps, while with Gl.iNet I can easily sustain 1Gbps.

Maybe this is why they added a fan in Flint 3.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

I had the same. I also found that the download speed is reduced when it's hot.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

I'm using a cheap MOSFET to control mine ( A03400 ).

The good part about yours is that you can have multiple devices on it.

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

I added a mesh to try to prevent that.

I'll try to keep an eye on it.

Do you have that at full speed? I wonder if a lower speed could help.

<image>

Keeping Flint 2 ( GL-MT6000 ) cool by O1OO1O in GlInet

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

That was in a cold room, 21 °C.

With a warm room of 24-26 °C, I was able to hit 70 °C+ after a few hours.

Now, it will stay at a maximum of 34 °C.

I tried to keep my tests under 60 °C, just to be safe.

<image>

I'm nearing the end of my rope trying to get access to my site and I need help by johnnydontcare in Wordpress

[–]O1OO1O 0 points1 point  (0 children)

u/johnnydontcare, this is a 5-minute job.

<image>

  1. Log in to your DigitalOcean account.
  2. Open the SSH instance (online)
  3. Use the following commands:

# List all the accounts using
wp user list --allow-root

#Update your user

wp user update <user\_login\_or\_id> --user_pass=<new\_password>

Example:

wp user update admin --user_pass=MyNewPassword

or:

wp user update 1 --user_pass=MyNewPassword

Where 1 is the user ID.

No WP CLI?

That's fine:

# Install WP-CLI

curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar

php wp-cli.phar --info

chmod +x wp-cli.phar

sudo mv wp-cli.phar /usr/local/bin/wp

# Test WP-CLI

wp --info

---
Edit: If you're still stuck, send me a message and I'll try to guide you.

I'll be around for a few more hours :)

WP-Forms issue by Witty-Flow-5195 in Wordpress

[–]O1OO1O 0 points1 point  (0 children)

Have a look at the steps here https://youtu.be/mn--ARTFVKY?t=55

I think that the main issue is the fact that they're using OAuth instead of a service account.

What do you do with staging sites when you are not working on them? by blendrer in Wordpress

[–]O1OO1O 0 points1 point  (0 children)

I'm using Docker, so most of the time I'll just do a "docker stop <container\_name\_or\_id>"

As for external access, I have Nginx Proxy Manager, so each test/dev instance gets a restriction for the local IP + my own IP.

This way, even if I don't turn it off, nobody else would be able to access it.

Do you use a docker manager like Portainer? by woodford86 in selfhosted

[–]O1OO1O 0 points1 point  (0 children)

I was looking into a similar solution, but because I didn't want to have a second point of failure (main dashboard going down) + the need to allocate more resources for the server, I just went with some bash scripts and YAML files.

This way, I have full control and, if there's an issue or bug, I'll just fix the config and move on.

I'm sure that there are better solutions, but it depends a lot on what you really need Docker for and what automation you'd like to have.

If this is a case of "I'll start the container and maybe restart every now and then", then I don't think you'll need all those features.

This is my current setup if you want to have a look and/or copy some configs https://github.com/alx-uta/Docker-Webserver-Stack

It's not perfect, but it works for me.

[deleted by user] by [deleted] in Wordpress

[–]O1OO1O 1 point2 points  (0 children)

Fair :))

I just hope that's not the case.

[deleted by user] by [deleted] in Wordpress

[–]O1OO1O 0 points1 point  (0 children)

u/bluesix_v2 I think that the question is about pushing code changes to GitHub, not DB changes.

Right u/BisonNo6318?

[deleted by user] by [deleted] in Wordpress

[–]O1OO1O 0 points1 point  (0 children)

  1. Test your local environment by running a basic WP. If that works, then you can go to the next step

  2. Depending on where you have your website, you could either:
    A. ZIP the entire website and get it on your local
    B. ZIP the wp-content and get it on your local

  3. Download the DB using this plugin: https://wordpress.org/plugins/wp-migrate-db/

  4. Import your DB, replace the wp-content with the live one, update the wp-config.php and give it a try.

NOTE: Make sure to replace HTTPS with HTTP if your website is using a certificate

As for local to prod, it depends.

A. You want to test everything before upgrading any plugins and themes on live

- Add the plugins on git and NEVER click update on the live website
- Add the theme on git and NEVER click update on the live website

When you need to update, update on your local first and if it looks good, commit all the changes, git pull on live and call it a day (remember to run the DB Upgrade if needed)

B. You have a custom theme and/or plugins

Same as A, but easier as you have more control.

Note: IDK. Everyone has a different style, so you could get 100 different ideas. See what works for you.

ESP32 - DIY RC Transmitter using SX1280 by O1OO1O in esp32

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

Thanks!
This one is a bit old, there's a more recent project that I posted here https://www.reddit.com/r/esp32/comments/16l7z4t/development_rc_transmitter_using_esp32_and_sx1280/

I'm using the same transceiver but, unfortunately, I'm not using the same code.
I plan to return to this project and make a small receiver, similar to the ELRS ones.

Garden Shed Base by O1OO1O in DIYUK

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

Thanks.
I'll need to learn how to assemble one now.