I am on Wayland and have the issue.
I am on Wayland and have the issue.
I tried using Bazzite since I didn’t want to fuss with Wayland on Nvidia with Arch.
I had more gripes and more issues with an immutable distro than I ever did with my Arch install.
Stuck it out with Arch. It has taught me a lot.
The problem many folks have with Arch is the fact they don’t want to read or learn; well, newsflash, if you read and learn Arch isn’t exactly all that hard to use, setup, or maintain. It has better documentation than Bazzite and other newer distros. In fact, Arch Wiki has saved me hassle for other distros.
Your mileage may vary. However, I wouldn’t recommend an immutable distribution nec3ssarily to someone coming from Windows unless they want to shift from one paradigm to another.
Switching from Windows to something with such a vastly different approach in many cases will turn users away from using Linux. Their experience can dictate they switch away because of lack of knowledge and then proced to conflate every distro as just one “Linux” experience and not want to look back at it.
I still stand by one thing you will always hear me say: use the right tool for the job.
I’m having similar. When machine dims the display, it’s changing my monitors brightness and doesn’t bounce back.
I will always recommend people to research their choice of distro. Use the right tool for the job.
What one person needs may differ from what another person needs. Take into account what the use case is for the machine you are using.
I use Arch BTW but I don’t run Arch for any of my servers. I use Arch where it makes sense for me.
I wouldn’t tell someone switching from Windows to just go balls to the wall and go for something blerding edge and arguably more maintenance or manual intervention needed.
I will give my suggestions but always implore them to research what theyt3 looking for.
I want to self host more, but power draw is a concern.
So I have gone the route of running to Pi 4 8gb models as my hosts of choice.
So far I am hosting:
Non-Docker:
Docker:
There are a few other services I want to get up, but I haven’t gotten around to it:
As to why:
To get Nvidia working on Arch here is what I did:
During installation of Arch when it asked if I wanted to chroot into my distro I did. However if you enter commandline by hitting CTR+ALT+<F1 or F2 or F3> to change to a virtual console. If you are doing this from a chroot environment you don’t need sudo.
edit the mkinitcpio.conf
sudo nano /etc/mkinitcpio.conf
In the MODULES=() section I added “nvidia nvidia_modeset nvidia_uvm nvidia_drm” without quotes. So it looked like this:
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
Afterwards I updated my initramfs images by running:
sudo mkinitcpio -P
Then I edited my grub config:
sudo nano /etc/default/grub
Find the line that says “GRUB_CMDLINE_LINUX_DEFAULT=”“”
GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1"
Then I updated grub
sudo grub-mkconfig -o /boot/grub/grub.cfg
Note: I use the Nvidia Proprietary drivers
Resources: Arch Wiki
I do not recommend Manjaro especially if you are going to be using the AUR (Arch User Repository) as it can cause things to break.
I think I am going down the docker compose route. When I started using docker, I didn’t use compose, however, now I plan to. Though, Ansible has been on my list of things to learn, as well as nixOS.
Thank you for the suggestion. The fact that it’s FOSS wins my vote. I have been trying to go all open source where possible.
I think I need to utilize this strategy because I get lazy and don’t update external documentation.
I really should spend time familiarizing with maintaining a git repo. I’ll likely find one I can self host.
I have looked at Obsidian, it looks nice, but the closed source part is why I can’t personally use it. Though, from discussions I have seen Logseq be thrown out when talking about similar software.
The wiki idea is a good one. The way to handle that is to have the wiki backed up incrementally.
I love buying music of artists I find on Bandcamp. I get lossless quality audio, and I get to support the artist. Granted, it is best to do the bandcamp fridays because more money goes to the artist.
However I hate that Epic now owns Bandcamp, and has for a while.
AI isn’t a magic bullet. Sure it has it’s uses, but you have to weigh it’s usefulness to the ideology behind a project and it’s creators. Just because a software developer or community doesn’t embrace AI doesn’t mean they will be “obsolete.”
AI is the current trend that is being shoehorned into everything. I mean literally everything. I don’t think we need AI touching everything.
I don’t want or need AI crammed into my desktop environment. And I surely don’t want it interjecting into my filesystem with my data. It is a privacy concern. And many of other people will feel the same or similarly as I do.
AI is a tool, and with all tools: use the appropriate tool for the job.
It would be cool if there was a website, or an app that would act as just an F-Droid repo browser to show package details, and other pertinent information.
I don’t mind Obtainum’s UI, but I apparently have missed features it has. I don’t have F-Droid installed at all currently. I am sure there has got to be a way to find package names without having the F-Droid client installed.
Thank you! I didn’t know that was an option with Obtanium, but sure appreciate you sharing!
The problem is that I don’t use an fdroid client whatsoever. I use Obtanium. So as far as my search has taken me, the fdroid link is the only one with APKs built that Obtanium can use.
While I can see the merit of your sentiment here, and would generally agree the world exists on a spectrum and not some binary scale of yes or no, black or white. Like others have said, with mottos like “Embrace, Extend, Extinguish” how can one ignore the bad that Microsoft brings to the table.
Microsoft just like many other big tech companies are shoehorning AI into everything. It’s a new fad, and if it isn’t a fad, this is how idiocracy starts IRL.
I am not sure if there is a good way to do it without scripting, and a router that would allow for taking variable input from an external script. But theoretically if the router would support it, you could script a port change at times there are no one on the server.
Essentially the server port is in a text file, you could use some command line utilities, and write a script leveraging something like sed to change the port in place.
But I am overcomplicating it. lol