Looks like some process in your startup scripts (fish profile, etc) have not completed. I have seen this type of thing when NFS mounts are unreachable. Try opening another terminal window… if it does the same thing, press Ctrl+C, then run ps -ef and see what processes are running as you that might be hung
I had a similar problem. I had made a bunch of changes to a document and just closed LibreOffice Calc thinking it would prompt me to save it. It did not. It just exited and discarded my changes. I went in that day and turned on AutoSave.
Wez is actually pretty awesome too
Me too! You know what, too? Last year I decided to rewatch all 9 movies again. I can’t remember if I did release order or timeline order. But I watched all nine ending with what I had been dreading: the sequel trilogy. And you know what, I enjoyed all nine. I did not like The Last Jedi when I first saw it. And hated The Rise of Skywalker. But on rewatch, they were good. I thoroughly enjoyed them. In fact, I even enjoyed The Phantom Menace and The Attack of the Clones this time too.
After finishing the movies, I was happy. I think the biggest problem most people have with movie “universes” these days is that if the movie goes in a drastically different direction than the watch expected, they get angry. But when I rewatched, I tried to go in with an open mind. And was pleasantly surprised.
I also enjoyed Kenobi, The Mandolorian, Andor, and even Boba Fett. I especially liked Ahsoka (Thrawn, baby!).
I just finished reading all of The High Republic novels through the end of 2023. I’ve really enjoyed those too. It’s great to get back to the Star Wars Universe.
In 1993, a guy I knew had a Linux server running in his dorm room. I think it was a 0.9x kernel. He dialed into the University network and I was able to telnet in through my own dial up connection to the University. He was running Slackware.
Within a couple months, I downloaded all 30+ 1.44 diskette images and built my own Slackware server. In that time I used Slackware and Red Hat (which then became Fedora before RHEL became a thing). Now I’ve pretty much settled on Debian for servers and Arch for desktop/laptop systems.
Awesome. Thanks for the feedback
This looks awesome. Does anyone have experience with it?
I haven’t used the Pixel Fold
Pixel phones. I’ve had the 2XL, 4a, 6 Pro, 7 Pro, and 8 Pro. Each one was better than the last. I know some people had manufacturing problems and the Pixel 3 had memory issues. But I’ve been lucky and never had issues. And the software experience is exactly what I want. Call Screening is awesome.
That’s what I meant by “dedicated GPU for Gaming” presuming the desktop already had a video card for regular use.
Sure. Why not. The game wouldn’t know you’re in a VM. The GPU is presented to Windows so it SHOULD all just work. There’s plenty on Youtube for getting this to work.
Well, you boot from the Windows install medium. And instead of picking an existing partition to install on, you create a new partition from unpartitioned space
If you have a desktop and can install a dedicated GPU for Gaming, libvirt should be able to game a full speed
As @[email protected] said, I’d virtualize it if you can. But if there is a reason you want to use actual hardware with Windows (gaming, installing firmware that requires Windows, VR, etc), I’d install a dedicated disk for Windows.
If you can’t do either of those things, look at gparted to resize your partitions.
I use the Notes feature of my Nextcloud instance.
I have had some problems doing what you’re trying to do. Replacing the variable with a function would work.
rmdec() { sed ‘s/…$//’; }
What’s wrong with RaspberryPiOS? It’s just Debian with Raspberry Pi utils/firmware installed AFAIK
Awesome. I might try it. I had two days of breakage because of updated python packages prior to qtile being updated (which was bandaided with IgnorePkg in pacman.conf). But now it’s all good.
One thing I like about SVN that, at least in the past, was not easy with Git is checking out sub directories.
One thing I do is check out svn+ssh://svn/home/svn/configs/server/etc and copy the .svn file over to /etc so that I can check in changes from the actual directory on my servers at home. I never found a good way to do that on Git. But, admittedly, I haven’t looked in a couple years.