اگه برای کار روی سرور دور از ssh استفاده می کنید
میتونید به جای
ssh username@ip
از
mosh username@ip
استفاده کنید
تفاوتش اینه که اگه اتصال اینترنت قطع بشه
بر خلاف استفاده از ssh پنجره ترمینال هنگ نمیکنه و پیغامی میده که متوجه بشید اتصال قطع شده و اگه اینترنت وصل شد لازم نیست دوباره login کنید. خودش وصل میشه.
sudo apt install mosh
روی سیستم خودتون و سروری که میخواهید بهش وصل بشید باید نصب باشه.
اگه اتصال رو با #ssh-keygen بدون پسورد کرده باشید
راحتی کار رو بیشتر هم میکنه.
#linux
#ssh-keygen
#mosh
#ssh
میتونید به جای
ssh username@ip
از
mosh username@ip
استفاده کنید
تفاوتش اینه که اگه اتصال اینترنت قطع بشه
بر خلاف استفاده از ssh پنجره ترمینال هنگ نمیکنه و پیغامی میده که متوجه بشید اتصال قطع شده و اگه اینترنت وصل شد لازم نیست دوباره login کنید. خودش وصل میشه.
sudo apt install mosh
روی سیستم خودتون و سروری که میخواهید بهش وصل بشید باید نصب باشه.
اگه اتصال رو با #ssh-keygen بدون پسورد کرده باشید
راحتی کار رو بیشتر هم میکنه.
#linux
#ssh-keygen
#mosh
#ssh
How can you create an audiobook with a natural human voice and a customized accent? Let's say you have an EPUB file and you're tired of the robotic voice generated by common text-to-speech (TTS) systems. One of the most advanced TTS technologies available today is provided by Openvoice. You can find more information about it here.
It performs optimally with a GPU, but it's also compatible with CPU. To use it on your own machine, simply set up a virtual environment and install the package. You'll also need to download a few additional files. I'm currently using the basic setup with the default voice, but the ability to clone any voice is an incredibly exciting feature.
follow the notebook demo1, extract text from epub and replace the sample test with your favourite book.
You may need to split the book into several chapters to fit into the gpu memory and avoid killing the job.
It took me about 10 min to make audio book from Shogun, a novel which is about 500 pages.
It performs optimally with a GPU, but it's also compatible with CPU. To use it on your own machine, simply set up a virtual environment and install the package. You'll also need to download a few additional files. I'm currently using the basic setup with the default voice, but the ability to clone any voice is an incredibly exciting feature.
follow the notebook demo1, extract text from epub and replace the sample test with your favourite book.
You may need to split the book into several chapters to fit into the gpu memory and avoid killing the job.
It took me about 10 min to make audio book from Shogun, a novel which is about 500 pages.