Featured Post
My favorite links (ranked)
#1 Linux laptop powertuning painlessly (almost) #2 hard-drive-recovery #3 Chromebook Specifications #4 Internet BMW riders #5 Findagra...
Tuesday, June 9, 2020
Dad's WW2 Halftrack crew names and etc...
Thursday, May 14, 2020
Old Cagle family photo found
Old family photo found on familysearch.org caption says:
Cagle family taken sometime between 1908 and 1916
My great grandmother at lower right side.
Wednesday, May 6, 2020
Backup full linux system to remotely mounted archival device (like a jump drive say)
Make a source directory like this on your destination jump drive:
/media/tim/ext4_ext/Chromebook_lubuntu18_finalbackup/
^
|
+------ auto mount point for my jump drive
login to system to be backed up.
Type a command like this on the system being backed up.
$ sudo rsync -aHAXv / --exclude={"/bak1","/cdrom","/dev","/lost+found","/mnt","/proc","/run","/sys","/tmp"} 192.168.1.14:/media/tim/ext4_ext/Chromebook_lubuntu18_finalbackup
Note: you will need a passwordless ssh login credential setup for root access into the destination system.
Sunday, April 5, 2020
Handy command line usage info for automated print jobs via cron for example...
The "l" option to the lpoption command is your friend for getting color saturation or duplexing to suit your needs correctly....
$ lpoptions -d AutoPrintViaCron -l
MediaType/Media Type: PLAIN_HIGH PLAIN_NORMAL *PLAIN_DRAFT PLAIN_SUPERDRAFT LETTERHEAD_HIGH LETTERHEAD_NORMAL LETTERHEAD_DRAFT LETTERHEAD_SUPERDRAFT RECYCLED_HIGH RECYCLED_NORMAL RECYCLED_DRAFT COLORPAPER_HIGH COLORPAPER_NORMAL COLORPAPER_DRAFT PREPRINTED_HIGH PREPRINTED_NORMAL PREPRINTED_DRAFT PREPRINTED_SUPERDRAFT PMMATT_HIGH PMMATT_NORMAL PLATINA_HIGH PLATINA_NORMAL PMPHOTO_HIGH PMPHOTO_NORMAL PSGLOS_HIGH PSGLOS_NORMAL ENV_HIGH ENV_NORMAL THICK_HIGH THICK_NORMAL
Ink/Grayscale: *COLOR MONO
Duplex/Duplex Tumble: *None DuplexNoTumble DuplexTumble
PageSize/Media Size: A4 TA4 4X6FULL T4X6FULL 2L T2L A6 A5 B5 L TL INDEX5 8x10 T8x10 4X7 T4X7 ENV10 ENVC6 *Letter TLetter Legal
InputSlot/Paper Source: *Auto Cassette1 Cassette2 Rear
Here is the script I use to keep my inkjet flowing smoothly twice a week:
#!/bin/sh
#
#/usr/bin/lp -d AutoPrintViaCron -o MediaType=PLAIN_HIGH /home/tim/Documents/inkFlushChart$((1 + RANDOM % 3)).pdf
# Notice the RANDOM usage above does NOT work in debian use the following
# shuf command instead to randomize among three different placements formats
# on your page in my case: upper middle or bottom of page.
/usr/bin/lp -d EPSON_ET_4760_Series -o MediaType=PLAIN_HIGH -o ColorModel=Color /home/tim/Documents/inkFlushChart$(shuf -i 1-3 -n 1).pdf
Here is an example cron command line I wrote to keep my ink jet system clog free without having to remember to print to it twice a week:
# nozzle flush sunday morning and wednesday afternoon...
#
0 7 * * 0 /home/tim/bin/inkjetnozzleflush.sh 2>&1 > /tmp/cron1.txt
0 13 * * 3 /home/tim/bin/inkjetnozzleflush.sh 2>&1 > /tmp/cron1.txt
pdf content....
This ensures that all four color nozzle sets get flushed twice a week as recommended by inkjet printing experts. My infrequently used epson ecotank printer has been running trouble free for years now.
Tuesday, September 24, 2019
My father in-law
Robert G. (Bob) Myers
Wednesday, May 8, 2019
Get control of your cellular data usage for savings and better utilization of carrier services
- Get an unlocked decent cell phone that meets your needs
- Get a sim card for one of the top three * (pay for what you need only) providers:
- Read and follow these free and mostly comprehensive recommendations from Ting...
Do more with your smartphone without paying more for mobile data
How to save data – Six tips to save data and money
Six (more) simple tips to save money on smartphone mobile data
All those links are pretty much generic to any provider even though they are thoughtfully provided by Ting. Yes it is a lot to take in but we live in a complex world don't we.
* per Consumer Reports
Monday, May 6, 2019
Virtual 5AD European Tour (Glen Shulfer "Following the 5th Armored Division Trek" videos in order)
Part 2 - Utah Beach Villages
Part 3 - Normandy Hedgerows
Part 4 - Utah to Coutances
Part 5 - Avranches to Lemans
Part 6 - Lemans to Versailles
Part 7 - Castle at Sedan, France
Part 8 - 5th Amored Division Monument in Luxembourg
Part 9 - Stolzembourg to Wallendorf
Sorry part 10 is somehow missing.
Part 11 - Tribute To My Dad ~ Hurtgen Forest Final




