Awesome! This is just what I was looking for! Thanks!
True, they are typically 12 volt aren’t they!
I just took mine out of my car for an unrelated issue haha, totally valid suggestion!
Wonderful suggestion, I have an older raspberry pi and a libre sweet potato and i know i could achieve this with those, but I was hoping there was a project out there that would let anyone with a phone do it! I think this would be an excellent way to get people interested in torrent and libre software, because if someone shows up to a location and all it takes is attaching to a wifi access point and then downloading files, it feels very simple and easy to become engaged with it.
Thank you nonetheless though, I think this is wonderful suggestion!
This makes me curious as to what proposals there have been for a universal save icon otherwise.
Saving data is a fairly abstract concept if you have no knowledge about computers. I have a difficult time thinking of something that someone who has never interacted with a computer could look at and come to an intuitive conclusion that the symbol means to save.
Of course, no worries. I seemed to recall there was something out there for this because I read some article a while back that was discussing the scope-creep in systemd, and the problems that result from it. I think I found this wiki originally at that time.
It will differ by distro, but generally for debian, you begin uninstalling systemd by installing something else like SysV init
:
apt install sysvinit-core sysvinit-utils
cp /usr/share/sysvinit/inittab /etc/inittab
Then you will need to configure grub by editing /etc/default/grub
changing:
GRUB_CMDLINE_LINUX_DEFAULT="init=/bin/systemd console=hvc0 console=ttyS0"
to
GRUB_CMDLINE_LINUX_DEFAULT="init=/lib/sysvinit/init console=hvc0 console=ttyS0"
and then executing update-grub
as root.
Then you can reboot so that the system boots off of sysvinit instead and then purge systemd with apt-get remove --purge --auto-remove systemd
. This also removes packages that depend on systemd.
Then you pin systemd packages to prevent apt from installing systemd or systemd-like packages in the future.
echo -e 'Package: systemd\nPin: release *\nPin-Priority: -1' > /etc/apt/preferences.d/systemd
echo -e '\n\nPackage: *systemd*\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
Depending on if the distro is multiarch, you might also need:
echo -e '\nPackage: systemd:amd64\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
echo -e '\nPackage: systemd:i386\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
This information was sourced from this wiki dedicated specifically to removing systemd on multiple distributions and replacing it with something else:
Off only the top of my head.
-Potentially faster installation
-Free
-More control
-Many distributions from LinuxFromScratch to Mint, making it meet the interests of nearly every demographic
-Wonderful sense of community
-No spying
-No bloatware depending on distro
-No ads
-Many window managers supporting different workflows
-Incredible command line power
-Easy installation of software with package managers
-Less malware
-Fully customizeable ux/ui
-Can uninstall anything you don’t want
-Will help you learn how a computer works at a deeper level if you want to
Nothing, I never said any such thing. In your case your answer to my question would be “I would not have to wish, because I already downloaded everything I want”. This makes you wise.
Teams for chat and video is generally OK but when managers start trying to do scheduling, task lists, and kanbans in it it becomes annoying in my experience. A software should have a definitive scope and not try to be an everything tool. If you want that interconnectivity then it’s better to implement a standard which works with another tool that is designed for that purpose instead of tacking on a bunch of shit.
Otherwise, I end up wondering “Ok where the fuck is that scheduled meeting? Was in in outlook? Was it in the teams calendar? Was it in the teams Kanban? Was it a task list item in Teams? Was it in slack? Was it in google calendar? Oh, no, it was in ZOOM! Oh wait, fuck, I actually have a meeting with this client through SKYPE FOR BUSINESS at the same time the zoom meeting starts… Shit.”
I like the Muji aluminum fountain pen.
https://unsharpen.com/pen/muji-aluminum-body-fountain-pen/
Cheap enough that if it breaks or you lose it or some such, you won’t be that upset, but writes wonderfully. It is nice to have a pen where you can choose your own ink, and it will accept either refillable cartridges or pre-filled cartridges.
The way the cap posts on the back of the pen is pretty unique as well.
Perhaps instead of using youtube-dl or yt-dlp, you may enjoy some client such as freetube more, as it has a lot of the benefits of those tools, but without ads, and with sponsorblock/thumbnail correction, and other nice customizations. It also enables you to create playlists and whatnot.
You can hit a button to download directly from a video’s page as well, though I think that feature needs some love from the developers (you don’t get a loading bar on download).
Requiem for a dream. I have still not used opiates.
Yes, I don’t enjoy the experience as much as Obsidian.
I think it might be the case for some, but mostly I think that more people on Lemmy are less focused on themselves and personal anecdotes. More often I see people here reaching for cited resources to support what they’re saying instead of “Oh one time my Uncle’s friend’s cousin…”. It still happens here, but not nearly in the same capacity from what I’ve seen.
Yea, the installation isn’t too difficult. Looking at my groups as well I think it’s only the libvirt
group that you have to add a user to for KVM/QEMU with Virt-Manager, but the same could be said for VirtualBox as I believe you have to still add the user to the vboxusers
group if you were to install it instead.
It does look like obsidian to me. People like this or logseq a lot for their note taking. If you want a foss alternative, you can look at Joplin, though I can’t recall if it has a graphing feature like this out of the box.
As others have said, you don’t have to be concerned about anything if you keep good backups. Disk storage at this time is very cheap compared to what it used to be, you could probably find a 5200 RPM 5 TB disk for ~100 dollars USD, or even better, two 2 TB disks which you could configure with software RAID.
Yea, I have heard about SketchUp as well, but if I can learn the full FOSS alternative instead then I’d like to use it. I guess I could use Blender or something too, but I really liked the engineering oriented parametric modeling that Fusion360 was doing with the timeline.
Hey! I just got one of these at a thrift store the other day for a couple bucks.
If you want to mess around with pentesting your own devices, there is build based on a specific version of openWRT compatible with it that will let you turn it into a wifi pineapple and it works quite well. Because of the USB ports on the back, you can plug in an additional wifi dongle to add another radio and make it more effective for that.
Here is the repo for the pineapple software based on a specific version of openWRT:
https://github.com/xchwarze/wifi-pineapple-cloner-builds