Check “boring proxy” On github easy to install and configure and does https for you
/bin/bash/
When nothing goes right, go left.
- 0 Posts
- 24 Comments
/bin/bash/@lemmy.worldto
Android@lemmy.world•Are there any adb commands to block specific apps from accessing mobile data/wifi or in general network acesss?English
1·2 years agoIt suffices for me if you don’t enable logs; there are no logs… and if you enable them, you can choose the country where the logs are saved and for how long.
/bin/bash/@lemmy.worldto
Android@lemmy.world•Are there any adb commands to block specific apps from accessing mobile data/wifi or in general network acesss?English
11·2 years agoThe best way to achieve this is by creating an account on NextDNS, then setting your phone to use the NextDNS DNS. On the web dashboard, look at the logs and blacklist anything from Google, Google Play, or anything else you don’t want. This not only works but also gives you more control over everything your phone is doing in the background, regardless of whether you’re using Wi-Fi or a mobile network.
Give a try to typewise
Not everyone is comfortable with terminal commands either on the phone or on the computer.
They don’t know what they are missing, but this answers your question.
/bin/bash/@lemmy.worldto
Android@lemmy.world•Does Graphene OS maintain the privacy of notifications from being recorded by third parties?English
2·2 years agoHi,
This has nothing to do with reading notifications but getting an approximate location based on notifications.
Like I said, if the notifications are sent encrypted, there is no way to read them.
Regarding tracking locations based on push messages, the only way to avoid it is by carefully selecting which apps are allowed to send you notifications.
Again, it does not matter what operating system you are using.
/bin/bash/@lemmy.worldto
Android@lemmy.world•Does Graphene OS maintain the privacy of notifications from being recorded by third parties?English
5·2 years agoI don’t recall any article like you said; can you provide me with a link?
Also, reading notifications is only possible if the notifications are not encrypted; otherwise, it is not possible.
And this relies on the service that is sending the notification and has nothing to do with the OS you are using.
Avoid Docker as much as possible. It gives you a quick way to run apps, but in a way that you can’t see what is going to be installed.
It is also double resource heater.
And it has many frequent vulnerabilities.
/bin/bash/@lemmy.worldto
Android@lemmy.world•Is there a way on android to stop multiple notifications from the same person?English
46·2 years agoWhen someone writes to me in that way , first time gets a warning ⚠️ second time gets blocked 🚫.
It works out of the box without any other apps.
Sorry to hear that you have a problem with the Qksms. Usually, I don’t send or receive videos, so after I read your comment, I tried to send a short video to myself, and it worked. Yes, I have Android 14 as well.
The root cause of your problem must be in the connection settings, or the video is too large.
If you can connect your phone to the PC and open Android Studio, select the log tab, and you will see everything that is going on in your phone’s background. Now, try to send the video again. All errors related to that will appear as red text in the logs.
I hope you can fix it.
People say Qksms is unmaintained, but Qksms has a lot of cool SMS features, and they simply work.
Why? Because SMS itself has received no updates for more than 20 years.
And will never get.
/bin/bash/@lemmy.worldto
Selfhosted@lemmy.world•I'm new to self hosting. How do I monitor security?English
10·2 years agotrough ssh when you connect to your machine run :
lastb -10
This will show you the last 10 login failed attemps you can change to 20 or whatever
you can also run: last -10 to see the last successful logged in
use :
more history
to see all the commands that someone have typed
on the dir /var/logs you have a lot of another logs too
for more paranoid level use
netstat -a
This will show you all incoming and outgoing communications
and like the others said considere using firewall and fail2ban
Note: don’t relly to much on firewalls since they are easy to bypass
keep all softwares updated
read frequently about new vulnerabilities if there is some vulnerability that affects your software until gets patched turn of that service.
when you say some services on your network are you talking about machines or softwares?
for machines yes ups makes sense for softwares writing some scripts to run on start up should be enough another alternative can be setting up wake on Lan that way you can bring all up again wherever you are
/bin/bash/@lemmy.worldto
Open Source@lemmy.ml•Please don't use Discord for FOSS projects
1·2 years agoI’m not a fan of online games therefore can’t suggest you an alternative but I’m sure something better exists
chatting and making video with your daughter trough discord it’s the same like having any discord employee watching you (see privacy policy ) if you are confortable with that it’s fine . I’m supposing you are on lemmy to avoid reddit right ? do the same for discord.
/bin/bash/@lemmy.worldto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•In Indonesia, Women Pirate More Music and Movies Than MenEnglish
3·2 years agonice womens 😄
/bin/bash/@lemmy.worldto
Open Source@lemmy.ml•Please don't use Discord for FOSS projects
132·2 years agoyou shouldn’t use discord at all … I think nowadays it’s the only app that uses plain text for all messages avoid discord
/bin/bash/@lemmy.worldto
Selfhosted@lemmy.world•ssh into raspberry without a routerEnglish
12·2 years agoyou can just use a reverse shell
/bin/bash/@lemmy.worldto
Android@lemmy.world•Can someone recommend a good pdf reader?English
19·2 years agolibrera
Librera Reader (Book and PDF reader) https://f-droid.org/packages/com.foobnix.pro.pdf.reader/
/bin/bash/@lemmy.worldto
Selfhosted@lemmy.world•PSA: Update your docker installation. Leaky Vessels flaws allow hackers to escape Docker, runc containersEnglish
675·2 years agoagain and again … docker is becoming a joke

I used boringproxy for years and I recomend you