News

Managing files across a remote connection, or sat at your desk, the Linux terminal is the place to be. Learn how one command ...
With Warp, you can transfer any type of file across your LAN to another Linux desktop – so long as it also has Warp installed – with such ease you’ll be shocked. Let me show you what I mean.
If you have multiple Linux machines on your network and are looking for ways to transfer files between them, here are five tried and true options - including my favorite, Samba.
Encrypting Files. To encrypt a file for yourself, you can use symmetric encryption: gpg --symmetric filename. To encrypt for someone else, use their public key: gpg --encrypt --recipient [email] ...