Docker NodeJS Simple How To

Docker NodeJS Simple How To For Windows install via https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows After install it will logout and when it comes back will ask to Setup Hyper-V and will break VIrtualBox Download all zips here https://github.com/xoroz/docker-xoroz-hello/archive/master.zip unzip and on the same folder […]

Tags: , ,

Gitea how to install

1) Pre-Requisite # Install Mariadb yum -y install mariadb mysql -u root -p CREATE DATABASE gitea; CREATE USER ‘gitea’@’localhost’; SET PASSWORD FOR ‘gitea’@’localhost’ = PASSWORD(‘NEW_gitea’); grant all privileges on gitea.* to ‘gitea’@’localhost’; # Install go wget “https://dl.google.com/go/go1.10.linux-amd64.tar.gz” mv go1.10.linux-amd64.tar.gz /usr/local/ […]

Tags: , , , , , ,

BeautifulSoup how to

#get forecast for genova and rapallo for the next 3 days to http://felipeferreira.net/forecast/forecast-rapallo.html 0 */6 * * * /var/www/wordpress/forecast/forecast.py genova 0 */6 * * * /var/www/wordpress/forecast/forecast.py rapallo There is a great tutorial here: web-scraping-tutorial-python This is the script I wrote […]

Tags: , , , ,