Line of vision
Funny, but I’m on a tiling wm for a reason. I like things simple and effective. I don’t need or want HDR. :)
I’m on a tiling WM. If I want a specific feature, I make it happen.
This is truly the best way to Rickroll someone. We’ve reached new heights. I like it.
Why pointless?
Use Tailscale vpn if you want access from outside your home network. It’s super easy to set up, all you do is install Tailscale on the server and client, and login.
I’m talking about the LCD/monitor. Maybe @penguin_knight keeps the LCD and mounts it to the board as well. If not, it’s headless. Mouse and keyboard are not the issue. I always set up raspberry pi headless because the OS allows it. All you have to do is add an ssh
file to the /boot
dir and wpa_supplicant.conf
file in root dir. Other distros typically don’t, they need a monitor to be installed.
Conclusion: I now have a laptop and a RPI running 24/7 🤦♂️
Sounds like a win to me. lol
Do you do a headless install like Ubuntu Server Preseed?
https://help.ubuntu.com/community/Cobbler/Preseed
Or do you install linux on an SSD from a different machine, then plug it into MDF mounted laptop mobo?
Lemmy has a few bugs and it’s slow. The subscribe button sometimes take a couple minutes to work, and I can’t even create a post in the lemmy.world community. It will take a few more months to perfect it.
The whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :)
sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"
This will allow you to ctrl+s to save. I tried to add this in a backtick code line/block but it removes part of the syntax.