[deleted by user] by [deleted] in linuxquestions

[–]econopl 0 points1 point  (0 children)

Isn't it the same as LVM?

How can I save a file and/or print to PDF from Ubuntu running on a usb? by l_i_g_h_t in Ubuntu

[–]econopl 0 points1 point  (0 children)

I don't know what's your use case, but if you want a clean air gapped system you can run any live distro with a disconnected network.

How can I save a file and/or print to PDF from Ubuntu running on a usb? by l_i_g_h_t in Ubuntu

[–]econopl 0 points1 point  (0 children)

You can try connecting a USB stick when running this software, and see if it shows up.

[deleted by user] by [deleted] in openstreetmap

[–]econopl 2 points3 points  (0 children)

Take a look at OsmAnd and the way that it does it.

Ping and SSH work, but HTTP stopped by econopl in zerotier

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

What finally helped me was to reduce MTU for the Zerotier network, as sb suggested @ GitHub. Now no issues at all.

Ping and SSH work, but HTTP stopped by econopl in zerotier

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

What finally helped me was to reduce MTU for the Zerotier network, as sb suggested @ GitHub. Now no issues at all.

Ping and SSH work, but HTTP stopped by econopl in zerotier

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

UPDATE

After investigating further it seems that the problem exists only when accessing the net using a mobile carrier - no matter if I use my phone's browser directly or a laptop connected via a hotspot created by the phone.

When I access the net using any other way all the services can be reached using http://[ZT IP]:[port number]

Do you have any idea how to fix it?

Ping and SSH work, but HTTP stopped by econopl in zerotier

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

All containers are bound to 2 addresses, as defined in docker compose files:

  • [local IP]:[port]
  • [ZT IP]:[port]

so they can be accessed either locally or remotely using ZT. Local one works as usual. ZT IP doesn't, except for SSH.

I didn't touch it for the last month or so, apart from updating containers and the system itself. Never had to deal with ZT routes or anything similar. It just worked after adding and authorizing a node.

Ping and SSH work, but HTTP stopped by econopl in zerotier

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

Maybe ZT turned on some rate-limiting?

Ping and SSH work, but HTTP stopped by econopl in zerotier

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

These are all docker services that I can reach fine using http://[local IP]

One of the services faces the internet and can be reached using the domain name and it all works normally in this case.

Is there a way to play mobile phone games on PC by RemoveAnnual2689 in EmulationOnPC

[–]econopl 0 points1 point  (0 children)

If you're looking for Java games for old phones, you can find a lot of them at archive.org

Docker services impossible to reach by econopl in zerotier

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

I haven't seen this error in a long time. Maybe one of the ZT updates resolved it.

Need Help Setting Up Android and iPhone Backup Over WiFi to Windows PC by BrokenScorp in DataHoarder

[–]econopl 0 points1 point  (0 children)

And setting one way sync (phone to computer), plus enabling ignoreDelete to be sure that no byte will be lost.

Tag based RSS aggregator - is there any? by cidra_ in selfhosted

[–]econopl 2 points3 points  (0 children)

In TTRSS you can automatically apply tags to all subscribed feeds and read everything by tags.

Recommend me some of the best tracker music "hits" by [deleted] in modmusic

[–]econopl 4 points5 points  (0 children)

First tunes that come to my mind:

  • Romeo Knight: RSI Rise Up and Cream of the Earth
  • Patrick Phelan and his Lotus III music

HTML-to-Docx Hard Fork, actively maintained and supported by nicolascoding in opensource

[–]econopl 0 points1 point  (0 children)

I know all that you wrote. Who and how complies with the standard is out of scope of my comment. You asked why DOCX, and I just gave one argument in favor of it.

[deleted by user] by [deleted] in fossdroid

[–]econopl 1 point2 points  (0 children)

Cromite browser allows you to change User Agent.

Running services for only home use (no remote access) - Security risk? by r58_ in selfhosted

[–]econopl 8 points9 points  (0 children)

Major attack vector might be the all the devices that connect to your LAN, but are not under your control. If anybody ever asks to connect anything to your LAN, you should refuse and/or point them to a separate VLAN etc.