Skip to content

KeepSolid VPN Unlimited DEAL

Configure

  • 1 Votes
    3 Posts
    167 Views

    You might want to also review this post

    https://sudonix.org/topic/389/mongodb-backup-script

  • 2 Votes
    11 Posts
    316 Views

    @veronikya said in mongodb replica set:

    The host’s local dns resolution is not configured. The problem of the host’s hosts being unable to be resolved in docker has been solved. Surprisingly
    Solution:
    Edit the /etc/resovel.conf file
    Add 127.0.0.53

    One immediate issue I can think of here is that editing resolv.conf directly is no longer supported and not recommended (because the changes do not survive a reboot) - unless you install the resolvconf package?

  • 2 Votes
    9 Posts
    233 Views

    @Panda I see why - if you check the browser console, there’s an error logged there. This is from one of my VM’s

    image.png

    There is a decision tree that pulls the value of the editor theme from the saved browser settings on each load, but that fails if the theme has never been changed, and the user has the default (in your case, you are using light mode, so it serves “flatly” by default, but the editor itself is never set and returns null

    This below code changes that

    /* If savedTheme is undefined it will return null - based on this, we assume that the user has the default theme selected and never changed it, so we'll need to force that here */ if(!savedTheme) { var savedTheme = "flatly"; }

    If you reload your browser and test again, it should work properly.

  • 2 Votes
    18 Posts
    452 Views

    @Panda You’ll need to do that with js. With some quick CSS changes, it looks like this

    d619844f-fbfe-4cf1-a283-6b7364f6bf18-image.png

    The colour choice is still really hard on the eye, but at least you can now read the text

  • VPN connections...

    Solved Privacy
    37
    2 Votes
    37 Posts
    2k Views

    @phenomlab said in VPN connections...:

    @jac Confirmed 🙂

    Brilliant! Glad to sort that issue out 😁.

  • VPNs & Netflix

    Solved General
    6
    1 Votes
    6 Posts
    399 Views

    I believe I’ve connected to a different VPN since and it’s worked even with the app.

  • 49 Votes
    213 Posts
    16k Views

    @crazycells briefly, yes. I think what concerns be the most with home brew VPN convective like this is a lack of security updates, and potentially leaving yourself open.

    I’ve yet to actually try it, but I know there are a variety of ways to achieve the same goal.

  • Nord VPN with Roku

    Solved Configure
    12
    3 Votes
    12 Posts
    679 Views

    @jac 🙂 ok. No issues. Was more of a curiosity than anything else.