Run the last command as root
Useful when you forget to use sudo for a command. "!!" grabs the last run command.
mount | column -t
nice layout in currently mounted filesystems
Oryginaly ubuntudlapolaka; Me & Computer blogs cover a wide range of computer topics . In short what I do I leave it here.
mount | column -t
scp nazwa_uzytkownika@nazwa-hosta.pl:/var/logs/jakis-plik.txt /lokalny/katalogzastępując nazwę użytkownika, nazwę hosta, zdalnego i lokalnego katalogu jako właściwe.
scp -i key_file.pem nazwa_uzytkownika@nazwa-hosta.pl:/var/logs/jakis-plik.txt /lokalny/katalogŹródło
: http://www.hypexr.org/linux_scp_help.php
: http://stackoverflow.com/questions/9427553/how-to-download-a-file-from-server-using-ssh