Месяц: Май 2019

LVM в работе

Physical volume(PV) attributes: To check the physical volume attributes,use “pvs” command.The forth column of pvs command output displays the physical volume attributes. The above command output shows “a” in the attribute field which explains that physical volumes can be “allocated” to the volumes. Export the volume group “uavg” and check pvs output. In attributes field, you can see that “x”  is added now.This show that volume group is exported. We can stop the allocation to the disk by using pvchnage command.By disabling allocation,volume […]

Torrent-server

Для Linux существует замечательный легкий BitTorrent-клиент, который называется transmission-daemon. Работает он совершенно безотказно, но вот произвести его первоначальную настройку для многих новичков является нетривиальной задачей. Самое интересное, что некоторые моменты в настройках меняются от версии к версии как самого transmission-daemon, так и дистрибутива. В данном мануале приведу пример настройки transmission-daemon под Debian 9. Устанавливаем transmission-daemon, если он у вас еще не установлен apt-get install transmission-daemon Копируем конфигурационные файлы в директорию пользователя, от имени которого будет […]