Archive for June, 2022

Jun 5 2022

Linux terminal tricks

cd -
pushd /folder
popd
sudo !! (repeat previous command without sudo)
! number (execute command with number from history command)

 

Jun 2 2022

Convert a drive from MBR to GPT

mbr2gpt /validate /allowFullOS
mbr2gpt /convert /allowfullOS