Tag en

How to Deploy Django 3 on Ubuntu 18.04

Previously I had discussed about how to install Django 3 on Ubuntu 18.04 and run it using a development server. I am now discussing how to deploy Django 3 on Ubuntu 18.04 and run it using a Nginx HTTP server…

How to Install Django 3 on Ubuntu 18.04

Django is an open source web framework written in the Python programming language. Django’s strengths are rapid development, scalability, and reusability. In this tutorial, we will install Django 3 for development environment on Ubuntu 18.04. 0. Software Requirements Software requirements…

How to access Google Drive on Linux Server

Google Drive which is a cloud storage service from Google officially only provides client applications for Windows, macOS, Android, and iOS. While the Linux version is not officially available, but some developers out there develop client applications for Google Drive,…

How to Fix “curl: (60) SSL certificate problem”

One of my customers has a problem with an SSL certificate (HTTPS). The website is normal when accessed using a web browser, HTTPS runs well. But when accessed using the cURL tool, an error arises and fails to connect to…

Deploy React App on Ubuntu 18.04

React is a JavaScript library that can be used to build user interfaces. React is one of the open source projects of Facebook. This tutorial contains how to install and deploy create-react-app on Ubuntu 18.04. 1.Create User Create a new…