TOOLS |
This subpage lists
a bunch of tools, programs, commands and tips which I would generally recommend to everyone. Some of the things listed are required to perform actions on the other subpages safe. |
Proton servers are
based in switzerland, so they're pretty safe to use. Proton services include email, a strorage drive, vpn servers and a calender. |
My go-to browser
is Firefox. It's very customizable, safe and lightweight. (compared to others like chrome, opera, etc.) If you operate on a mobile device you can use Firefox Klar on the Play Store Firefox Klar on the App Store to enjoy extended privacy settings. If you are using an Anroid Phone you can also use Firefox Nightly for Early Acces features and developer tools. (Nightly might be very unstable on older devices) |
BROWSEREXTENSIONS |
uBlock
Origin is a browserextension which allows you to block most Advertisements and various different trackers. The recommended settings for uBlock Origin are these: SETTINGS |
Privacy
Badger's purpose is to
block advertisements and tracking cookies that do not respect the ''Do Not Track'' setting in a user's web browser. |
Decentraleyes'
primary task is to block connections to major CDNs such as Cloudflare and Google and serve popular web libraries locally on the user's machine. This enhances user privacy and minimizes tracking accuracy. |
Turbo Download
Manager is a download manager with the ability to pause and resume downloads, download remote files, and more. It is using a multi-threaded download method, which means you can greatly increase your browsers download speed. |
Enhancer for YouTube is simple extension to greatly customize YouTube. |
POWERSHELL |
Since Windows 10
''Powershell'' is a useful tool to run commands and tools. It's like an enhanced and improved Windows Command Tool. |
Chocolatey is a package manager and software installer
on Microsoft Windows. It uses the NuGet packaging infrastructure and Windows PowerShell to simplify the process of downloading and installing software. I use it to install programms on fresh windows Installs, so I don't have to use Edge for downloading them. Paste this command into the Powershell ISE: |
iwr -useb https://christitus.com/win | iex |