aih.app – Tech Blogs
Hello there! Welcome to my website, aih.app, where I write technical blogs, articles, and guides for any random tech topics that spike my interest. This website also provides documentation for rafled.
If you have any guide/article you would like, please use the email provided on the contact page.
Aside from all those things, please comment on the post if you find any mistakes or dead links in the article(s) written. Happy Reading!
Fun Fact: “Aih” does not stand for Ai Hub, I named it because I like the Anime Character, Ai Hayasaka.
Latest Posts
- A simple way to embed instagram profile on your websiteA few days ago, I was scrambling to embed an Instagram profile on my webpage, and I did not think that a simple instagram embed would have a small rabbit hole; from websites offering their own… Read more: A simple way to embed instagram profile on your website
- How to redirect from non WWW to WWW domain in Cloudflare Redirect RulesNow, that the Cloudflare Page rules are deprecated, I bring to you a short guide explaining how to migrate your WWW redirect rule to the new Redirect Rules. To get started, go to Cloudflare Dashboard, Select… Read more: How to redirect from non WWW to WWW domain in Cloudflare Redirect Rules
- Installing and Running Android 13 on VultrThis article aims to install and run Android 13 on Vultr. This can be useful if you want an Android device on the cloud on the fly, whenever you desire. For this purpose, we will utilize… Read more: Installing and Running Android 13 on Vultr
- A guide on using DeepFakeAI API with PHPThis article is a guide on using DeepFakeAI using PHP. This guide will go through the details of creating a simple client that will generate a video using the FakeAI API so that you can generate… Read more: A guide on using DeepFakeAI API with PHP
- Set up your own Email server on Ubuntu 22.04This article aims to set up an Email server on Ubuntu 22.04 (Jammy). Please note that this article may gloss over some details or some information. Please note– that setting up a custom mail server depends… Read more: Set up your own Email server on Ubuntu 22.04
- Use OpenVPN on a Secondary OpenWRT routerThis article aims to route the traffic on your secondary router with OpenWRT installed to an OpenVPN server. In this article, I used a TP-Link Archer C20 V5 router with OpenWrt 22.03.4. You can use your… Read more: Use OpenVPN on a Secondary OpenWRT router
- Setup IPv6 on Ubuntu 22.04 on Oracle CloudThis article is available in French. This article aims to set up a dual-stack IPv4/IPv6 Network on Ubuntu 22.04 on Oracle Cloud. This article will not go through the nitty gritty details about networking or services… Read more: Setup IPv6 on Ubuntu 22.04 on Oracle Cloud
- Installing Windows 11 Pro on VultrThis article aims to install Windows 11 Pro on Vultr. This can be convenient if you do not want a server OS on your VPS, want to save on paying for the Windows license, or want… Read more: Installing Windows 11 Pro on Vultr
- Run Windows 10 for free in GitHub codespaces using QEMUThis article aims to run Windows 10 on GitHub Codespaces. To achieve this, we will use QEMU for Virtualization, ngrok to forward our ports, and Real VNC as a VNC client. Before you get started Before… Read more: Run Windows 10 for free in GitHub codespaces using QEMU
- Run a Squid proxy server in GitHub codespaces. Free Proxy?This article aims to run the Squid proxy server in GitHub codespaces. GitHub provides its codespaces service which is free for 60 hours a month. Squid is an HTTP caching server and has a variety of… Read more: Run a Squid proxy server in GitHub codespaces. Free Proxy?
- Domain-based proxy selection on Squid ProxyThis article aims to use domain-based proxy selection on Squid proxy, which allows you to choose a different proxy depending on the domain that is being accessed—for eg, accessing all .de domains from a German Proxy… Read more: Domain-based proxy selection on Squid Proxy
- Setting up Hurricane Electric IPv6 on Ubuntu 22.04This article aims to set up Hurricane Electric‘s free IPv6 tunneling on Ubuntu 22.04 with netplan using their Tunnel Broker service. You might want to use this service if you want to get content from a… Read more: Setting up Hurricane Electric IPv6 on Ubuntu 22.04
- Install Nepal Lipi Font in Google Chrome on WindowsThis article aims to install Nepal Lipi font on Google Chrome to make text typed viewable in the browser, instead of square boxes. You may follow this article if the website you use does not support… Read more: Install Nepal Lipi Font in Google Chrome on Windows
- Using Chrome in Google Cloud Shell with VNC ServerThis article aims to run Google Chrome in Google Cloud Shell. This article is an extension of our other article, which runs a VNC server on Google Cloud Shell. For the following to work, you will… Read more: Using Chrome in Google Cloud Shell with VNC Server