x
This commit is contained in:
parent
36fe03cd9c
commit
9f9cff2f47
1 changed files with 30 additions and 0 deletions
30
os/openSUSE/openSUSE.md
Normal file
30
os/openSUSE/openSUSE.md
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
SSH
|
||||||
|
|
||||||
|
```sh
|
||||||
|
mkdir .ssh
|
||||||
|
chmod 700 .ssh/
|
||||||
|
echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIBQ4kte/4pMPgX+kKaQkTMb4OX9OCsFyQ1/ej5i27+M mghaoui@gmail.com' > .ssh/authorized_keys
|
||||||
|
chmod 600 .ssh/authorized_keys
|
||||||
|
```
|
||||||
|
|
||||||
|
Change hostname
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo hostnamectl set-hostname moni-opensuse
|
||||||
|
```
|
||||||
|
|
||||||
|
Update
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo zypper dup
|
||||||
|
```
|
||||||
|
|
||||||
|
Install my favorites
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo zypper install tmux htop ncdu neovim git
|
||||||
|
```
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
|
||||||
|
Official instructions: https://en.opensuse.org/Docker
|
||||||
Loading…
Add table
Reference in a new issue