Skip to content

Instantly share code, notes, and snippets.

View wd006's full-sized avatar
:copilot:
𝚠𝚍𝟢𝟢𝟼@πšπš’πšπš‘πšžπš‹:~$ πš πš‘πš˜πšŠπš–πš’

wd006

:copilot:
𝚠𝚍𝟢𝟢𝟼@πšπš’πšπš‘πšžπš‹:~$ πš πš‘πš˜πšŠπš–πš’
View GitHub Profile
@wd006
wd006 / Run-Apache-HTTPD-Server-on-iOS-Natively.md
Created May 26, 2026 13:21
Setup Apache (httpd) on iOS using iSH Shell. Lightweight local web hosting and testing environment for iPhone/iPad.

How to Run Apache HTTPD Server Natively on iOS

Running a fully functional web server directly on your iPhone or iPad might sound complicated, but thanks to iSHβ€”a Linux shell environment for iOSβ€”it's incredibly easy. Whether you need to test a local webpage, transfer files, or just want to experiment with server environments on the go, you can do it without jailbreaking your device.

Here is the step-by-step guide on how to install and run an Apache HTTP server natively on your iOS device.

Step 1: Install the iSH App

First, you need to install the terminal environment. Open the App Store, search for iSH Shell, and download it.

Install iSH from App Store

@wd006
wd006 / macOS-New-Text-File-on-Right-Click-Menu.md
Created April 26, 2026 09:40
How to add a "New Text File" option to macOS right-click menu with Automator (No third-party apps needed)

How to Add a "New Text File" Option to macOS Right-Click Menu

One of the most missed features for users switching to macOS is the inability to right-click and create a blank text document. You don't need to buy third-party apps for this! We can build it easily using macOS's built-in Automator.

If untitled.txt already exists, it automatically creates untitled-1.txt, untitled-2.txt, etc., preventing any errors.

Here is the step-by-step guide on how to set it up.

Step 1: Create a New Quick Action with Automator

Open Spotlight (Cmd + Space), type Automator, and press Enter. Click on New Document.