Linux

How To Publish Python Packages to PyPI using Poetry on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Publish Python Packages to PyPI using Poetry on Ubuntu 22.04

Poetry is a dependency manager for Python that is also capable of building and packaging your Python projects for distribution. [PyPI](https://pypi.org/) is a popular repository for uploading and downloading Python packages, and will be used in this tutorial. It is the official third party source for Python packages, and is operated by Python Software Foundation. Publishing your packages on PyPI makes it publicly available for installation by yourself, or anyone else.

Read more
How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 18.04

Apache’s mod_rewrite module lets you redirect URLs based on additional conditions, or rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query string. In this tutorial, you’ll enable `mod_rewrite` and use `.htaccess` files to create a basic URL redirection, and then explore a couple of advanced use cases.

Read more
How To Run Parse Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Run Parse Server on Ubuntu 14.04

Parse is a Mobile Backend as a Service platform. In January of 2016, Parse announced that its hosted services would shut down within a year. In order to help its users transition away from the service, Parse has released an open source version of its backend, called Parse Server. This guide supplements the official documentation with instructions for installing the Parse Server module on an Ubuntu 14.04 system, such as a cloud servers.

Read more
How To Secure Nginx with Let's Encrypt on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Secure Nginx with Let’s Encrypt on CentOS 7

In this tutorial, we will show you how to use Let’s Encrypt to obtain a free SSL certificate and use it with Nginx on CentOS 7. We will also show you how to automatically renew your SSL certificate. If you’re running a different web server, simply follow your web server’s documentation to learn how to use the certificate with your setup.

Read more
CHAT