eki's Home https://eki.moe/posts/notes-on-apple-pay-in-the-app-store/ - Apple Pay has existed as an payment option for the App Store and Apple Services since 2019 Source , and it became available in Japan at somewhere around April 2024. Source: Payment methods that you can use with your Apple Account , although I couldn’t find any official announcements, compare capture between 10 April 2024…
eki's Home https://eki.moe/posts/signing-git-commits-with-ssh/ - Apparently Git has had the ability to sign commits with SSH keys for a while now. I did known this was possible with GPG keys, but this is a nice quality of life change, as SSH keys are much more common now. Git can sign with SSH keys after version 2.34. Older systems might not come with a version of Git that supports this. Why you…
eki's Home https://eki.moe/posts/creating-debian-cloud-init-template-for-proxmox-ve/ - Cloud-init is a package that contains utilities for early initialization of cloud instances. (Source: ArchWiki ). It allows headless and painless configuration for spinning up new cloud instances, so no more installing from scratch for every new instance. Check out Proxmox’s documentation for more info on…
eki's Home https://eki.moe/posts/fancontrol-script-for-dell-idrac/ - I have looked into some solutions for my noisy Dell PowerEdge R730 in the post iDRAC 8 Settings and Tricks . This is the solution I have come up in the end. Thought process Through experience and experiments I have found that under my loads, CPU temperatures will hardly go over 50 degress celcius even with a 5% fan speed. Thus my…
eki's Home https://eki.moe/posts/idrac-8-settings-and-tricks/ - Information might change with time. Categories based on left column in iDRAC GUI. Server System Hostname & Operating System Normally these two values are provided by the Dell EMC iSM (iDRAC Service Module) . Check to see if you can install iSM to update these values in realtime. However iSM might not support the system you’re…
eki's Home https://eki.moe/posts/proxmox-ve-install-routine-and-setup-email-notification/ - These are some basic routines I go over during a Proxmox VE install. Putting them down here so I won’t forget about them. Information might change with time. Install File System During install you get to choose which file system you want to use. I’m going with a ZFS mirrored (RAID1) setup for…
eki's Home https://eki.moe/posts/using-520-byte-sector-disks/ - Updates 2026/06/26 Updated content for clearity. Also, it is simply not possible to get neither HDDs and SSDs at reasonable prices now in 2026. Thanks, AI LLMs that doesn’t really do much! Bought some dirt cheap used enterprise SSDs on Yahoo Auction, only to be not able to do anything with them. The 520 byte sector problem. The…
eki's Home https://eki.moe/posts/why-im-transitioning-to-static-websites/ - Note: This does not serve as a guide. It is only a reminder in case I forget this again. What’s a static website? What are advantages of static websites? Please check this blog from Cloudflare . I’m not in a position to say how one option is correct and the other option is not. This is only a log for myself.…
eki's Home https://eki.moe/posts/blocking-direct-ip-access-to-nginx/ - Updates 2026/06/19 I have mainly rewritten this post, both to reflect the changes in software solutions, as well as to provide more understandable language and clearer instructions. 2023/09/19 Configuration snippets as well as automatic installer script available on my Github Note: This post uses “SSL handshake” and…