dd a broken DVD
By jeltsch on Thu, 04/07/2016 - 17:51dd if=/dev/sr0 of=image.iso bs=2048 conv=noerror,notrunc iflag=nonblock
dd if=/dev/sr0 of=image.iso bs=2048 conv=noerror,notrunc iflag=nonblock
git pull origin master
git push origin master
git commit -m "comment" -a
https://www.linux.com/learn/tutorials/824358-how-to-run-your-own-git-server
I have a webcam that is taking images when there is movement in its view field. It uploads them to a ftp server. I wanted some automated method to generate a video file from the images of the previous day. Finally I came up with the following shell script which is living under /etc/cron.daily:
#!/bin/sh
#
# cron script to make a movie out of webcam stills
#