+39 3662317539/+34 620899163
info@simonecosci.com

Month: January 2023

Sviluppo Siti Web a Tenerife

Install Docker and Docker Compose on Ubuntu 22.04

Install Docker on Ubuntu 22.04 This small guide allow you to install Docker and Docker compose on a Ubunt 22.04 Droplet First remove all previous installations apt-get remove docker docker-engine docker.io containerd runc Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: apt-get…
Read more

DataK – ETL simplemente

DataK – el módulo ETL de KPlatform Nueva Versión 2.0 Versión 1 [outdated] El módulo de integración de datos permite que la plataforma funcione como un motor ETL. Utiliza Apache Airflow para programar y ejecutar varios tipos de tareas. En el módulo es posible crear diferentes proyectos que son una especie de separación lógica para…
Read more

A Simple JQuery game

Creating a simple JQuery game JQuery is a lightweight library very usefull for dom manipulation and simple animations. Based on this library in 2017 I’ve created this small example of how it can be used to create a small browser game. It consinst in a single monolithic javascript file which contains an object called "Game".…
Read more

Laravel 9 Installation on Ubuntu 22.04

Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things. Let’s see how o create the first app using this greate framework Install composer First install composer apt install composer Install Additional php extensions sudo apt install php-curl php-gd php-intl…
Read more

WordPress/Nginx on DigitalOcean

Small Guide to install a WordPress on a Ubuntu 22.04 Droplet on DigitalOcean VPS. Few simple steps to create a small project using the most famous CMS on the web. Create your Droplet on DigitalOcean Login your ssh session and install your webserver (nginx) apt update apt upgrade apt install nginx ufw allow ‘Nginx HTTP’…
Read more