1397200413275 png
(202.65 KB, 547x600)
1397209354... jpg
(26.76 KB, 284x436)
1397182409338 png
(509.74 KB, 576x694)
>>/10089/
> magnet:?xt=urn:btih:79760b305316b095d30e7bdfa49b97d49f236618&dn=heinessen-mlp-images.tar
I'm making a copy of an extracted version of that.
>>/10176/
> Local Apache IPFS Server / Apache IPFS Gateway in a 32-bit computer
Mount /ipfs doesn't work as noted here -- github.com/ipfs/kubo/issues/10264 -- but mount /ipns does work. Symlink /var/www/html/ipns to /ipns ("ln -s target linkname"). Can't update IPNS if it's mounted:
> $ ipfs daemon --mount & disown
> [...]$ ls /ipns
> 12D3Koo...Q1v local
> $ ls /ipns/12D3Koo...Q1v/
> [...]$ ipfs name publish bafybeiha6cx7hutdkaybanqlxwlgmw2wjdhqw6gzlme54rxk6xj4v47xu4
> Error: cannot manually publish while IPNS is mounted
> $ # later published this to ipns, which is a set of pins in HPC: /ipfs/QmZTJUUrDsmPjyAVy8dxRkH7VBVCVQihJ7ccRQoUb4kouZ
Problem: http://10.1.2.3/ipns = "403 Forbidden" due to Apache not being allowed access to root-owned folders, and when ipfs is mounted, it makes those folders root-owned in an unchangeable way. Trying to make Apache only run as root (not a great idea):
> $ sudo apt install apache2; sudo vim /etc/apache2/envvars
> [... change to "export APACHE_RUN_USER=root" and "export APACHE_RUN_GROUP=root" where root was previously www-data]
> $ sudo apt remove apache2; sudo apt install apache2
> [...]Error:\tApache has not been designed to serve pages while\n\trunning as root. There are known race conditions that\n\twill allow any local user to read any file on the system.\n\tIf you still desire to serve pages as root then\n\tadd -DBIG_SECURITY_HOLE to the CFLAGS env variable\n\tand then rebuild the server.\n\tIt is strongly suggested that you instead modify the User\n\tdirective in your httpd.conf file to list a non-root\n\tuser.\n
Apache startup is ran as root normally ("sudo /usr/sbin/apache2 -k start & disown"), but not child processes. To make it all run as root, seems you gotta (re)compile it with ...BIG_SECURITY_HOLE... Other option, maybe: nginx. Pics:
> not seen at https://derpibooru.org/search/reverse - /z0/data/1735f69/1/archive.heinessen.com-mlp/image/1397/20/1397200413275.png
> aging nerd/hacker - /z0/data/1735f69/1/archive.heinessen.com-mlp/image/1397/18/1397182409338.png
> [nearby image]
>>/9857/
> took about 3 minutes after upload done for the archive.org/details/ webpage to show up
Today I uploaded something else to archive.org/details/, and it took about 5 min. to show up:
. 2024-04-15 16:03:34.733398878 Z = upload start
. 2024-04-15 16:04:01.161993953 Z = upload done
. 2024-04-15 16:08:54 Z = HTTP 404 from 16:04 to 16:08
. 2024-04-15 16:09:11 Z = HTTP 200