Compare commits

..

No commits in common. "982e6a6a3e3afbe7cbc75cff5c585aff38a13eac" and "b3719dd537ea7b55af89ca6617588bbbe9e0ebdf" have entirely different histories.

2 changed files with 0 additions and 15 deletions

View File

@ -1,6 +0,0 @@
# 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,17 +65,8 @@ 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>