General

Syntax for Secure Copy (scp) Linux

SCP allows files to be copied from one host to another over SSH. Copy the file “foobar.txt” **from the REMOTE HOST to the LOCALHOST** scp username@remote-host-ip:foobar.txt /home/ranzy/Desktop/ Copy the file “foobar.txt” **from…

Continue reading
0 Comments

Gallery Widget

No wrap text CSS

If you would like to display some text without line breaks within that text, you can apply the following CSS to the p or span element surrounding the text in…

Continue reading
0 Comments