Skip to main content

Posts

Showing posts from February, 2024

How to install Nginx Proxy Manager on proxmox 8.3.2 container

How to Install Jellyfin Media Server on Ubuntu

Video Training Jellyfin is a free, open-source media server that allows you to organize and stream your media files from any device on your network. Here’s a quick guide on installing Jellyfin on Ubuntu. Step-by-Step Installation Commands Update your system packages: sudo apt update Install necessary software packages: sudo apt install apt-transport-https wget software-properties-common Add the Jellyfin repository key: wget -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key |  sudo apt-key add - Add the Jellyfin repository: echo "deb [arch=$( dpkg --print-architecture)]  https://repo.jellyfin.org/ubuntu $( lsb_release -c -s) main" | sudo  tee /etc/apt/sources.list.d/jellyfin.list Update package lists to include Jellyfin: sudo apt update Install Jellyfin: sudo apt install jellyfin Start and enable the Jellyfin service: sudo systemctl start jellyfin sudo systemctl enable jellyfin Accessing Jellyfin Once the installation is complete, you can access Jelly...

How to Install Docker on Ubuntu Server

  Video Training Commands :   sudo apt update  sudo apt install apt-transport-https ca-certificates curl software-properties-common  curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -  sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"  sudo apt update  sudo apt install docker-ce  sudo systemctl status docker  Create user for Docker (Optional)   sudo usermod -aG docker $USER

Step-by-Step Guide: Installing GUI on Ubuntu Server 22.04

Preparing Your Server for Jellyfin Installation:  Prerequisites   Before installing Jellyfin or other applications, it’s essential to have your Ubuntu server configured and ready. Here’s what you need to get started.  Prerequisites Fresh Installation of Ubuntu Server 20.04 Begin with a clean installation of Ubuntu Server 20.04. This ensures that there are no conflicts or legacy settings from previous installations.  Reliable Internet Connection  Ensure your server has a stable internet connection, as you’ll need to download and update packages throughout the setup.  Preparing Ubuntu Server To install Jellyfin or set up other applications, you may want to install a desktop environment. Here are the necessary commands:  Update your server packages: sudo apt update Install Tasksel (a tool for managing package collections):  sudo apt install tasksel Install the Ubuntu Desktop Environment:  sudo apt install ubuntu-desktop Install the G...

How to Install cPanel on Ubuntu Server

(Video Training)   What you Need before the Installation : Fresh Installed Ubuntu server 20.04 Good Internet Connection cPanel License apt update apt upgrade -y nano /etc/hostname nano /etc/hosts CTRL+X > Y apt install perl -y apt install screen -y curl -o latest -L https://securedownloads.cpanel.net sh latest You can access your server by entering your server IP address and the port number 2087 https://SERVER_IP:2087

Download 10 Free Masks for OBS

  Donwload Link :  https://mega.nz/file/IEsQnAoA#dJ60mjJvBdvEjLY-5yJB4fN--GiRtNaNz5ZmFw4cUoo