nginx

How To Add the gzip Module to Nginx on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Add the gzip Module to Nginx on Ubuntu 14.04

How fast a website will load depends on the size of all of the files that have to be downloaded by the browser. Reducing the size of files to be transmitted can make the website not only load faster, but also cheaper to those who have to pay for their bandwidth usage. In this guide, we’ll discuss how to configure Nginx installed on your Ubuntu 14.04 server to utilize `gzip` compression to reduce the size of content sent to website visitors.

Read more
How to Connect to a Terminal from Your Browser Using Python WebSSH — step-by-step Linux tutorial on Progressive Robot

How to Connect to a Terminal from Your Browser Using Python WebSSH

Ordinarily, you connect to an SSH server using a command line app in a terminal, or terminal emulator software that includes an SSH client. Some tools, like Python’s [WebSSH](https://pypi.org/project/webssh/), make it possible to instead connect over SSH and run a terminal directly in your web browser.

Read more
CHAT