Skip to content

Instantly share code, notes, and snippets.

View RobinBoers's full-sized avatar
curious

Robin RobinBoers

curious
View GitHub Profile
@RobinBoers
RobinBoers / virus.vbs
Created January 3, 2021 19:54
Simple fake virus
Option Explicit
Dim wsh : Set wsh = CreateObject("Wscript.Shell")
Dim passwd
Dim x
x=0
Do While x=0
passwd=inputbox("This application is locked. Please provide a password to unlock:","Error opening application", "")
@RobinBoers
RobinBoers / elementary OS config.md
Last active January 30, 2025 17:28
My way of configuring and customizing Elementary OS (linux)

Elementary OS config

This is a simple guide for myself about how to replicate my current eOS setup if I ever need to. These are my themes, customazations and tweaks to the OS, categorized and clearly written down for future me if he ever needs it.

Install software

Install updates

Always update when installing an new OS.