rsync and xfr#1, to-chk=0/1, what do they mean?

I do stuff such as :- $ copy debian-8.2.0-amd64-DVD-1.iso /media/shirish/4719-38E5/ Copy here is an alias for :- $ alias copy alias copy='rsync –progress -ravz' When it does the command it takes a long time to complete and does :- $ copy debian-8.2.0-amd64-DVD-1.iso /media/shirish/4719-38E5/ sending incremental file list debian-8.2.0-amd64-DVD-1.iso 3,607,855,104 100% 9.11MB/s 0:06:17 (xfr#1, to-chk=0/1) sent … Read more

Upstart on Debian?

I created an upstart script in Ubuntu, thinking it would be the same for Debian. But Debian doesn’t have a /etc/init folder that Ubuntu has. I went to the upstart download page and seeing that they have packages, did a apt-get install upstart, but it asks to remove sysvinit, which I know will/might screw up my system. So how do I make my Ubuntu script work on Debian?