want to share pictures in full resolution easily accessible to other user’s via user’s webspace?
generate a index.html that has clickable thumbnails -> view full resolution 😀
su - root apt install convert; # install tool to resize images # Ctrl+D # logoff root vim /scripts/generate-gallery-index.html.sh; # create new file # fill with https://dwaves.de/scripts/generate-gallery-index.html.sh.txt chmod +x *.sh; # mark it runnable cp -rv ./generate-gallery-index.html.sh ./folder/with/pictures/to/share/online cd ./folder/with/pictures/to/share/online ./generate-gallery-index.html.sh; # run it# rename mv gallery.html index.html
# now S(!)FTP connect to webspace (FTP sends passwords unencrypted!!!)
# create ./travel/fotos/of/country
# upload index.html thumbs and all pictures.jpg to that folder
# view in browser 😀
# tada 😀
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!

