MNT Reform Software

Base packages ```bash # The basics apt install git unzip btop nethogs lsd build-essential meson cmake # Network shares in thunar apt install gvfs gvfs..

22.09.2023
uBlock Origin

uBlock is my favorite adblocker, mainly because of its many configuration options. You can also not configure it at all if you don't care about diving deep and you still get a very pleasant experience. uBlock does not work on Chrome because Chrome is a piece of crap software.

20.09.2023 # surveillance # tracking # adblocker
Cycling

my favorite outdoor activity!..

12.09.2023
Anxiety

The state of constantly being alert or restless. ## Triggers - A percieved or real threat in the future ## Effects - Restlessness - Inability to f..

09.09.2023 # mental-health # anxiety
Hiking

## Hiking around Munich A list of places to hike at. - Sonnenspitz - Plansee - Simetsberg - Tegernseer Hütte - Herzogstand ..

09.09.2023
Depression

## Triggers - Something unpleasant I don't want to confront or do ## Effects - Lack of motivation - Hopeless about the future and my own condition -..

22.08.2023 # depression # mental-health
Nepali

## Resources https://nepalgo.de is an excellent resource for learning Nepali. Apart from the content itself, it also offers a list of [further resourc..

28.07.2023
Android Apps

- FitoTrack - Orgzly - FairEmail - Tusky - Poweramp - NewPipe - Aegis - Bitwarden - MiX - Aurora Store - Droid-ify - Aves - HTTP Shortcuts - IndiePass ..

25.07.2023
Android

- [[android-apps]] - [[adb]]..

25.07.2023 # android
Laktoseintoleranz

Laktosegehalt pro 100g: - Kuhmilch, 5,0g - Butter, ca. 0,6g - Buttermilch, 4,0g - Fetakäse, 0,5g - Parmesam, <0,6g - Joghurt, 3,7g bis 5,6g - Gouda, <..

23.07.2023 # lactose # health
Shell aliases

## Display a calendar of the current, next and previous month Options: - -3 Display three months - -M Start week from Monday - -b Use the old 'cal' c..

23.07.2023 # linux # shell
Nepali Cooking

Main spices in nepali cooking: - [[nuun]] - [[esar]] - [[jeera]] - [[dhaniya]] - [[korsani]]..

22.07.2023 # cooking
My Cycle

## About - Brand: Morrison - Model: [T 5.0 (2020)](https://www.morrison-bikes.de/bikes/trekking/t-5-0-2021) ## Spare Parts - Brake: Shimano AMT200 -..

20.07.2023
Changing the brake pads on a cycle

Some notes on replacing the brake pads: - Before starting the repair, switch to the highest gear to get the chain in a favourable position for removin..

20.07.2023 # cycling
PostgreSQL

## Installation ### Arch Linux ```bash yay -S postgresql su - postgres -c "initdb --locale en_US.UTF-8 -D '/var/lib/postgres/data'" sudo systemctl en..

20.07.2023 # postgresql # database
SqlDataAdapter vs SQLDataReader

## SQLDataAdapter Use an **SqlDataAdapter** when wanting to populate an in-memory DataSet/DataTable from the database. You then have the flexibility t..

14.07.2023 # net
Interpolating Strings

## Elxir ```elixir "Hello #{name}" ``` ## TSQL >= 2012 ```sql SET @query = FORMATMESSAGE('SELECT %s FROM SOME_TABLE', @somevariable); ``` ## Visual..

14.07.2023 # sql # elixir # vb-net # javascript
Converting a Datatable into an Enumerable

While you can just iterate over a datatable's rows using a for each loop, if you want to use LINQ for processing the rows, you need to change the forma..

14.07.2023 # programming # vb-net
cmus

## Keyboard Shortcuts - 1 - Library - c - Start/Stop - b - next track - z - prev track - m - toggle all/artist/all - r - toggle repeat - s - tog..

14.07.2023
helix

Helix is a multimode command line editor like vim. Inspired by the [kakoune editor](https://kakoune.org/). ## Installation After installation, it is ..

14.07.2023
Activate SSH on a Raspberry Pi

Put a file called `ssh` on the **boot** partition of the sd-card containing your Raspian. Do this after you wrote the image to the card. Another thin..

14.07.2023 # ssh # raspi
Create an initial user on Raspberry Pi

Since April 2022, Raspian or Raspberry OS does not come with a default `pi` user anymore. To create a user without a gui or using their own imaging too..

14.07.2023 # raspi
Linux

Stuff about Linux ## Programs - [[helix]] - [[cmus]] - [[nnn]] - [[ncdu]] - [[waybar]] - [[sway]] - [[lsd]] - [[entr]] - [[greetd]] ## Terminal - [..

13.07.2023
MNT Reform

> MNT Reform is the ultimate open hardware laptop, designed and assembled in Berlin, Germany. MNT Reform is uniquely designed to be as open and transpa..

10.07.2023
Universal Paperclips

A incremental/clicker/idle game, where you play as a machine that produces paperclips. - Web version: https://www.decisionproblem.com/paperclips/ - Sp..

29.06.2023 # game
Obsidian

[Obsidian](https://obsidian.md/) is a PKM tool to build *almost anything* as a collection of markdown files. The program itself is a markdown editor wh..

28.06.2023 # project
Cleaning up linux server space

Here are some steps to go through to keep your Ubuntu Server clean. - Clear the systemd journal logs: `sudo journalctl --vacuum-time=2d` - Clear t..

25.05.2023 # debian # ubuntu # docker # systemd
Things I use

## Services - [Linkding](https://github.com/sissbruecker/linkding), a selfhosted bookmarking service - [Vaultwarden](https://github.com/dani-garcia/va..

04.04.2023 # project