Compare commits

...

2 Commits

Author SHA1 Message Date
Johan
982e6a6a3e Add Bash Script readme 2022-11-11 07:56:21 +01:00
Johan
a625e71528 Update Git cheat sheet 2022-11-11 07:56:08 +01:00
2 changed files with 15 additions and 0 deletions

6
BashScripts/README.md Normal file
View File

@ -0,0 +1,6 @@
# Bash Scripts
## Install Apache and Samba
```sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-apache.sh)"```

View File

@ -65,8 +65,17 @@ Eller för en hel katalog (rekursivt)
## Autentisering
#### Skapa ny privat SSH nyckel
<code>ssh-keygen -t rsa -b 4096</code>
Alternativt lägg till <code>-C "&lt;user@domain.com&gt;"</code>
#### Aktivera Windows Credentials manager
<pre><code>git config --global credential.helper manager
git config --list</code></pre>
#### Kontrollera användarinformation lagrad i Windows Credentials manager
<code>rundll32.exe keymgr.dll,KRShowKeyMgr</code>