Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

anonymouse

@anonymouse@lemmings.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

anonymouse ,

Hello brother. 🙏 May I talk to you for a minute about our lord and savior Brother Laser Jet Printer.

anonymouse ,

That's one of the reasons I'm hoarding now.

anonymouse OP ,

I was doing that for a while until I came across this. I liked the idea of completely removing Roku better.

anonymouse OP ,

This is more for people like me who already have one and still need to use it as a monitor, but want to make sure that Roku never collects another bit of data from us.

anonymouse OP ,

From this link:

"A factory reset returns the TV to its original, out-of-the-box state. Performing a factory reset will remove all stored personal data relating to your settings, network connections, Roku data, and menu preferences."

Getting Strange Spam Calls

I have an app on my Android phone called Calls Blacklist. I whitelisted my contacts and block everything else. It blocks calls coming in on my mobile number, but I also have a Google Voice number that it doesn't block calls for. Weird thing is that I only seem to get blocked spam calls after placing an outgoing call using the...

anonymouse OP ,

The android app blocks unidentified callers and blacklisted numbers. This doesn't affect calls from spoofed numbers, and I haven't found the app's spam detection to be effective enough.

anonymouse ,

It depends. Using OPs scenario, if all data, ads and updates, are served from data.samsung.com, then the pi hole can't help. But if ads are served from ads.samsung.com and updates from updates.samsung.com, then you can blacklist the ads while still receiving the updates.

My experience with a Vizio is that the pi is blocking a lot of the "phoning home" connections, but the ads seem to be integrated with the software that allows me to use apps, so I still see them when I use the TV's apps. More and more though, I'm using the HDMI port with my HTPC.

anonymouse ,

I stopped watching local news when they started having the anchors pitch to ads like they were just another news item.

anonymouse ,

I think what happened to Yelchin is a separate issue. The joystick was still a physical object that gave tactile feedback. The design was fine, but GM flushed the mouse on the implementation.

Where we have a bigger problem is when common vehicle controls are just an image on a screen, and a driver has to take their eyes off the road to do something simple like change the A/C temperature or skip a song track.

anonymouse ,

It's basically a nicer way of saying "shit the bed." I picked it up from the Tony Kornheiser podcast. It's a running bit there.

Android Microphone Snooping (lemmy.world)

So I had a verbal conversation with a coworker yesterday and now I'm getting fed very specific ads. No possible way it's accidental. I have most of the microphone access to apps limited, I have Google assistant turned off and no VPA setup in my home. I use a Oneplus 9 pro, does anyone have recommendations on how to further root...

anonymouse ,

There would be a class action lawsuit where lawyers take two thirds of the settlement and those affected would get enough for a fancy Starbucks coffee.

anonymouse OP ,

I'll look up the exact info when I get home and provide links if I can find them again.

The summary is that I had to add a line to /etc/fstab with the ip and folder route of the nas drive and folder, then the mount point in linux, the file system type for the mount, options that give login creds/group id + establish permissions I want to apply to the mount, and an option that keeps the drive from trying to mount until my network is connected.

Finally, for that last option to work, I had to enable a process that I forget the name of. I think it was in systemd, but I was able to initiate it from the command line.

anonymouse OP , (edited )

Since I don't know your level of expertise, I'll go step by step. Forgive me if you already know how to do some of this.

In terminal, type "sudo nano /etc/fstab" (without quotes). This brings up a file where you can add the mount point so it mounts at boot and set options for the mount. Go to the end of the file and enter a line like the following, substituting your info in the appropriate places:

//[static ip for nas]/[top level folder on nas you want to mount] /[mount point in Linux] [file system type for mount] [mount options, nas login credentials, permissions] 0 0

Mine looks like this: //192.168.1.0/Media /mnt/Media cifs _netdev,user=anonymouse,password=*****,uid=1000,file_mode=0777,dir_mode=0777 0 0

The "_netdev" option is the one that delays the mount until after your network is up. The "file_mode" & "dir_mode" set the mount permissions. There is info out there showing how to insert a reference to a credentials file instead of placing them in fstab in plain text, but I didn't bother since I have my computer and user profile pretty well locked down.

To get _netdev to work, I had to enter the following in terminal (without quotes): "sudo systemctl enable systemd-networkd-wait-online".

I couldn't find all the sites I visited while setting this up, but here are a few:

https://unix.stackexchange.com/questions/98707/how-do-i-mount-a-cifs-share-so-i-can-fully-control-the-mounted-volume-on-the-cli

https://unix.stackexchange.com/questions/429604/fstab-not-automatically-mounting-smb-storage?rq=1

https://help.ubuntu.com/community/Fstab#Options

Hope this helps!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • incremental_games
  • meta
  • All magazines