I literally just installed it on a spare laptop. I was going to install the lts, but saw a new release and couldn’t resist. Things seem pretty good so far.
I literally just installed it on a spare laptop. I was going to install the lts, but saw a new release and couldn’t resist. Things seem pretty good so far.
You can get GPS systems that upload data using a SIM. Only viable if you live somewhere with cheap roaming plans. Last I checked, a local company was selling the hardware (without sim) for 200EUR. The thing I was trying to protect was 120-ish.
As a wise one once said: “Talk is cheap, send patches”
systemdBoot is supposed to be true, not a typo. But yeah, I don’t use plasma much so I don’t really know how to solve the issue… Sorry for that!
The template is supposed to be something that you put in your own systemd services. plasma-kwin_x11.service
and plasma-kwin_wayland.service
both already have it.
If I have to guess, it is probably a bug that will get fixed sometime in the future, meaning this is not a viable solution until then. Sorry for that.
Just as a last bit of troubleshooting, check if cat ~/.config/startkderc
shows systemBoot = true
. If it does not, run kwriteconfig6 --file startkderc --group General --key systemdBoot true
. I doubt this will change much, but still worth trying.
If I get some free time, I will do some testing and let you know here
Systemd has a good guide on how to use it https://systemd.io/HOME_DIRECTORY/
And they also have a guide on migrating a traditional user home to this. Do remember to take backups if going this route https://systemd.io/CONVERTING_TO_HOMED/
I personally used the arch wiki when I set it up https://wiki.archlinux.org/title/Systemd-homed
There is not much config.
I think the command I used for my laptop was:
homectl create <name> --storage=luks --shell=/usr/bin/fish --member-of=wheel
https://wiki.archlinux.org/title/Systemd-homed#Creation
Gnome is working on a gui for this, but it will probably be a while until that is out. I feel like it is pretty safe to use the cli for this one.
I have been playing Abiotic Factor with a friend. Most fun I have had since lethal company. Really cool progression and the map is just amazing. The new update has a few rough edges, but otherwise good.
As for single player, terrafirmagreg in Minecraft.
Maybe systemd-homed is the solution you are looking for. The arch wiki has a page for it. And this can be better for your use case because only your home folder needs decryption and not the whole drive.
There is this to keep in mind since you are using KDE, but can be easily fixed: https://wiki.archlinux.org/title/Systemd-homed#Home_directory_remains_active_after_logging_out_of_Plasma
Indie wiki buddy. Fandom often times comes on top for most searches, but many games actually have their official wikis elsewhere. This extension hides fandom links for unofficial fandom wikis.
XD yea. scrcpy --video-source=camera --no-audio --v4l2-sink=/dev/video0 --no-playback
this is the command I use. There are a few more config options for orientation and to select the camera.
I just use scrcpy. They have instructions on their github.
I use KeePassXC. I have shared the keys with someone I trust in person in case of death. I sync by manually copying the database between my devices.
What was the last version of Windows you used before hopping on over?
Windows 10. But I knew that I won’t have issues adjusting to Linux because I used WSL everyday and I had gallium os sideloaded on my chromebook.
So what’s your reasoning for the change to the reliable and funni penguin OS?
A series of unfortunate events in the span of a month or two along with long persisting issues that made me crack.
I had 2 machines then, a hp laptop and a PC. I used my laptop for school and financial stuff (which was shared with my father) and my PC for programming.
The first issue. The laptop had an update for a long while which it would randomly start and I was not able to put it off. But it always kept failing. It was basically a tradition for me to start my laptop on the tram to school so if there is a pending update, it will try and fail before I need it for schoolwork. I finally cracked, googled the issue and tried to trouble shoot it. The first step was to run a system integrity check. This never finished because when I went back to check up on it, an update had been started. My laptop didn’t boot after that because bitlocker couldn’t find the keys, even after I would manually input them on the prompt.
The second issue was with my PC. I used WSL everyday. But it would randomly just fail to boot. This was annoying, so I had a script to delete WSL, install it again and install all the packages I needed.
The third issue was also with my PC. I use a us keyboard layout despite not being from the us. This is because the international English keyboard does not input quotation marks when you type them, which makes it difficult to use for programming. But windows switched me to the international keyboard every now and then which made it annoying to code. I tried removing it, but I was not allowed to for whatever reason. What I did was admittedly stupid, but I used regedit and some online help to remove the international keyboard. That didn’t work, but all system apps stopped working. I kept using it like this for a bit. Eventually, I got an update. Now I was terrified because I was not able to open settings to postpone this update. I didn’t wanna have a repeat of my laptop incident.
So I just finally broke and installed Linux mint. Never looked back, ever. I use arch BTW.
TLDR: laptop got wiped due to a windows update and windows was forcing me to use an international keyboard.
Using or IDE or vim is entirely up to preference. True skill lies in being able to ike out every bit of productivity you can when using it. And I am saying this as a hardcore neovim user.
I won’t go to a mechanic who uses imperial measurements for their tools and rant about how they should use metric. As long as they get the job done, it’s all good.
Just because someone does not copy you does not mean they are in the wrong.
Fish shell. I switched to fish ages ago, back when I didn’t know much bash scripting. Now I am just so used to it that I don’t wanna switch back. Plus it just works.
I put lineageos on my old OnePlus, which had started to lag so much that even the password prompt would take a minute to register my key presses. The moment I put lineage on it, it started working as if it was new and finally had security updates for the first time in 2 or so years. I now use it as a backup device, and also as a webcam for my pc using scrcpy.
It shouldn’t matter if the user is leaning or jumping or whatever. If the variable says “is_person_standing” then the only information I get out of it is whether the person is standing or not. It would be much simpler to use enums to represent the state if there are such other options. If you don’t have enums in your language, then use constants.
Your best option would be to use onlyoffice. Not sure what you mean by copilot. Copilot is available in vscode, vim, jetbrains, all of which are cross platform. You can also try using bavarder if you want something like chatgpt.
I personally use a small tool called mods to access gpt 4 using an openai API key in my terminal, but this option is only great if you have a terminal heavy workflow.
This is great. Rider pretty much carried me through my first year at uni, considering that visual studio does not work on Linux. The neovim plugin for C# that I used kept crashing for me, glad to see non students also getting a chance to try out this software.