I am new to linux, played around and did something bad, that after reboot I can only use cli - terminal.
Now I can easily just install a new version of Ubuntu, but I need few files from my desktop, it is vital. How do I transfer them to my USB stick using only cli? I hope it's possible...
startx
, and if that gives an error,sudo apt-get install ubuntu-desktop
and thenstartx
again. – iceburger Apr 12 '20 at 18:20