소스 검색

Add 'wiper_new.txt'

panda 1 년 전
부모
커밋
2ee95f8f14
1개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. 26 0
      wiper_new.txt

+ 26 - 0
wiper_new.txt

@@ -0,0 +1,26 @@
+wipe machine (customized with ubuntu cubic):
+
+apt update
+
+apt install python3-qrcode nvme-cli smartmontools hdparm lsscsi pv iotop htop sysstat
+
+place wiper_new.sh in /etc/skel/Desktop
+
+mkdir /etc/skel/Desktop
+nano /etc/skel/Desktop/wiper.sh
+chmod +x /etc/skel/Desktop/wiper.sh
+
+
+
+
+
+
+
+
+doc machine:
+
+sudo apt-get install pandoc texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-xetex
+
+pandoc report_test.md -o report_test.pdf -V geometry:margin=1in --pdf-engine=xelatex
+
+