Как скачать плейлист с ютуба, да еще и с субтитрами?

Опубликовано NowhereMan -

Очень просто:

youtube-dl --sub-lang en --convert-subs srt --write-sub "https://www.youtube.com/watch?v=wWnfJ0-xXRE&list=PLyQSN7X0ro203puVhQsmCj9qhlFQ-As8e"

Теги

Установка WPS, добротный офис для Linux

Опубликовано jeord -

Дистрибутив WPS

http://wps-community.org/downloads

Руссификатор в правом верхнем углу программы

 

Установка шрифтов TrueType от Microsoft в Linux

sudo apt install ttf-mscorefonts-installer

Как смонтировать раздел из образа

Опубликовано NowhereMan -

Get the partition layout of the image

$ sudo fdisk -lu sda.img
...
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
...
  Device Boot      Start         End      Blocks   Id  System
sda.img1   *          56     6400000     3199972+   c  W95 FAT32 (LBA)

Calculate the offset from the start of the image to the partition start

Sector size * Start = (in the case) 512 * 56 = 28672

Теги