Tech
-
Git
Commit
Amend
git commit --amend git commit --amend -m "New commit message"
read article -
Blazor hosted on github-pages
While deploying my first "Blazor webassembly" app to "GitHub pages" I ran into some minor troubles. The following notes may be helpful for...
read article -
Duplo
While I was traveling I used my GoPro to take some pictures and videos. After importing, my files were synced automatically to my google drive. After syncing I...
read article -
Termux, a cli at your fingertips
While I was looking for an Android Git client and a Markdown editor I came across the Termux project.
Termux...
read article -
A functional approach to the using statement in C#
Lately I participated in a job interview and was questioned about the C# 8 "using declaration":
read article -
Go for 11ty
coming soon (probably 😅)
-
Drush
SSH
ssh user@domain.com -i .ssh/id_rsa
Drush functional
$ drush... read article
-
Fedora 37
-
Powershell
Terminals are a fast and elegant way to manage your system. But who can remember all the commands and switches? These are notes to my future self.
read article
-
Fedora 38
Article@Fedora Mag: Fedora Magazine
A collection of utilities for WSL:read article -
Maria DB
Restore Backup
$ cd C:\Program Files\MySQL\MySQL Workbench 8.0 CE $ mysql -u root -p $ mysql -h account.mysql.db.internal -u account_user... read article
-
Mail e2e Encryption
Die Verschlüsselung von Mails war nie so einfach wie heute. Oder vielleicht besser ausgedrückt, komfortabel. Bis heute erhalte ich nahezu 100% meiner Mails unverschlüsselt. Ich vermute das kommt...
read article -
Fedora 39
Article@Fedora Mag: Fedora Magazine
A collection of utilities for WSL:read article -
PHP on Fedora
PHP Installation
$ sudo dnf install php-cli $ sudo dnf install phpunit composer $ php -i $ php --help
read article -
ThinkPad X1 Extreme Gen 3
Mein ThinkPad X1 Extreme Gen 3 zeigte in der letzten Zeit Überhitzungserscheinungen. Auseinandergebaut, Lüfter gereinigt, neue Wärmeleitpaste aufgetragen und ein Hama Notebook Cooler...
read article -
Thunderbird Source View
Vor nicht allzu langer Zeit bin ich zurück zu Thunderbird gewechselt. Eine Funktion die ich gelegentlich brauche, ist das Anzeigen der Source des Mails....
read article -
GNU / Linux / Unix
Environment
whoami cat /etc/os-release uname --help
Profile
the original rc affix...
read article -
Composer 🎺
Installation
read article
-
PHPUnit 🟢🔴
Installation
> composer require --dev phpunit/phpunit ^11 > .\vendor\bin\phpunit --version
Powershell on...
read article -
WSL
Installation
Usage
> wsl... read article
-
PHPBrew
Requirements
Requirements (Ubuntu 22.04)
$ sudo apt-get install \ ... read article
-
Homebrew 🍺
Installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" (echo; echo 'eval... read article
-
Pi-hole
In den letzten Jahren wurde das Internet mit Werbung und anderen unerwünschten Inhalten überschwemmt.
Selbstschutz ist daher angebracht. Unerwünschte Inhalte können gefiltert werden; ein...
read article -
Mautic
Installation
System Ubuntu 22.04
sudo apt-get install php-zip sudo apt-get install php-imap sudo... read article
-
nvm
Installation
brew install nvm mkdir ~/.nvm
Add the following to your desired shell configuration file.
read article
E.g. to ~/.bashrc... -
Office PC Build
Im Auftrag durfte ich seit langem wieder mal einen PC zusammenbauen. Die folgenden Komponenten wurden in das stylische Fractal North Gehäuse gepackt:
- Ryzen 8600G (AM5, 4.30 GHz, 6... read article
-
Chrome dark mode
Dark mode
Chrome Experiments, access via chrome://flags
read article -
npm
Installation
Windows see node.js
Linux see nvm
read article