Posted on 05/05/2023 5:32:58 AM PDT by ShadowAce
Slowly, users are moving to privacy-focused solutions instead of convenient options.
Why? Simply because many have realized the worth of their personal data.
Of course, protecting your privacy does not mean staying anonymous. But, taking control of privacy means that you do not share essential information with unauthorized parties while keeping your sensitive data private from everyone.
You can improve privacy on all kinds of devices you use. Here, I shall provide some proven methods to enhance privacy easily.
Your email address is connected to everything online, whether banking or a cloud storage platform.
If your email remains private, you get less spam and fewer attempts to take over your account or trick you into downloading a malicious file from your email.
I think you get what I mean ๐
Butโฆ you share your email address with every essential app/service you use.
So, how can you not share them but still use them?
You can use email aliases to keep your actual email address private. We have a list of tools to help protect your email address. Choose any options like SimpleLogin or use the email alias addresses your email provider allows creating.
Also, try using secure email services like Tutanota or ProtonMail for the best experience.
With an exposed or insecure internet connection, an attacker can snoop on your web activity and potentially use it to gain vital information or affect your device data.
So, it is essential to keep your internet secure.
To achieve that, you can do a few things like:
ProtonVPN and Mullvad VPN would be two excellent options, offering open-source clients and Linux support.
Everyone utilizes a search engine to find what they are looking for.
For most of them, it is Google. It is the most popular website on the planet as of now.
But, it collects some of your data to improve its searchability and may also personalize the search results per your likes and other factors.
However, if you want an entirely private search experience and non-personalized results, privacy-friendly search engines should be helpful.
Just like you use search engines, the browser is a vital means of the interaction process.
A browser with solid privacy and security features should help you enhance your browsing experience.
Personally, I could point you to Vivaldi, Firefox, and Brave. If you are keen to explore more options, look at our list of the best browsers for Linux.
Whether you use Linux or any other operating system, you should not install anything you are unaware of. Not all programs are privacy-friendly.
Some do not collect any data at all, and some do.
Yes, there are certain green flags that you can look for before picking a new software to install. Some of them include:
Some other pointers that you can keep in mind:
Every app, every operating system, and every service that you use provides some amount of privacy control.
For instance, you can hide your Instagram account from the public and only accept followers you know/want.
Similarly, when possible, I recommend you head to โPrivacy settingsโ on your mobile phone, Linux desktop, and everything else.
It can be anything, deleting your old files, disabling diagnostics information sharing, and so on. If it sounds feasible to you, use the available option to your advantage.
Passwords and credentials are at the center of everything. If you need to ensure they are well-protected and organized, use a good password manager.
I usually suggest Bitwarden and KeePassXC for all kinds of users.
If you prefer keeping things offline, KeePassXC is available cross-platform. And, if you want a cloud-based solution, Bitwarden should not disappoint.
You can also explore some password managers for Linux users.
Taking notes can be a habit for some, and it can be a good/bad one.
Why do I say that? Well, notes often have sensitive information, sometimes passwords or PINs.
So, if you make sure that your notes are secure, it is one of the easiest ways to boost your privacy game.
Recommendations will include Standard Notes and CryptPad. You can explore other options with end-to-end encryption or a variety of features:
Not everyone has the time or patience to maintain/configure a RAID setup to store/backup data at home.
So, cloud storage services are the usual solution.
My personal recommendations include Mega (end-to-end encryption), and pCloud. But I suggest you check out our list of cloud storage services to explore better options.
Additionally, you can encrypt your files before uploading them to the cloud thanks to solutions like Cryptomator.
You can always utilize open-source and encrypted messengers like Signal (cross-platform) to secure your communications.
There are multiple WhatsApp alternatives that you can explore for personal use.
If it is for your business, open source Slack alternatives should help.
Suggested Read ๐
If you are adventurous and want to try an entirely different operating system tailored to give you a private experience, you can pick Tails OS, Whonix, and similar options.
Some are built to erase your activity as soon as you finish it. And some of them feature special security features, which could be overwhelming for daily usage.
If you are curious, explore the best privacy-focused Linux distributions.
Read...
I’ve tried it before- was pretty confusing to me. I even tried the “dd” backup method but I musta done something wrong as it didn’t work when I tried restoring. I do have the free macrium reflect but I’m not sure how it works on dual boot system.
I shoukd probably try an old cheap laptop to experiment with stuff like this on.
bump
#!/bin/bash if [ "$EUID" -ne 0 ] then echo "Please run as root" exit fi cp /home/ShadowAce/ShadowAce-user /etc/sudoers.d/. cat /home/ShadowAce/fstab >> /etc/fstab hostnamectl set-hostname <hostname> # The following four lines are to enable NordVPN to work properly #sysctl -w net.ipv6.conf.all.disable_ipv6=1 #sysctl -w net.ipv6.conf.default.disable_ipv6=1 #echo "net.ipv6.conf.all.disable_ipv6=1" >> /etc/sysctl.conf #echo "net.ipv6.conf.default.disable_ipv6=1" >> /etc/sysctl.conf git clone https://github.com/pop-os/pop.git mkdir /usr/share/backgrounds/images mkdir /mnt/{TV,movies} cp -r /home/ShadowAce/Downloads/wallpaper/*.jpg /usr/share/backgrounds/images/. #add-apt-repository ppa:libreoffice/ppa #add-apt-repository ppa:videolan/stable-daily apt-add-repository ppa:lucioc/sayonara apt -y install /home/ShadowAce/Downloads/nordvpn-release_1.0.0_all.deb apt -y install xfsprogs xfsdump attr quota apt update apt -y full-upgrade --allow-downgrades apt -y install nordvpn exa apt -y install kde-standard apt -y install tuned terminator vim transmission rdesktop flameshot apt -y install pidgin pidgin-sipe python3-pip expect tcl ffmpeg mediainfo vlc xsane xsane-common apt -y install sayonara nfs-kernel-server shellcheck shc apt -y install xscreensave* hpli* apt -y install freerdp2-x11 apt -y install /home/ShadowAce/Downloads/zoom_amd64.deb apt -y install /home/ShadowAce/Downloads/icaclient_21.6.0.28_amd64.deb systemctl set-default graphical.target pip3 install bpytop curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl chmod a+rx /usr/local/bin/youtube-dl sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp sudo chmod a+rx /usr/local/bin/yt-dlp ln -s /usr/bin/python3.8 /usr/bin/python systemctl enable nordvpnd apt -y autoremove --purge #reboot
If you have any questions about it, don't hesitate to ask.
I have (obviously) replaced my actual username with my FR name. Also, I replaced my actual hostname with the tag, so you'll have to edit it for those items.
thnak you very much for that- I will give it a go
Another bump.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.