This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
###################### | |
## Horloge parlante ## | |
###################### | |
## Donner les droits d'exécution : | |
# chmod +x horloge.sh | |
## Installer espeak : | |
# sudo apt install espeak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################## | |
# Add a folder for test, then, this file become a Github project. | |
# Move to https://github.com/ZerooCool/fix-apache-permissions.sh | |
################################################################## | |
################################################################## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# sudo sh backup_redmine.sh | |
# Last version by Zer00CooL - www.visionduweb.fr | |
# Modified by [email protected] | |
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 protected] | |
# | |
# This program is free software; you may redistribute it and/or modify it. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 protected] | |
# | |
# This program is free software; you may redistribute it and/or modify it. | |
# Define general variables |