Daily Archives: August 13, 2019

How do I unzip a zip file in Terminal?

Open a terminal ( Ctrl + Alt + T should work). Now create a temporary folder to extract the file: mkdir temp_for_zip_extract . Let’s now extract the zip file into that folder: unzip /path/to/file.zip -d temp_for_zip_extract sample here –> root@host: … Continue reading

Posted in command line of linux, My Linux | Comments Off on How do I unzip a zip file in Terminal?

windows scandisk command

chkdsk /f /r

Posted in My Windows, windows | Comments Off on windows scandisk command