У нас вы можете посмотреть бесплатно GUI Linux Home Server Using Your Favorite Linux Desktop. Linux Server Made Easy! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Make a Linux Home Server using your favorite Linux Desktop. Linux Server Made Easy! Using Linux Mint Setting up a ZFS raid 5 Pool Through a GUI interface. Now its Easy to install your favorite apps and VM's through the Desktop. Linux Mint Install Video Comming. $265 DIY Budget 24TB Server-NAS 16GB Ram 4Cores 8Threads • $265 DIY Budget 24TB Server-NAS!! 16GB Ram... NO Access to Plex Folder.. Easiest Solution!!!!! • NO Access to Plex Folder.. Easiest Soluti... CAT 5E 10G SPEED TEST • CAT 5E 10G SPEED TEST for Home Server. Ca... AFFORDABLE 10GB NETWORKING!!! Switches and NIC Cards. • AFFORDABLE 10GB NETWORKING!!! Switches and... $580 Ultimate Home Server Includes!! 48tb HHD, 64 Ram, 8-Cores 16-Threads! • $580 Ultimate Home Server Includes!! 48tb ... 32 Cores 64 Threads 64gb Ram - $520 Ultimate VM-Proxmox Server • $520 Ultimate VM Proxmox Home Server. sudo apt install cockpit cockpit commands to get zfs git clone https://github.com/optimans/cockpit-z... sudo cp -r cockpit-zfs-manager/zfs /usr/share/cockpit Folders and Pools you can give them any name you want this is just an example. sudo mkdir /Server Permissions sudo chmod -R 777 /Server or sudo chmod -R 775 /Server User will be root but best if it is your user name Forgot you need to make Server folder the computer user "tg" your user name "have to change zfs owner to" sudo chown -R tg:tg /Server Create Folder "Media" from file manager or command line in side of Server Folder Permission should be 775 or 777 sudo chmod -R 777 /Sever/Media Mount the ZFS pool "Store" to "Media" sudo zfs set mountpoint=/Server/Media Store Edit Samba file samba .conf file Open and edit /etc/samba/smb.conf copy and paste [Media] path = /Server/Media/ read only = no guest ok = yes force group = tg force user = tg browseable = yes Save sudo service smbd restart You should now be able to share your folder and files with other computers in your home. Done. Hope all this is helpful.