We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acd8ca commit 0cfda87Copy full SHA for 0cfda87
1 file changed
aws/ubuntu.md
@@ -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