Iván Moreno·Feb 9, 2022How to setup a remote development environment with code-server and nextcloudIn this tutorial we are going to setup a complete remote work environment with the ability to sync our workspace directory across multiple…
Iván Moreno·Apr 18, 2021Understand how linux containers works with practical examplesNowadays a bast majority of server workloads run using linux containers because of his flexibility and lightweight but have you ever think…
Iván Moreno·Mar 2, 2021Deploy pihole and wireguard on kubernetes using a recursive dnsIn this tutorial we gonna deploy a dns add-blocker with pihole using a recursive dns as upstream server accessible in LAN network and…
Iván Moreno·Nov 13, 2020How to connect to kubernetes internal network using WireGuardWhen you are testing your deploy in a kubernetes cluster on the cloud you have a few options to expose your services outside world, for…A response icon1A response icon1
Iván Moreno·Oct 13, 2020How to connect raspberry pi with HC-05 bluetooth module + arduino programmIn this tutorial we will configure a raspberry pi to connect with hc-05 bluetooth module and arduino using a python script.A response icon2A response icon2
Iván Moreno·Oct 13, 2020How to setup WiFi hotspot in raspberry pi and connect with ESP8266In this tutorial we will configure raspberry pi as an access point to connect to the esp8266 WiFi board using the arduino SDK and python
Iván Moreno·Sep 24, 2020How to bypass a firewall using a VPS on AWSWhen you browse at school or work you probably have experienced some problems browsing in certain websites or using certain applications…
Iván Moreno·Aug 2, 2020How to encrypt an existing archlinux LVM installation [LVM on LUKS]Assumptions
Iván Moreno·Jul 30, 2020How to install and configure you own vpn server in GCP with WireguardSecurity is one of the most important things now days specifically in enterprise environments, a vpn helps to encrypt traffic from client…
Iván Moreno·Oct 17, 2019SSH tunnel as systemd serviceOne of the best features of ssh is tunneling, it has 3 types of tunneling: local, remote and dynamic. Each of than can be use for…A response icon2A response icon2