Linux: Difference between revisions

256 bytes added ,  29 February 2020
Line 246: Line 246:
# Extract  
# Extract  
7z x <file> [-o{dir}]
7z x <file> [-o{dir}]
</syntaxhighlight>
==Dual Booting==
===Fix time difference between Windows===
[http://ubuntuhandbook.org/index.php/2016/05/time-differences-ubuntu-1604-windows-10/ Reference]
<syntaxhighlight lang="bash">
timedatectl set-local-rtc 1 --adjust-system-clock
</syntaxhighlight>
</syntaxhighlight>