

Well, it’s because Russia is jamming GPS signal, it affects planes, cars, everything relying on GPS.


Well, it’s because Russia is jamming GPS signal, it affects planes, cars, everything relying on GPS.


oh I did, it was a banner maybe 100 pixels height. I had a small app to make window transparent by clicking on them, so I started the bar, started the app, click the bar, it dissapeared but still registered viewing. I got maybe 25$ after a couple of months


Not sure someone knows for the moment, but for sure the US part will have all its data in US data center and all. App can be the same binaries I guess, like Netflix for instance, that use IP/geo location to show you different stuff.


There will be a US tiktok algorithm (full of racist white supremacist fascist stuff), and a RestOfTheWorld algorithm (with doorables labubu and other nonsense)
I think you cannot buy or board a one way ticket if you are not a US citizen


I’m using baobab here, it scans my 500GB in a few seconds
M-x doctor
In emacs, ESC then x then type doctor, I remember this from 30 years ago
yea, emacs even has a doctor


I have a Mediatek MT7921K, it’s using the mt7921e driver, 3 years ago the chip was new I think and not well supported in linux (problem with init/sleep/resume) but a lot of people fixed it, and mediatek released new firmware, and the driver is rock solid for about 3 years now, I’m using it on my daily driver working PC 8h/day, 0 problem, and use a BLE keyboard and trackball too.


Disable fast boot in your BIOS, else when you reboot, hardware is not re-initialized so if Windows loaded a custom firmware in the chip or set some stuff here and there, it may be incompatible with linux. If you dual boot, always disable FastBoot in the BIOS.
This is a very human response!
$ cat .inputrc
$include /etc/inputrc
"\e[A": history-search-backward
"\e[B": history-search-forward
I type the first few letters and use up arrow, or !start of command name
I think we can see who downvoted on lemmy, but I don’t care why he did it, really…
:)
This could be me, I started on unix before Linux existed. I was on HP-UX, IRIX, AIX, Solaris1/2, and I did the same thing, went in /usr/bin, did a ls, man all the commands, this is how I learnt unix command, shell, awk, grep, sed, etc.
ah modules, the good old days, especially on amiga, but we had good tracker on PC too.


can’t with broadcom


yes for a long time now



I remember maybe 12-15 years ago, setting OpenVPN on my TomatoUSB flashed router, invoking all kind of openssl command to generate certificates, keys, signing stuff, setting the router, setting the TAP/TUN clients etc. but once setup it works for years on my laptop, phone, etc.
Now with WG I basically scan on my phone a QR code generated on my Merlin router and that’s it.
Do you have GRUB? If yes you can edit your kernel command line and append “init=/bin/bash”, see if at least this gives you a prompt, this has saved me a couple of time in the past. Else booting on a USB and mounting your boot partition may help to fix it.
BTW I also have LUKS and I’m using TPM, using tpm2-initramfs-tool, first, it failed because I forgot the tpm modules in initrd, but I always have 2 kernels installed and only modify one initrd at a time to have a safe boot if I have a problem, like I had!
I tested tpm2-initramfs-tool with proper tpm2 modules and it worked.
I also tested with clevis-initramfs and clevis-tpm2 and it’s even easier, no messing with crypttab.
Also, as long as you can break GRUB and append “init=/bin/bash” it is not secure of course, you can then prevent grub editing or not using grub at all.