Did you try running a scan for malware? I usually use ClamAV. It’s a simple, FOSS anti-virus scanner for Linux. Can run it from the terminal or install a version with a GUI if you’d prefer that.
- 0 Posts
- 6 Comments
rudyharrelson@lemmy.radioto Linux@programming.dev•Bazaar Is the Flatpak Store GNOME Always Needed6·14 days agoRelying on flatpaks seems like a bad idea.
A more reasonable take might be: don’t install flatpaks willy-nilly without first verifying that they’re maintained by the original developers (or an authorized third party, which is sometimes the case). The same way I wouldn’t run
apt install <package>
without first checking the package info to ensure I’m installing a legit package (if I’m not already familiar with the specific package I’m installing).
rudyharrelson@lemmy.radioto Linux@programming.dev•When did you go full Linux nerd?English3·3 months agoSummer of 2020. Lockdown was in full effect and I was working from home. I wouldn’t say I had a lot of extra free time (my kid was 1 year old at the time, lol), but I spent many hours that Summer tinkering with various projects, and that led me to eventually adopt Linux as my daily driver on all my machines.
I’ve dabbled with Linux since 2005, but was never savvy enough to completely ditch Windows until 2020.
rudyharrelson@lemmy.radioto Linux@programming.dev•What are the best just works applications for web-camerasEnglish1·4 months agoI’d recommend Cheese (e.g.:
apt install cheese
) since it requires virtually no setup to start recording video and photos.Open Broadcasting Software (OBS) also works for this purpose, but requires more setup, generally.
rudyharrelson@lemmy.radioto Linux@programming.dev•What are the best just works applications for web-camerasEnglish0·4 months agoDepends on what you’re trying to do with the webcam.
If you just want to take pictures and videos, you can use Cheese.
If you want the webcam to be accessible to other devices on your network so you can view it remotely, you can use Motion (requires a small amount of configuration, but afterward it Just Works)
For inline code
like this
, wrap the text in backticks `like this`.For multi-line code, wrap the text in triple backticks ``` like this ```