Tag en

How to Install aaPanel Linux Panel

aaPanel is a simple but powerful control panel, can manage the web server through web-base GUI(Graphical User Interface). aaPanel provides the one-click function such as one-click install LNMP/LAMP developing environment and software. aaPanel uses an open source license and can…

How to Split PDF File on Ubuntu 18.04

Splitting PDF file into one PDF file per page or selecting specific pages into one PDF file can be done in Ubuntu in 2 ways, first with the default PDF reader application in Ubuntu, Document Viewer (Evince), and the second…

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…