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 …
Terraform Infrastructure as code
Terraform Infrastructure as code (IAC)
Most AWS people knows and use Cloud Formation but how about making it much easier to use.
Today I tested the Terraform solution by Hashi …
Raspberry Pi Access Point
Raspberry Pi Access Point How To
OBJECTIVE:
Raspberry Pi as an Access Point to route all DHCPD clients via (external server, outside my country)
INTRO:
I already have a server …
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.* …
Playstation 4 System Reinstall how to
USB storage device, such as a USB* flash drive (FAT32)
* There must be approximately 955 MB of free space.
On the USB storage device, create folders for saving the …
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 …