Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install jellyfin docker

docker pull jellyfin/jellyfin:latest
mkdir -p /srv/jellyfin/{config,cache}
docker run -d -v /srv/jellyfin/config:/config -v /srv/jellyfin/cache:/cache -v /media:/media --net=host jellyfin/jellyfin:latest
Comment

PREVIOUS NEXT
Code Example
Shell :: start postfix mac 
Shell :: linux move everything except 
Shell :: kill process on mac 
Shell :: grep example linux 
Shell :: how to download files from linux server 
Shell :: download all bitbucket repositories 
Shell :: digitalocean install lamp ubuntu 20.04 
Shell :: what is vi in linux 
Shell :: Error: serverless-domain-manager: Plugin configuration is missing. 
Shell :: vs code linux cache 
Shell :: gitlab system variables 
Shell :: curl a zip 
Shell :: how to execute an sh file in linux 
Shell :: delete remote git branches matching pattern 
Shell :: sed use match in replacement 
Shell :: How to remove all local branches which are merged or not on remote branches 
Shell :: Docker show currently running containers 
Shell :: how delete branch from specific origin 
Shell :: reverse a django migration 
Shell :: install gitlab-ce on centos 
Shell :: linux get part of string 
Shell :: open current directory in terminal 
Shell :: download file on linus ssh 
Shell :: docker get in python container 
Shell :: npm warn 
Shell :: disable snap 
Shell :: Best way to change the file extension in powershell 
Shell :: shutdown shortcut ubuntu 
Shell :: hyper terminal 
Shell :: git stash bitbucket 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =