Pretty sure that's also from Raymond, who is racists af, see my other comment.
Very weird, I can think of some things I might check:
-
It is possible that you have files on disk that don't have a filename anymore. This can happen when a file gets deleted while it is still opened by some process. Only the filename is gone then, but the file still exist until that process gets killed. If this were the problem, it would go away if you rebooted, since that kills all processes.
-
Maybe it is file system corruption. Try running fsck.
-
Maybe the files are impossible to see for baobab. Like if you had gigs of stuff under (say)
/home
on you root fs, then mount another partition as/home
over that, those files would be hidden behind the mount point. Try booting into a live usb and checking your disk usage from there, when nothing is mounted except root. -
If you have lots and lots of tiny files, that can in theory use up a lot more disk space than the combined size of the files would, because on a lot file systems, small files always use up some minimum amount of space, and each file also has some metadata. This would show up as some discrepancy between
du
anddf
output. For me,df --inodes /
shows ~300000 used, or about 10% of total. Each file, directory, symlink etc. should require one inode, I think. -
I have never heard of baobab, maybe that program is buggy or has some caveats. Does
du -shx /
give the same results?
Like this?
#!/bin/sh
set -eu
name_from_desc() {
LANG=C pactl list sinks \
| awk 'BEGIN {FS=": "} /Name:/ {name=$2} /Description:/ {print name, ":", $2}' \
| while IFS=' : ' read name desc; do
if [ "$desc" = "$1" ]; then echo "$name"; fi
done
}
id_from_name() {
pw-cli i "$1" | awk '/id:/ {print $2}'
}
ret=$(LANG=C pactl list sinks | awk 'BEGIN {FS=": "} /Description:/ {print $2}' | tofi)
wpctl set-default $(id_from_name $(name_from_desc "$ret"))
I don't get how that case statement of yours is even supposed to work. I'm pretty sure that's just a syntax error. I guess you want to map from description to name? But that's not remotely what that does.
All the big (and probably small) schisms happened primarily for political reasons (i.e. material interests, power struggles). It's just that lots of other issues (including small differences) tend to align themselves along the same lines, because I guess that helps with the polarization. Doesn't mean this "narcissism of small differences" doesn't exist, just that it's not the cause, but rather part of the dynamic.
As always, keep all your dollars in money
Auto-Updates! Nice.
There was a proposal to let them leave, but for whatever reason that wasn't agreed upon. So the separatists kept attacking and Ukraine mounted a rescue mission. They should have cleared up what to do about it in the agreement, but they didn't.
Your point was that it was the Russians/separatists fault that Minsk II failed, because of Debaltseve, but I don't think that's fair. The Debaltseve issue, and the fact that it wasn't addressed in the agreement, was, even at the time, in Western media and in Russia, criticized. After Ukraine broke out and Debaltseve was captured, fighting was massively reduced even there, and heavy weaponry was pull backed from the front line, so that wasn't the thing that sank Minsk II.
Device-2: Intel Wireless-AC 9260 driver: iwlwifi v: kernel pcie: > speed: 5 GT/s lanes: 1 bus-ID: 3e:00.0 chip-ID: 8086:2526
So I assume this is not old info and the thing shows up in lspci
?
wifi
seems to be a shell script coming from tlp, maybe you can do:
sh -x /usr/bin/wifi
to figure out why it thinks you have no wifi. This gives you a trace of the commands that wifi
actually runs.
Also, wifi should be managed by NetworkManager so you could look into that documentation and log files for that. Also look at kernel logs like dmesg
maybe.
Also also, this could be hardware problem of course. Maybe it just needs to be fully powered off to reset. Have you tried removing the battery? If you cannot do that, there might be little hole at the bottom of the laptop, to stick a paper clip into, to completely power cycle the machine. Maybe that'll reset it.
From the article:
U.S. officials reject criticisms that F-16 fighter jets or longer-range missile systems such as ATACMS would have resulted in a different outcome. “The problem remains piercing Russia’s main defensive line, and there’s no evidence these systems would’ve been a panacea,” a senior administration official said.
Yes, Russia is not primarily motivated by gaining resources, they're motivated by self-preservation and public pressure to stop the ethnostate Nazis next door from doing ethnic cleansing and having the civil war spill over. Whatever land the Russians take isn't going to be worth their losses for a really long time. That doesn't obviously mean they're unhappy if they capture anything of value, but it's pretty clear they were trying to avoid this situation.
That civil war in Ukraine was potentially going spill over, plus a hostile military force (and/or NATO troops) there is great lever to threaten Russia into submission. They could use any instability inside Russia (fueled by them) as a pretext to move weapons or troops into Russia proper. Just the threat of that could cause Russia to cave.
The US and EU look at eastern Europe as a great opportunity to exploit and plunder, and were trying to increase their grip on the region. In the case of Ukraine, they supported pro-western libs and Nazis to install thoroughly pro-western regime that would allow them to loot and plunder and station troops there.
You could argue that this became so big and generated so much blowback, that the US empire is now also looking at this as an existential problem (not existential for the US state really, but for the empire), but it didn't start out this way. They were just in the usual "crush resistance, expand influence, loot resources" mode, but they could just as easily have chosen to just wait and see and back off for now, without this causing any existential problem for them.
Zelenskiy just a couple of weeks ago did a photo op with Azov fighters. The Ukrainian government gives money and arms and propaganda support to Neo-Nazis. No other government does that. Even Russian Neo-Nazis are fighting for Ukraine. Yes the Ukrainian government is ethnonationalist.
Zelenskiy:
There are indisputable heroes. Stepan Bandera is a hero for a certain part of Ukrainians, and this is a normal and cool thing. He was one of those who defended the freedom of Ukraine. But I think that when we name so many streets, bridges by the same name, this is not quite right.
Such a brave push back on the Nazis. He has a point. Naming every street and bridge after Bandera is going to be confusing, I'm sure the Nazis will agree.
🫡