Compare commits
2 Commits
b3719dd537
...
982e6a6a3e
Author | SHA1 | Date | |
---|---|---|---|
|
982e6a6a3e | ||
|
a625e71528 |
6
BashScripts/README.md
Normal file
6
BashScripts/README.md
Normal 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)"```
|
||||||
|
|
@ -65,8 +65,17 @@ 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