Ultimate Monero ColdStorage Guide (Feather X Anonero)

In this comprehensive guide, I will walk you through the process of easily setting up Monero cold storage using an old computer and your smartphone, using animated QR codes. No USB needed!

December 14, 2023 1057 words 5 min

Easy monero cold storage

In this article I will show you how to “easily” generate a live archlinux usb with the monero gui pre-installed. Requirements An archlinux install A usb Setup In this guide I will show you how to build a custom archlinux iso with monerogui installed. I will not be providing any pre-built images. The first thing you will have to do is install archuseriso. You can install it from the aur using this command:...

November 7, 2023 723 words 4 min

SSH Remote Access NO Port-Forwarding NO Cloudflare

In this article I will show you how I securely connect to my remote machines without having to configure port forwarding. Requirements: A computer “server” (running linux) A internet connection Another computer to connect to your server (running linux) Why? If you want to access your server without portforwarding in a extremely secure fashion you will want to follow this tutorial. You will be connecting to the server via tor which will make it harder for anyone to find the url of the server and ill show you how to setup keybased auth for even more security!...

October 4, 2023 467 words 3 min

How I setup this blog for free (domain, hosting, ssl) Complete Guide

In this article I’ll show you how I setup this blog completely for free. I’ll show you how to use hugo to write your blog, Cloudflare and eu.org for your domain and ssl, Render and github for the hosting and even how to get your blog on google. What is hugo? Hugo is a fast and popular open-source static site generator used for creating static websites without requiring a database or dynamic components....

March 23, 2023 1292 words 7 min

Python for Complete Beginners

Why you should use Python. Going over the basics of Python. In this course/article I will be talking about why someone should use Python. Later on, I will be tackling the basics of Python. But let’s start by explaining what coding is. What is coding? Coding means writing instructions for computers and a finished set of instructions is known as a program. Computer programs control everything from smartphones to space rockets....

PocketBase self-hosted Firebase alternative

What is PocketBase PocketBase is an open source backend made in go consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API. Install PocketBase The first thing that you will have to do is head to https://pocketbase.io and select the file for your operating system. Since I am using linux I will show how to set this up on linux but it should be pretty similar for any other os....

Why Monero is the ultimate form of a cryptocurrency

In this article, I will tell you why Monero fits my views of what a cryptocurrency should look like. What is Monero? Monero is a decentralized cryptocurrency. It uses a public distributed ledger with privacy-enhancing technologies that obfuscate transactions to achieve anonymity and fungibility. Observers cannot decipher addresses trading Monero, transaction amounts, address balances, or transaction histories. Monero works like any other currency but with some privacy and decentralization innovations....

Create a MultiBoot USB using ventoy

With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO files to the USB drive and boot them directly. Whats ventoy? Ventoy is a free and open-source utility used for writing image files such as .iso, .wim, .img, .vhd(x), and .efi files onto storage media to create bootable USB flash drives. Once Ventoy is installed onto a USB drive, there is no need to reformat the disk to update it with new installation files; it is enough to copy the ....

March 6, 2023 356 words 2 min