ubuntu

How To Migrate a Parse App to Parse Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Migrate a Parse App to Parse Server on Ubuntu 14.04

Parse is a Mobile Backend as a Service platform which is shutting down in January of 2017; fortunately, Parse has released an open source API called Parse Server. Parse Server is under active development, and seems likely to attract a large developer community. It can be be deployed to a range of environments running Node.js and MongoDB. This guide focuses on migrating a pre-existing Parse application to a standalone instance of Parse Server running on Ubuntu 14.04.

Read more
How To Prepare For Your MySQL 5.7 Upgrade — step-by-step Linux tutorial on Progressive Robot

How To Prepare For Your MySQL 5.7 Upgrade

This tutorial will help you prepare to upgrade to MySQL 5.7 from earlier versions. It covers `sql_mode` with practical examples of query responses that get stricter. The tutorial also contains instructions for checking for warnings and errors, and contains a sample config file so you can test the new settings before upgrading. This article is from the [MySQL Team at Oracle](http://www.oracle.com/us/products/mysql/mysqlcommunityserver/overview/index.html).

Read more
How To Run a Meilisearch Frontend Using InstantSearch on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Run a Meilisearch Frontend Using InstantSearch on Ubuntu 22.04

Meilisearch is an open source, standalone search engine written in the highly performant Rust programming language. Compared with other popular search engines, Meilisearch is focused on keeping deployment straightforward– it provides features like fuzzy matching and schema-less indexing out of the box, and is managed by a single command-line binary. It includes its own web frontend for demo purposes, and can be integrated with the InstantSearch javascript library for more complex web deployment.

Read more
Como Configurar um Firewall com o UFW no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como Configurar um Firewall com o UFW no Ubuntu 20.04

O UFW, ou Uncomplicated Firewall, é uma interface de gerenciamento simplificado de firewall que esconde a complexidade das tecnologias de filtragem de pacotes de baixo nível, como iptables e nftables. Se você deseja começar a proteger sua rede, mas não tem certeza sobre qual…

Read more
CHAT