

Where does my data go? On my HD or somewhere in the cloud?
Where does my data go? On my HD or somewhere in the cloud?
DDG it to get a file, else it is quite simple to generate and customize your own. I do it a bit different from the “official” way, but whatever works, very flexible.
I have been using calendar.txt for about 2 years now. Works fine and easy to sync.
Or maybe you’re just shit at using computers and should go back to a notebook and pen?
I thought that is what KDE neon is? Didn’t read the article though.
I carry an empty one, to make copies of movies I find on work computers.
I use syncthing to sync ios and linux. Nothing goes into any cloud.
Jokes on them, my posts are shit.
Google search is so useless these days too!
Thank you!!
I would like to know too. Subscribed.
Last year was the year of the Linux desktop, but only for me personally.
Ok bye.
Awesome! Thanks, I knew there had to be a way!
edit:
This also works:
for i in *.avi; do ffmpeg -i "$i" -ss 00:00:00 -t 00:00:10 ~/Public/test/${i%.*}.avi ; done
But yours is much nicer.
Almost, here is the one that worked:
for i in *.avi; do ffmpeg -i "$i" -ss 00:00:00 -t 00:00:10 ~/Public/test/${i%.*}.avi ; done
Thanks for pointing me in the right direction.
The input filename changes each time.
I’ll check it out, thanks!!