View fix-wordpress-permissions.sh
################################################################## | |
# Add a folder for test, then, this file become a Github project. | |
# Move to https://github.com/ZerooCool/fix-apache-permissions.sh | |
################################################################## | |
################################################################## |
View script-bash-redmine-backups
#! /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 |
View jfindfiles
#!/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. | |
# |
View joomlafunctions
#!/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 |