Skip to content

Commit 0cfda87

Browse files
authored
Create ubuntu.md
ubuntu 잘못 설치시 초기화 방법..
1 parent 2acd8ca commit 0cfda87

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

aws/ubuntu.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#우분투 정리
2+
## Ubuntu 공장초기화 하는 방법
3+
```
4+
sudo dpkg --configure -a
5+
sudo apt-get
6+
sudo apt-get -f install
7+
sudo apt-get full-upgrade
8+
sudo apt-get install --reinstall ubuntu-desktop
9+
sudo reboot
10+
```

0 commit comments

Comments
 (0)