Compare commits
No commits in common. "982e6a6a3e3afbe7cbc75cff5c585aff38a13eac" and "b3719dd537ea7b55af89ca6617588bbbe9e0ebdf" have entirely different histories.
982e6a6a3e
...
b3719dd537
@ -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)"```
|
|
||||||
|
|
@ -65,17 +65,8 @@ Eller för en hel katalog (rekursivt)
|
|||||||
|
|
||||||
## Autentisering
|
## Autentisering
|
||||||
|
|
||||||
#### Skapa ny privat SSH nyckel
|
|
||||||
|
|
||||||
<code>ssh-keygen -t rsa -b 4096</code>
|
|
||||||
|
|
||||||
Alternativt lägg till <code>-C "<user@domain.com>"</code>
|
|
||||||
|
|
||||||
#### Aktivera Windows Credentials manager
|
#### Aktivera Windows Credentials manager
|
||||||
|
|
||||||
<pre><code>git config --global credential.helper manager
|
<pre><code>git config --global credential.helper manager
|
||||||
git config --list</code></pre>
|
git config --list</code></pre>
|
||||||
|
|
||||||
#### Kontrollera användarinformation lagrad i Windows Credentials manager
|
#### Kontrollera användarinformation lagrad i Windows Credentials manager
|
||||||
|
|
||||||
<code>rundll32.exe keymgr.dll,KRShowKeyMgr</code>
|
<code>rundll32.exe keymgr.dll,KRShowKeyMgr</code>
|
Loading…
x
Reference in New Issue
Block a user