Photographic Challenges: Mallard Ducks
I’ve had difficulty getting the green head to look nice because the feathers are so very fine. This is one of my best: Click on it to get through to a better quality version.
Hymns in public worship – what’s suitable?
For those who believe that hymn singing should be part of public worship in the New Testament church: What determines whether a hymn is suitable for the public worship of God? I have never heard any line drawn in the sand over this issue that didn’t come down to personal preference.
How to archive or zip a folder with a command line so you can transfer it
I had to figure this out myself and thought I’d share what I’m doing. Make an archive: tar -cf TargetFile.tar Foldername/ The c flag tells it to create an archive. The f flag tells it that you’re making an archive from files. Compress it: gzip TargetFile.tar And the resulting file is: TargetFile.tar.gz If you want [...]
Recent Comments