Install Python 3.7 on Ubuntu 18.04: apt and Source Build Methods

2 weeks ago

Python 3.7 was a significant release for the language. It introduced data classes, a decorator that automatically generates common methods like __init__, __repr__, and __eq__ from…

Install Odoo 13 on Ubuntu 18.04: Python Venv and Nginx Guide

2 weeks ago

Odoo is a popular open-source suite of business applications. A single platform covers CRM, e-commerce, accounting, inventory, warehouse, and project management…

Secure Apache with Let’s Encrypt on Ubuntu 18.04: Free SSL Guide

2 weeks ago

Let's Encrypt is a free, automated certificate authority run by the Internet Security Research Group (ISRG). It issues SSL certificates…

Install GCC on Ubuntu 18.04: C and C++ Compiler Setup Guide

2 weeks ago

GCC (GNU Compiler Collection) is a set of compilers and development libraries for C, C++, Fortran, Go, and several other languages.…

Install Python 3.8 on Ubuntu 18.04: apt and Source Build Methods

2 weeks ago

Python is one of the most widely used programming languages in the world. Its clean, readable syntax makes it easy to…

Install Tomcat 9 on Ubuntu 18.04: Systemd Service Setup Guide

2 weeks ago

Apache Tomcat is an open-source Java application server that implements the Java Servlet, JavaServer Pages, and WebSocket specifications. It is one…

Change Timezone on Ubuntu 18.04: Command Line and GUI Methods

2 weeks ago

Setting the correct timezone on your Ubuntu machine is more important than it sounds. Your system clock affects more than…

Install PrestaShop on Ubuntu 18.04 with Nginx and MySQL

2 weeks ago

PrestaShop is a free, open-source e-commerce platform built with PHP and MySQL. It comes with a clean admin dashboard, support for…

Set Up SSH Keys on Ubuntu 18.04: Passwordless Login Guide

2 weeks ago

SSH keys give you a more secure and convenient way to connect to remote servers. Instead of typing a password each…

Install FFmpeg on Ubuntu 18.04: apt, Snap, and Usage Examples

2 weeks ago

FFmpeg is a free, open-source command-line tool for working with multimedia files. It can convert video and audio between formats, trim…