The ranges will become larger over time because “we have it”, and companies will get thousands of sections with figuratively unlimited IP addresses in them each.
𝘋𝘪𝘳𝘬
Somewhere between Linux woes, gaming, open source, 3D printing, recreational coding, and occasional ranting.
🇬🇧 / 🇩🇪
- 4 Posts
- 541 Comments
With this huge ranges we’ll have the same problem with IPv6 in a few years that we already have with IPv4.
𝘋𝘪𝘳𝘬@lemmy.mlto Selfhosted@lemmy.world•Minio strips away almost all features from AGPL interface and suggests people use their licensed "AIStor" service insteadEnglish8·1 month agoThey not only force their user to buy their crap, they also intentionally and maliciously frame the AGPL in a certain way.
Spicy Pillow!
I did not, but of course you can. Either by using an adapter (maybe a printable one?), or – if it is an SSD – by just placing the drive there and hld it in place with one screw.
If there already is a drive installed you want to removed and there is no spare cover, you can also print one.
(You can of course buy the parts instead of printing them. Those adapters and covers are fully standardized and widely available.)
𝘋𝘪𝘳𝘬@lemmy.mlto Self Hosted - Self-hosting your services.@lemmy.ml•What is the easiest way for a non-techie to use/host sites like Ghost and Mediawiki?3·4 months agoMaybe you can set it up for them? It’s really the easiest way + it does not cost anything that’s not paid for already anyways (electricity and an Internet connection).
𝘋𝘪𝘳𝘬@lemmy.mlto Self Hosted - Self-hosting your services.@lemmy.ml•What is the easiest way for a non-techie to use/host sites like Ghost and Mediawiki?31·4 months agoYou can selfhost MediaWiki usingntheir official Docker image.
There will always be this one asshole of a coworker who happily name-dropping you in a conference call with the project owner.
Write an ungodly large amount of code-comments - up to a point where you add 20 lines of explanations to a 6 lines long function where two lines are variables assignments.
Source code is for humans to read. The compiler ignores the comments.
Yep! The functionality for performing arithmetic expressions this way is called “arithmetic expansion”.
2.6.4 Arithmetic Expansion
Arithmetic expansion provides a mechanism for evaluating an arithmetic expression and substituting its value. The format for arithmetic expansion shall be as follows:
$((expression))
The expression shall be treated as if it were in double-quotes, except that a double-quote inside the expression is not treated specially. The shell shall expand all tokens in the expression for parameter expansion, command substitution, and quote removal.
Next, the shell shall treat this as an arithmetic expression and substitute the value of the expression. […]
https://pubs.opengroup.org/onlinepubs/9799919799/utilities/V3_chap02.html#tag_19_06_04
That is a posixly correct method to do arithmetic expressions.
I gave up Bash scripting. I explicitly do “shell scripting” now, where “shell” is implied to be a POSIX compliant shell of any type.
𝘋𝘪𝘳𝘬@lemmy.mlto Selfhosted@lemmy.world•Docker Hub limiting unauthenticated users to 10 pulls per hourEnglish1·5 months agoThey do it since quite some time now, right?
𝘋𝘪𝘳𝘬@lemmy.mlto Selfhosted@lemmy.world•Which reverse proxy do you use/recommend?English6·5 months agobut I’d like to give Nginx Proxy Manager a try, it seems easier to manage stuff not in docker.
NPM is pretty agnostic. If it receives a request for a specific address and port combination it just forwards the traffic to another specific address and port combination. This can be a docker container, but also can be a physical machine or any random URL.
It also has Let’s Encrypt included (but that should be a no-brainer).
I run my website as static site from within a Docker container, I wonder how I would get the information about the other containers into that site.
Do you directly serve that site from the host or do you run the script and write something in a volume the site has read access to or bind a file?
Do you guys have any suggestions?
Because I don’t like software getting in my way I just cobbled together some HTML and CSS and call it a day.
Usually you just see LibreOffice and nothing else, so it’s fine, I guess. Not a web-based editor, but usable.
Yet.
Like there already is one for IPv4 addresses?
I stand by my point:
No-one will ever need a /48 range.