This file contains hidden or 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 | |
| ####################################################### | |
| # | |
| # Edits the proxmox Subscription file to make it | |
| # think that it has a Subscription. | |
| # | |
| # Will disable the annoying login message about | |
| # missing subscription. | |
| # |
This file contains hidden or 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 | |
| # | |
| # nombre : backup-ldap | |
| # descripción : Realizar un backup LDAP | |
| # autor : Esteban M. Navas Martín | |
| # fecha creación : 22122015 | |
| # última modificación : 05042016 | |
| # uso : ldap-backup | |
| # instalación : Guardar en /usr/local/sbin/ | |
| # sugerencia : Programar tarea cron: |
This file contains hidden or 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
| https://github.com/algodelinux/addFNMTfirefox/blob/master/addFNMTfirefox.sh |