Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Jun 12, 2024
1 parent c41980a commit 887bbd2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 30 deletions.
34 changes: 19 additions & 15 deletions src/locales/parts/cheatSheets_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,37 @@ export default {
title: 'CheatSheets für Alle!',
description: `${''}Hier findest Du eine Sammlung meiner CheatSheets, die sich im Laufe der Zeit angesammelt haben. Sie werden auf GitHub gewartet und können dort auch mittels Pull-Request abgeändert oder ausgebessert werden.`,
sheets: {
linux: {
title: `${''}Linux`,
description: `${''}Übliche Linux-Kommandos um einen Rechner aufzusetzen oder zu warten, Docker Installation, Laufwerke und Partitionierung, Festplatten mounten, Samba, NFS...`
},
docker: {
title: `${''}Docker`,
description: `${''}Docker Befehle und Anleitungen.`
},
ssh: {
title: `${''}SSH`,
description: `${''}SSH mit RSA-Schlüsseln auf Client und Server einrichten, Schlüssel generieren, rsync.`
},
ssl: {
title: `${''}SSL`,
description: `${''}Operationen am Keystore, Key-Konvertierungen.`
},
gpg: {
title: `${''}GPG`,
description: `${''}Generelle Kommandos.`
},
hibernation: {
title: `${''}Scheduled Hibernation`,
description: `${''}Einen Linux-Rechner zeitgesteuert schlafen legen und auch wieder aufwecken.`
},
keycloak: {
title: `${''}Keycloak Upgrade von v-pre13`,
description: `${''}Einen Keycloak-Server upgraden von einer sehr alten Version aus (pre 13).`
},
letsEncrypt: {
title: `${''}Let's Encrypt`,
description: `${''}Schritt-für-Schritt Anleitung für Linux und Nginx.`
},
hibernation: {
title: `${''}Scheduled Hibernation`,
description: `${''}Einen Linux-Rechner zeitgesteuert schlafen legen und auch wieder aufwecken.`
linux: {
title: `${''}Linux`,
description: `${''}Übliche Linux-Kommandos um einen Rechner aufzusetzen oder zu warten, Docker Installation, Laufwerke und Partitionierung, Festplatten mounten, Samba, NFS...`
},
ssh: {
title: `${''}SSH`,
description: `${''}SSH mit RSA-Schlüsseln auf Client und Server einrichten, Schlüssel generieren, rsync.`
},
ssl: {
title: `${''}SSL`,
description: `${''}Operationen am Keystore, Key-Konvertierungen.`
},
vnc: {
title: `${''}VNC`,
Expand Down
34 changes: 19 additions & 15 deletions src/locales/parts/cheatSheets_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,37 @@ export default {
title: 'CheatSheets For All!',
description: `${''}Here is a collection of my finest cheatSheets I've come to rely on from time to time. They are hosted on GitHub and can be changed or corrected via a pull-request there.`,
sheets: {
linux: {
title: `${''}Linux`,
description: `${''}General-purpose linux-commands for setting up or maintaining computers, Docker installation, partition HDDs, mounting, Samba, NFS...`
},
docker: {
title: `${''}Docker`,
description: `${''}Docker commands and guides.`
},
ssh: {
title: `${''}SSH`,
description: `${''}Set up SSH with RSA keys on client and server, generate keys, rsync.`
},
ssl: {
title: `${''}SSL`,
description: `${''}Keystore manipulation, key conversions.`
},
gpg: {
title: `${''}GPG`,
description: `${''}General commands.`
},
hibernation: {
title: `${''}Scheduled Hibernation`,
description: `${''}Schedule hibernation and wakeup on a linux machine.`
},
keycloak: {
title: `${''}Keycloak Upgrade From v-pre13`,
description: `${''}Upgrade a Keycloak server from a very old version (pre 13).`
},
letsEncrypt: {
title: `${''}Let's Encrypt`,
description: `${''}Step-by-step manual for linux and Nginx.`
},
hibernation: {
title: `${''}Scheduled Hibernation`,
description: `${''}Schedule hibernation and wakeup on a linux machine.`
linux: {
title: `${''}Linux`,
description: `${''}General-purpose linux-commands for setting up or maintaining computers, Docker installation, partition HDDs, mounting, Samba, NFS...`
},
ssh: {
title: `${''}SSH`,
description: `${''}Set up SSH with RSA keys on client and server, generate keys, rsync.`
},
ssl: {
title: `${''}SSL`,
description: `${''}Keystore manipulation, key conversions.`
},
vnc: {
title: `${''}VNC`,
Expand Down

0 comments on commit 887bbd2

Please sign in to comment.