Skip to main content

Recently Updated Pages

copy local repo to NAS as backup

Coding

scp -r /Users/cox/Documents/GitHub/REPO/ nas:/volume1/web/ Copies .git folder too.If .gi...

Updated 2 years ago by Simpel

favicon generator

Coding

A good one: realfavicongenerator.net

Updated 2 years ago by Simpel

terminal: show devices in local network

Coding

arp -a  

Updated 2 years ago by Simpel

Updating BookStack

Coding

BookStack is updated regularly and is still in beta although we do try to keep the platform and u...

Updated 2 years ago by Simpel

Untrunc: repair movies not completed

Coding

https://github.com/anthwlock/untrunc Or P:\Bereiche\_hapfs_abf_Supervisor\Supervisor Allgemein\T...

Updated 2 years ago by Simpel

Url: remove query string parameter

Coding

function removeParam(paramName) { let searchParams = new URLSearchParams(window.location.sea...

Updated 2 years ago by Simpel

The HTTP crash course nobody asked for

Coding

Link: https://fasterthanli.me/articles/the-http-crash-course-nobody-asked-for Excellent page exp...

Updated 2 years ago by Simpel

Terminal: Operation not permitted

Coding

Possibly there are older system files that should but could not be deleted. Error message "Operat...

Updated 2 years ago by Simpel

terminal: count all files - including in sub folders

Coding

find DIR_NAME -type f | wc -l Explanation: -type f to include only files. | redi...

Updated 2 years ago by Simpel

successful git branching model

Coding

Blog:nvie.com/posts/a-successful-git-branching-modelModel as PDF:nvie.com/files/Git-branching-mod...

Updated 2 years ago by Simpel

Synology SSL Zertifikat Ablage Pfad

Coding

Zuerst mal als root einloggen, damit man das Verzeichnis lesen darf: sudo -i Passwort d...

Updated 2 years ago by Simpel

terminal: scan ports

Coding

Examples NAS internal nmap 192.168.180.30 NAS external: nmap simpel.dyndns.org ...

Updated 2 years ago by Simpel

terminal: find file or folder

Coding

No matter if file or folder.Searches in current directory including all sub folders: find . ...

Updated 2 years ago by Simpel

Synology: ssh

Coding

blog.aaronlenoir.com/2018/05/06/ssh-into-synology-nas-with-ssh-keyEnable Public Key Authenticatio...

Updated 2 years ago by Simpel

Synology: ssh locked out

Coding

Fehlermeldung: Too many authentication failures, bei einem user, der vorher funktioniert hat. Es ...

Updated 2 years ago by Simpel

Tastatur mit Trackball USB-Anschlüssen für Einhandbetrieb

Coding

http://www.mercateo.com/p/102IT-1375435 ... live~s.100 230mm x 160mm x 23mm bei Mercat...

Updated 2 years ago by Simpel

Synology: path to currently installed apps

Coding

Current installed apps on Synology found here: /volume1/@appstore/

Updated 2 years ago by Simpel

Synology: install git

Coding

matthias-strolz.de/git-auf-der-synology-diskstation

Updated 2 years ago by Simpel

Use Ctrl-Z to switch back to Vim

Coding

ohmyzsh/plugins/fancy-ctrl-z/ I frequently need to execute random commands in my shell. To achie...

Updated 2 years ago by Simpel

SSO für phpBB

Coding

Single Sign On für das phpBB-Forum mit OpenID Connect OAuth Server by DnC an der Azure AD: oa.dn...

Updated 2 years ago by Simpel