blog.livialima.netRSync Basic Commandsrsync (remote sync) is an open source utility used for synchronizing files and directories between two different systems, providing fast incremental file transfer. It is a great tool to perform backups. Basic usage To sync the contents of source dire...Nov 27, 2020·4 min read
blog.livialima.netFileZilla BasicsFileZilla is a free and open-source FTP client. Basic Connection Using Quickconnect bar: Enter the remote hostname or IP address at Host. Enter the remote username at Username and the password at Password. Port: 21 for FTP, 22 for SFTP Click Quickco...Nov 27, 2020·2 min read
blog.livialima.netHow to create your first Linux server in AWS1. Go to https://aws.amazon.com/free/ and signup for a Free Tier Account. 2. Once you have your account settled, it should send you to the AWS Management Console. Alert! AWS changes its dashboard layout quite frequently! This tutorial's latest upda...Nov 1, 2020·4 min read
blog.livialima.netPuTTY BasicsPuTTY is a free and open-source terminal emulator, very popular as a SSH client; used primarily by Windows users. SSH Connection Open PuTTY Select Session Enter the username@hostname or just the remote hostname or IP address at Host Name. Example:ad...Nov 1, 2020·2 min read
blog.livialima.netSFTP Basic CommandsSSH File Transfer Protocol (also Secure File Transfer Protocol, or SFTP) is a network protocol that provides file access, file transfer, and file management over a secure channel, such as SSH. Connect Enter the username and remote hostname or IP addr...Oct 9, 2020·2 min read