Forcing it into recovery -> Power Off -> Booting up normally again
This freed up 8MB from somewhere, otherwise, I guess I’d have to do a hard reset.
I like computers, trains, space, radio-related everything and a bunch of other tech related stuff. User of GNU+Linux.
I am also dumb and worthless.
My laptop is HP 255 G7 running Manjaro and Linux Mint.
I own RTL-SDRv3 and RSP1 clone.
SDF Unix shell username: user224
Forcing it into recovery -> Power Off -> Booting up normally again
This freed up 8MB from somewhere, otherwise, I guess I’d have to do a hard reset.
Just in case: If your storage is completely full all of a sudden, check /var/log/nginx
if you haven’t pointed the logs elsewhere.
I know I was pretty confused to find my storage absolutely full, then I found the multi-GB error.log file. When a network interface it was listening on disappeared it filled with errors as such:
2024/12/10 07:57:06 [alert] 20420#20420: accept4() failed (22: Invalid argument)
2024/12/10 07:57:06 [alert] 20420#20420: accept4() failed (22: Invalid argument)
2024/12/10 07:57:06 [alert] 20420#20420: accept4() failed (22: Invalid argument)
2024/12/10 07:57:06 [alert] 20420#20420: accept4() failed (22: Invalid argument)
2024/12/10 07:57:06 [alert] 20420#20420: accept4() failed (22: Invalid argument)
2024/12/10 07:57:06 [alert] 20420#20420: accept4() failed (22: Invalid argument)
(I just reproduced that now on-demand, thus the date.)
There’s a tool called logrotate
to take care of logs, but I just did the stupid and lazy thing…
error_log /dev/null;
Well, in case you get the idea to run NGINX in Termux, and then later you find your phone hot, stuck in a bootloop, it’s possible the error.log filled the storage causing Android to crash because it now can’t even write system files.
Not that I would have done such thing…
Hams maybe. All the different electronic components, radios, cables, and parts they collect over the years. And before you know it, the antennas are through the roof!
Others have already answered this well, but I’ll repeat it anyway: No.
Oh, no, this isn’t just about making an account. They won’t even let you log in.
I don’t want to advertise Reddit, but I gotta say they do have an onion site.
Although… they fucked it up with rate limiting. Yes, IP-based rate-limiting on TOR network…
without attaching an obligatory /s
I kind of need it though :( (even in real life)
Going LAN only?
At this rate, even there will likely be disagreements.
None. Intrusive thoughts are unwanted images/ideas that may be hard to clear from the mind. They are distressing and possibly come with a fear of “what if I did that”, not something you’d ever want to do.
Check out KolibriOS. It’s a tiny modern operating system written in assembly.
Looking at my usage, especially last Sunday, yeah.
Yes, I know, I tried both Firefox and Vivaldi, both had some things I quite didn’t like, I keep trying them like every 3 months.
Sorry, I can’t name them, I keep forgetting the specific issues.
My opinion is no. They can then use it to buy drugs or alcohol, which is unfortunately likely.
Maybe you could donate to some homeless shelter?
Or maybe, you could try asking if you could buy them some food instead.
Nope, choose a charity or something else to donate to yourself.
Unless they ask if you want to round down, don’t accept the offer.
I’d rather know a lot, because nowdays that’s all I can have.
Maybe they referred to the Rust version.
Well… depending on the situation… it may be inappropriate [Urban dictionary - NSFW description warning]
I am from Europe. About the dates, for me it depends.
In personal things, I generally use the American date format because I got used to it. And when going through a list of things month first is often nicer to look at.
When giving something to someone else, I use date compatible with RFC3339 and ISO8601 standards (YYYY-MM-DD).
Quick comparison between the two: https://ijmacd.github.io/rfc3339-iso8601/
But people have questioned me about both, since DD. MM. [YY]YY is basically the only format used in my country, but I don’t like it.