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 | |
# NAME: full-backup | |
# PATH: $HOME/bin | |
# DESC: Full system backup - must call with SUDO | |
# DATE: July 16, 2017. Modified July 26, 2017. | |
apt autoclean # reduces size of /var/cache/apt/archives |
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
<!--Developer's debug menu at bottom of index page--> | |
<div id="accordion"> | |
<div class="card"> | |
<div class="card-header" id="headingOne"> | |
<h5 class="mb-0"> | |
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> | |
Developer Debug Menu (click to toggle) | |
</button> | |
</h5> | |
</div> |
NewerOlder