Father of two, husband, gamer, lover of free software, and willing teacher.
Microblog: https://social.ozoned.net/@ozoned Livestream: https://stream.ozoned.net Videos: https://video.thepolarbear.co.uk/@ozoned Matrix: https://matrix.to/#/#the-ozoned:matrix.org KoFi: https://ko-fi.com/ozoned
Sounds like a 2000’s cell phone ringer.
Timing belt needs a good tightening is all.
Amateur!
<gets out his penny-farthing>
And who is going to verify they deleted it and how are they deleting it?
Is it about time we get analysts that monitor these companies from the inside?
Why? It’s not illegal, people don’t care, they’ve decimated privacy to the point no one cares, so they’re doing nothing wrong as Lon as they can justify all his horrendous shit to themselves.
It’s not spying when you directly give them access to monitor your communications. Says section 632 subsection VIIXVVIIX Subsubsection D in the 69 fine print 42. Isn’t everyone a lawyer with hundreds of hours to spend reading Eula’s?
Also fuck this noise. It’s made legal because people click agree to 10000000 pages of contract.
Their design was more mobile type wherr you don’t minimize windows, you just switch between them or between spaces. I’ve used Gnome forever, including the rough times on Gnome 3.0, and I’ve always used a system tray as well. Never liked leaving clutter everywhere and imo it goes against the minimal design. But thankfully easily extendible.
It was in the description of the video, but it’s a Hetzner VPS with 3 cores, 4GB of ram, 80GB disk, 20TB bandwidth.
This is literally the self-hosted community. I’m talking about self-hosted livestreaming platform. If you want to call it a blog + video, ok sure. Everything is basically a rehash of everything else. Just trying to share some self-hosted information. And I’m not the dev of Owncast or anything, just someone trying to make others aware of self-hosting software.
I’m not understanding what you’re stating. Me streaming a video game isn’t blogging. If you mean that there isn’t a list of folks all streaming, well there’s https://directory.owncast.com to find folks. If you mean only you can stream to it, well that’s not true as you can set up multiple stream keys and allow others to stream to it as well. So I’m really not understanding what you’re stating.
Nope. Full self hosted livestreaming. I personally use it to stream games. I started a communit at !owncast/lemmy.world and I’ve listed a few different streams. Some folks game, classic movies, music, etc. It’s your own self hosted Twitch or YT streaming, etc.
Awesome! TY! Who couldn’t use more lettuce eating lettuce in their life?
Now all we need is some fruit cannibalism and we’ll have a well rounded meal! :-D
But you have a space in there. I don’t know how spaces are handled in fstab. You’ll either need to quote it or at least escape the space:
UUID=D4C0A66EC0A65710 ‘/media/lucky/New Volume’ ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
OR
UUID=D4C0A66EC0A65710 /media/lucky/New\ Volume ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
The space is absolutely an issue in fstab as it’s thinking “Volume” is the filesystem type and ntfs goes into your options, etc.
You’ve made a directory path literally called
/media/lucky/New Volume
?
That REALLY doesn’t seem like a good idea considering that *'s are wildcards for anything, and Linux isn’t really fond of spaces.
The error basically tells you that you have an error on line 18, which I’m assuming is this line you’re stating and that it’s ignored that line so that it can still go on and mount other things.
Most likely you’d want something like:
mkdir /media/lucky/NewVol
and then your fstab would be:
UUID=D4C0A66EC0A65710 /media/lucky/NewVol ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
Also do you have a lib or something for linux to handle NTFS file system types? I haven’t run Windows in 17 years now, so I don’t have a clue if Linux can natively handle NTFS.
You can also run:
# lsblk
or
# blkid
to get the storage information and verify the storage UUID is correct.
I don’t have a younger sister I have to share clothes with.