Skip to content

Instantly share code, notes, and snippets.

View w6cloud's full-sized avatar
😁
Building our new platform!

Pierre Aboucaya w6cloud

😁
Building our new platform!
View GitHub Profile
@w6cloud
w6cloud / create-thumbnails.sh
Created October 22, 2019 15:56
Creates square thumbnails from a list of jpgs
#!/bin/bash
########################################################################
#
# Creates square thumbnails (100x100) from a folder of jpg images
#
########################################################################
for i in *.jpg; do
if [ "$i" -nt "../thumbs/$i" ]; then
@w6cloud
w6cloud / site-archiver.sh
Created May 8, 2019 02:33
Download website using wget
#!/bin/bash
##################################################
#
# DOWNLOAD WEBSITE LOCALLY USING WGET
#
# Usage: ./site-archiver.sh https://web6.fr/
#
##################################################
@w6cloud
w6cloud / plesk-utilities.md
Last active May 3, 2019 21:18
Plesk utilities

Plesk utilities

A tiny list of Plesk tips that we find useful. Most part of the shell commands muste be entered as root.

Emails

List of mailbox passwords