News

I have several Linux machines on my network, each serving a different purpose. I frequently need to transfer files back and forth between them, and I'd rather not do so via a cloud service, email, or ...
If you need to share or transfer files between Linux machines, you have plenty of options. Here are some you might not have considered.
When I use SCP to transfer a file from my linux box to my MBP it goes up to 10 MB/s on my 802.11n network. When I mount my linux box via MacFUSE and SSHFS the transfer speed is more like 300 kB/sec.
For Linux, Mac, and Windows (PowerShell) an sftp session or scp command to an HPC front-end host can be done easily from on-campus (main or VIMS) or off-campus through the bastion host. In the ...
Use Putty's Pscp.exe to securely copy files between computers. Everyone frequently needs to copy files to and from different computers, even over the Internet. I still see a lot of unsecured FTP used, ...
How to use Linux file manager to connect to an sftp server Your email has been sent If a fear of the command line has prevented you from making use of the more secure sftp, Jack Wallen wants to show ...
If you connect to remote computers over the Internet, it is a pretty good chance you use some form of SSH or secure shell. On Linux or Unix you’ll use the ssh command. Same goes for Linux-like ...
Using a set of public/private keys to allow you to log into a remote Linux system or run commands using ssh without a password can be very convenient, but setup is just tad tricky. Here's how and a ...