Frequently Asked Questions

19 key topics, answered briefly and clearly. Use the search to jump straight to your topic.

Last updated: September 1, 2026

At a glance

Topics in the FAQ

A rough breakdown of what the 19 questions are about.

Basics and everyday life8 topics
Types of attacks and threats4 topics
Network and technology5 topics
Personal and my server2 topics

Basics and Everyday Life

Do I need a VPN?
A VPN encrypts your connection and routes it through an additional server. It's especially useful on public Wi-Fi networks and rules out eavesdroppers between you and the internet. At home with a secure connection it's less urgent. Tip, no ads, no paid recommendation: Mullvad and Proton VPN are considered especially privacy friendly, among other things because they ask for little to no account information from you.
Why are updates so important?
Updates close known security holes in the operating system, apps, and browser. Attackers exploit exactly these holes. Turn on automatic updates so you don't miss an important security fix.
What does two factor sign in actually do for me?
It requires a second proof besides your password, for example a code from an app on your smartphone. Even if your password gets stolen, an attacker can't get into your account without this second factor.
What actually makes a password secure?
Length protects more than complexity. Use at least 12 characters, ideally a passphrase made of several random words. Use a separate password for every account, so a stolen password doesn't put every account at risk.
How do I recognize a phishing message?
Phishing messages create time pressure. They threaten account suspension or promise a prize. Check the sender address carefully. Hover your mouse over links without clicking. Never enter login details through a link from a message.
How do I create a good backup?
Save important files regularly on external storage or in an encrypted cloud service, separate from your main device. That way you won't lose important data after a hardware failure, theft, or a ransomware attack.
How do I protect my smartphone?
Three things protect your smartphone the most: a lock screen with a PIN, pattern, or biometrics. Checking app permissions and only granting what's needed. Installing apps only from the official app store.
Why do I need a password manager?
A password manager creates and stores long, unique passwords for every account for you. You only need to remember one master password, the rest runs automatically. That's much safer than remembering a few passwords and reusing them. Tip, no ads, no paid recommendation: Bitwarden and KeePassXC are well known, open source examples that let you get started for free.

Types of Attacks and Threats

What is a Trojan horse?
Malware that disguises itself as a useful or harmless program to get you to install it. Only afterward does it reveal its actual, harmful function. The name comes from the Trojan Horse in Greek mythology.
What is smishing?
Phishing via SMS or messenger message, often with a link to a fake package delivery or bank website. The same rules apply as with phishing by email.
What is spyware?
Malware that secretly collects data, such as keystrokes, visited websites, or location data, and forwards this information to third parties without you noticing.
How do I detect a keylogger?
Unusually high system load or unfamiliar processes can be hints, but detection is never guaranteed. An up to date virus scan, a good backup, and current software lower the risk from the start.

Network and Technology

Signal or WhatsApp, what's the difference?
Both encrypt messages end to end, but WhatsApp collects significantly more metadata and belongs to Meta. Signal is run as a nonprofit, deliberately collects as little about you as possible, and makes its code public. I myself switched from WhatsApp to Signal for exactly these privacy and security reasons.
What are recovery codes and what do I need them for?
One time codes you get when setting up two factor sign in, for the case that you lose your smartphone. Keep them printed out or in a password manager, without them you can otherwise get locked out of your account in an emergency.
What is my digital footprint?
The sum of all the traces you leave behind on the internet, from posts on social networks to visited websites. Being deliberate about it helps you avoid revealing more than you actually want to.
Windows or Linux, which is better?
There's no blanket better, only different strengths. Windows scores on compatibility with games and many company programs. Linux scores on control, transparency through open source code, and less background data collection. My server runs Linux, and on my own computer I've additionally switched to Kubuntu.
What is the Internet of Things (IoT)?
IoT stands for Internet of Things and refers to devices that communicate over the internet on their own, such as smart home devices, connected cameras, or sensors. These devices are essentially small computers, which makes them just as vulnerable, often even easier to attack, since updates are installed less often than on a PC or smartphone. Change the default password on every IoT device and keep its firmware up to date.

Personal and My Server

Why do you run your own server?
My own server lets me try out things that are hard to recreate on a normal laptop, like running my own services and understanding how a system works in continuous operation. For me it's mainly a learning tool where I practice server administration hands on.
Why is this website a learning project?
I'm still right at the beginning of my IT career and want to gain hands on experience instead of just reading theory. This website is my way of directly applying, documenting, and at the same time understandably passing on what I've learned to other beginners.