This page will be edited more often. It contains my own tricks on how to operate in Linux and Root.
How to copy files from desktop
cd Desktop/
->goes to the desktop file
ls
->lists everything in this directory
scp
FileName UserName@NameofRemoteComputer:~/
->secure copy into the gold folder (can change to something else)
How to escape from a crash
Control + c
How to create a sub page on my web page
From gold go:
Cd public_html/
Cp index.html nazevstranky.html
Emacs nazevstranky.html
Pro pridaniobrazku:
Cp ../image,pdf .
->zkopirujeobrazek do public folder