User Tools

Site Tools


to-do

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
to-do [2017/06/25 21:37] walkeradminto-do [2020/10/08 21:46] – external edit 127.0.0.1
Line 10: Line 10:
  
 You should have guessed, this is stuff I need to do, but have not yet started (or at least started but no attempt to document) Just because it's here though, I still may never do it. These are just a few things that I have thought of, there is other content I am working on for the site, but I don't put things here that I am near completing (because they are relatively short tasks. You should have guessed, this is stuff I need to do, but have not yet started (or at least started but no attempt to document) Just because it's here though, I still may never do it. These are just a few things that I have thought of, there is other content I am working on for the site, but I don't put things here that I am near completing (because they are relatively short tasks.
 +\\ 
 +\\ 
 +
 +----
 +https://letsencrypt.org/ \\ 
 +https://en.wikipedia.org/wiki/Wildcard_certificate \\ 
 \\  \\ 
 \\  \\ 
Line 47: Line 53:
  
 #!/bin/bash #!/bin/bash
- 
 #Count files less than a week old #Count files less than a week old
  
Line 59: Line 64:
 echo "Find " $weekold_files_found "more than a week old files found on $right_now by $USER" echo "Find " $weekold_files_found "more than a week old files found on $right_now by $USER"
 ######### #########
- 
  
 #Delete files older than 1 week  #Delete files older than 1 week 
- 
 find "/home/charles/testarea" -type f -daystart -mtime +6 | while read x; do ls -l "$x"; done find "/home/charles/testarea" -type f -daystart -mtime +6 | while read x; do ls -l "$x"; done
- +\\  
 +\\ 
to-do.txt · Last modified: 2023/07/26 20:49 by walkeradmin