Search for the blog

## previously, on Self-Hosting... I mentioned how I couldn't build next web app in the termux of SM-P550.<br> With the problem with SWC, segfaults, the way babel was not supported in termux, etc. And at the end, I mentioned that I tried to use the build from my pc, copy it over to the machine and tried to run it. ``` // from directory that contains the repo scp -P 8022 -r .next ip address:/data/data/com.termux/files/home/portfolio // connecting to the machine with ssh dropbear // in the machin