paulgorman.org

< ^ txt

Wed Mar 11 06:00:01 EDT 2020 ======================================== Slept from nine-thirty to seven. Woke from around four to five. Mostly cloudy. Chance of rain and snow in the morning, then slight chance of rain in the afternoon. Highs in the mid 40s. South winds up to 10 mph. Chance of precipitation 30 percent. Work ---------------------------------------- - Document `pv` vs `dd` speed Done. - Deploy test desktop to Sherri Done. ``` 🐚 falstaff /data/d $ time sudo dd if=/data/d/leasing-desktop-thin-client-master-2020-03-10.img of=/dev/sdf 234441648+0 records in 234441648+0 records out 120034123776 bytes (120 GB, 112 GiB) copied, 4603.55 s, 26.1 MB/s sudo dd if=/data/d/leasing-desktop-thin-client-master-2020-03-10.img 112.18s user 622.51s system 15% cpu 1:16:43.59 total 🐚 falstaff /data/d $ time sudo sh -c "pv < /data/d/leasing-desktop-thin-client-master-2020-03-10.img > /dev/sdf" 111GiB 0:16:54 [ 112MiB/s] [============================================================================================>] 100% sudo sh -c 5.71s user 206.47s system 20% cpu 17:34.41 total ``` So, yeah, running `dd` with no `bs` tuning is _much_ slower than redirecting through `pv`. Twenty-minute walk from lunch. Saw three trees with buds bursting into leaves. We're teetering on the edge of spring. Heard a crow. Selecting different outputs on the same sound/audio/sink device: ``` $ sudo -u theuser -H pacmd list | grep 'output:' $ sudo -u theuser -H pactl set-card-profile 0 output:hdmi-stereo ``` Also remember, with HDMI audio, sound won't play when the monitor is asleep. Great to be getting these desktops into the hands of users after so many delays. Home ---------------------------------------- Servings: grains 3/6, fruit 5/4, vegetables 3/4, dairy 3/2, meat 2/3, nuts 0/0.5 Breakfast: banana, pineapple, celery, tomato, egg Brunch: bagel with cream cheese, coffee Lunch: yogurt, cucumber, apple Afternoon snack: orange Dinner: burger, chips, mandarin 133/74

< ^ txt