RSSAmplifier

Blog

eki's Home

Recent content on eki's Home

eki.moeRSS feed ↗10 posts

Latest posts

Notes on Apple Pay in the App Store

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…

Signing Git Commits with SSH

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…

Creating Debian Cloud-init Template for Proxmox VE

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…

Fancontrol Script for Dell iDRAC

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…

iDRAC 8 Settings and Tricks

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…

Proxmox VE Install Routine and Setup Email Notification

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…

Using 520 Byte Sector Disks

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…

在 internet.nl 上拿到满分

eki's Home https://eki.moe/posts/full-score-on-internet-nl/ - Internet.nl 是一个由网络社区和荷兰政府共同创立的项目。这个项目提供对网站,电子邮件和网络连接的测试,以便查看他们是否遵循了现代而可靠的技术/协议。 Source 测试分为三个部分:网站,邮件和网络连接。网站,邮局测试中达到满分的域名会被加入他们的“名人堂”列表,双满分则更为稀少。网络连接测试不会进行研究,原因会在后文解释。 网站测试 此部分使用 nginx 为例,版本号 1.22.1。 对于一些项目,可能需要更改的配置文件有 /etc/nginx/nginx.conf /etc/nginx/sites-available/example.com (or /default) 如果你在使用 Certbot,则还可能需要更改…

Why I'm Transitioning to Static Websites

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.…

Blocking Direct IP Access to Nginx

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…