Skip to content

Instantly share code, notes, and snippets.

@ZerooCool
ZerooCool / gist:68a8c310b4136dd05895965e4c0d1a51
Created October 3, 2023 17:17
Script shell bash horloge parlante
#! /bin/bash
######################
## Horloge parlante ##
######################
## Donner les droits d'exécution :
# chmod +x horloge.sh
## Installer espeak :
# sudo apt install espeak
@ZerooCool
ZerooCool / script-bash-redmine-backups
Last active February 15, 2021 09:42 — forked from ronanguilloux/script-bash-redmine-backups
Script de sauvegarde journalier & mensuel pour Redmine (Fichiers + Base de données)
#! /bin/bash
# sudo sh backup_redmine.sh
# Last version by Zer00CooL - www.visionduweb.fr
# Modified by ronan@lespolypodes.com
# Inspiration: https://gist.github.com/gabrielkfr/6432185
# Distribué sous les termes de la licence MIT.
## Premier stockage en local.
## Créer une seule fois les dossiers qui vont stocker les sauvegardes en local.
# mkdir -p $HOME/backup/fichiers/redmine
@ZerooCool
ZerooCool / README.md
Created June 23, 2020 16:08 — forked from undirectlookable/README.md
Subresource Integrity (SRI) Hash Generator
@ZerooCool
ZerooCool / fix-wordpress-permissions.sh
Last active April 8, 2020 03:35 — forked from Adirael/fix-wordpress-permissions.sh
Fix wordpress file permissions
##################################################################
# Add a folder for test, then, this file become a Github project.
# Move to https://github.com/ZerooCool/fix-apache-permissions.sh
##################################################################
##################################################################
@ZerooCool
ZerooCool / joomlafunctions
Created May 2, 2016 02:59 — forked from renekreijveld/jfunctions
General bash functions for use in jooma scripts
#!/bin/sh
# joomlafunctions.sh - general bash functions for use in my jooma scripts
# Supports Joomla versions 1.0 - 3.3
#
# Copyright 2014 Rene Kreijveld - email@renekreijveld.nl
#
# This program is free software; you may redistribute it and/or modify it.
# Define general variables
@ZerooCool
ZerooCool / jfindfiles
Created May 2, 2016 03:33 — forked from renekreijveld/jfindfiles
Find unused and used content files in your Joomla website
#!/bin/sh
# jfindfiles -- Find used and unused content files in your Joomla website
#
# This scripts supports Joomla versions 1.0 - 3.3
#
# Copyright 2014 Rene Kreijveld - email@renekreijveld.nl
#
# This program is free software; you may redistribute it and/or modify it.
#