User's banner
Avatar

Kekin

Kekin@lemy.lol
Joined
1 posts • 59 comments

Mainly here to keep up with the news on Linux.

Direct message

Well when I was a teenager I liked pvp games. Now I don’t. I assume when they’re adults some of them will feel the same, probably

permalink
report
reply

Not really through Caddy but for my setup I have it so the ssh port for Forgejo is only accessible through tailscale. So for push/pulling updated my ssh config file to something like

Host git.mysite.com HostName tailscaleMachineName User git Port 1234

Then doing git pull git@git.mysite.com:user/project.git works just fine as long as I am connected to tailscale

Otherwise you could open the port for Forgejo’s ssh so that you can access it without any vpn

permalink
report
reply

Getting a second drive just for windows I think is a good approach. If you were to do so, it’s important that you remove all other drives while installing windows, otherwise the Windows installer will put its boot files into whatever existing EFI partition it finds.

Then using something like https://github.com/Raphire/Win11Debloat you should be good to go with a relatively clean setup.

To have a local account, I use Rufus to setup the usb installer in a way that it automatically creates the local account, and it can also disable the secure boot and tpm requirements from the installer if you want. Though I think rufus is a windows program only. I know there’s the “OOBE” approach for the local account, but I haven’t done that before. That could be an option too

permalink
report
reply

https://wiki.archlinux.org/title/Bluetooth_headset

Sections 3.3 or 3.4

I did 3.4 to disable the headset profiles cause generally it’s ass

permalink
report
parent
reply

I have had this happen to me when my monitor turns off before the night shift starts and when I come back let’s say an hour later and the night shift is not on.

Prob has something to do with the monitor being off at the switching time

permalink
report
reply

For this same dumb reason I wanted to play Forza Motorsport 7 on PC and couldn’t buy it.

And somehow you can still get NFS games that are at least 10 years old I think

permalink
report
reply

The one example I can think of is the Remnant games, at least for Remnant 2 on release it was cheaper on Epic Store than on Steam, by like 10 USD if I recall correctly

permalink
report
parent
reply

A tip I saw some time ago is to do:

rm folder -rf

Additionally you could move the git folder to the trash folder. I think it’s usually located at $HOME/.local/share/trash/files/

Then you can delete it from the trash once you’re certain you got the right folder

permalink
report
reply

It mentions it fixed bluetooth issues with certain devices, I wonder if it’s related to what I’m experiencing on regular fedora KDE (and EndeavorOS too) with a kernel version 6.9.3, CachyOS kernel on fedora, Liqourix on EndeavorOS, where my game controller will not connect to Bluetooth unless I restart the bluetooth service or pair the controller again.

With Fedora’s default kernel which is currently 6.8.11 I don’t have this issue. Honeslty I don’t know what’s up, and from a quick search I couldn’t find people with the same issue. I’ll search again later just in case

permalink
report
reply

One pet peeve of mine is how in Windows 10 switching between virtual desktops was flawless, and somehow in Windows 11 they fucked it up. At first it had no animation when switching, the taskbar kind of glitches. Now it has an animation but it’s kind of delayed and the taskbar still kind of glitches, it seems to reload or something. Kinda crazy honestly

permalink
report
reply