Miscellaneous

How To Find Broken Links on Your Website Using Wget on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Find Broken Links on Your Website Using Wget on Debian 7

Broken links exist because webpages sometimes get moved or deleted over time. It is the job of the webmaster to find those broken links before the human web visitors or the search engine robots do. Delay in correcting the problem results in bad user experience and possible penalty for search engine page ranking. This tutorial explains how to use `wget` to find all of the broken links on a website so you can correct them.

Read more
How to Install and Configure VNC on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Debian 9

Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. It makes managing files, software, and settings on a remote server easier for users who are not yet comfortable with the command line.

Read more
How To Install and Use Mosh on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Mosh on a VPS

Mosh takes all the security benefits of SSH and builds upon it a greater tolerance to poor network conditions and roaming connections. It also increases responsiveness and lowers bandwidth usage by only communicating state changes to the currently visible screen region rather than transmitting complete buffers.

Read more
Common Python Tools: Using virtualenv, Installing with Pip, and Managing Packages — step-by-step Linux tutorial on Progressive Robot

Common Python Tools: Using virtualenv, Installing with Pip, and Managing Packages

In this the cloud provider article, we aim to fill you in on not only the basics, but also the logic behind popular Python tools and items as we dive into using them in real life scenarios. We will begin with downloading and installing some common libraries, setting and working with virtual environments (using virtualenv) and managing packages for development and production of your own applications.

Read more
How To Use Pageant to Streamline SSH Key Authentication with PuTTY — step-by-step Security tutorial on Progressive Robot

How To Use Pageant to Streamline SSH Key Authentication with PuTTY

Pageant is a PuTTY authentication agent. It holds your private keys in memory so that you can use them whenever you are connecting to a server. It eliminates the need to explicitly specify the relevant key to each Linux user account if you use more than one account to log into a server, as well as the need to type a key’s passphrase each time you log into your user account

Read more
How to Organize Your Teamwork with ONLYOFFICE on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How to Organize Your Teamwork with ONLYOFFICE on Ubuntu 14.04

ONLYOFFICE is a free, open source corporate office suite developed to organize teamwork online. The Document Server provides users with text, spreadsheet and presentation online editors working within a browser and allowing to co-edit documents in real time, comment and interact using the integrated chat. The Community Server offers a complete set of tools for document, project, customer relation and email correspondence management. The Mail Server is used to create mailboxes.

Read more
What's New in Ubuntu 18.04 Bionic Beaver — step-by-step Linux tutorial on Progressive Robot

What’s New in Ubuntu 18.04 Bionic Beaver

The Ubuntu operating system’s most recent Long Term Support (LTS) release, version 18.04 (Bionic Beaver), was released on April 26, 2018. This guide is intended as a brief overview of new features and significant changes to Ubuntu Server since the previous LTS release, 16.04.

Read more
CHAT