Unfortunately you can't install Firefox deb in Ubuntu anymore (just like chromium). Canonical doing sh*t!
mokazemi
joined 1 year ago
Subtitle composer can do that: https://subtitlecomposer.kde.org/
Also Kdenlive has a feature for it as I know, though I never tested: https://docs.kdenlive.org/en/effects_and_compositions/speech_to_text.html
What less popular text editors do you like or should have a shout out more often? What stuff do you do with it?
I guess you should rebase or merge the Master branch into your branch and then push again:
git checkout master
git pull origin master
git checkout yourbranch
git rebase master
git push -f origin yourbranch
But if you got error since that new commit has conflict with your chances:
git merge master
git push origin yourbranch
Will copying files from one external drive to another create write tasks for my machine internal drive? how does that work?
I was a newbie user, telling a friend of mine about
rm -rf /*
. I typed it in a hit Enter, telling him it doesn't harm since I didn't entersudo
. But I'd forgotten that I have still permission to delete my home directory. ๐ฅฒ๐