Home
pycvala.de
Cancel

Cloudflare Tunnels: Deploying Secure Applications With Docker Compose

Deploying applications from your home lab or private network to the internet has always been a trade-off between accessibility and security. In this step-by-step tutorial, we will walk you through the process of setting up and configuring Cloudflare Tunnels to securely access your local web application from anywhere.

Proxmox: Create Your Own Debian 12 Cloud-Init Template

Deploying a new virtual machine takes too much time? In this tutorial, you'll learn how to create your own Debian 12 Bookworm cloud-init template for Proxmox to deploy new linux machines in seconds!

Deploy a Jekyll Website to Cloudflare Pages using GitLab CI - A Step-by-Step Guide

Deploying a website can be a daunting task, but with the right tools and a little bit of know-how, it's easier than pie. Follow these simple steps and you'll have your Jekyll website up and running on Cloudflare Pages using GitLab CI in no time! Get ready to impress your friends and family with your website deployment skills.

Raspberry Pi: Installing Proxmox VE 7 on the Pi 4

If you have Raspberry Pi at home, chances are that you like to tinker with it a fair bit installing different distros and writing images to that SD card more than you’d like to. How convenient would it be to have some sort of way to run many Raspberry Pi operating systems on a single device? All of that an more is now possible when you install something like Proxmox VE on your Raspberry Pi 4!

Raspberry Pi Hacks: Make The Power LED Blink On Poweroff

So you have a Raspberry Pi 3 or 4 and been messing around the house with it. Perhaps you are using it “headless” like me through SSH. Quickly you probably realized the default behavior of the leds are quite useless: The red power led stays on even after shutdown, the green ACT led blinks even after the Pi has shut down as well and the GPIO power pins still supply power to whatever’s using it.

Wireguard VPN at home with AWS and EdgeRouter X

So… you would like to use a Wireguard VPN for all devices on your ER-X network? Here’s how to do it without the headaches and config puzzles! You’re welcome.

Kali Linux on Raspberry Pi 4 with 4in touch screen case

I recently purchased a Raspberry Pi 4 to play with its new features and decided to make it a dedicated Kali linux ethical hacking device with a 4 inch touch screen case kit I got off Amazon for pretty cheap. Turns out it’s not really plug and play (as they say on Amazon).

WooCommerce: PayFacto Payment Gateway plugin for WordPress

I recently purchased a Raspberry Pi 4 to play with its new features and decided to make it a dedicated Kali linux ethical hacking device with a 4 inch touch screen case kit I got off Amazon for pretty cheap. Turns out it’s not really plug and play (as they say on Amazon).

AWS Magic: Adding Free Let’s Encrypt SSL Certificate to Amazon Linux

With today’s web, having an SSL certificate on your website that shows a green HTTPS icon in your visitor’s browser is a must. Not only does it drastically help with SEO, it also ensures transactions between your website and your visitor are encrypted and hacker proof-ish to a certain extent. Read on to get all the info on how to setup Amazon Linux SSL using Let’s Encrypt!

PowerShell: Adding Office 365 Group Members to an Exchange Shared Mailbox

For one of my clients, we had to migrate a Microsoft Exchange 2010 server to Microsoft Exchange 365 in one night. Lots of shared mailboxes had to be migrated by hand and it’s authorized users required to be added one by one through the interface as there was no feature provided by Microsoft to just add all members of a group. We were in need of a PowerShell script!