SFTP

SFTP to Securely Transfer Files with a Remote Linux Server

FTP, or “File Transfer Protocol” is a protocol of transferring files between two remote systems. Secure File Transfer Protocol is a variant of the FTP protocol that “tunnels” the session through a Secure Shell (SSH) connection to secure it. Because FTP uses multiple TCP connections (which is an exception in the list of TCP / IP […]

gzip-compression

Enable GZIP compression to make website load faster

GZIP compression is based on the deflate algorithm, which is a combination of Huffman and LZ77 algorithms. ‘Deflate’ was developed in response to software problems patent covering LZW and other compression algorithms, thus limiting the possible uses of compression and other popular archiving programs. Enabling this feature could make your website pages load +70% faster. First make […]