Rabu, 09 Oktober 2019

Install Grav CMS

How to Install Grav CMS with Nginx and Let's Encrypt on Ubuntu 18.04 LTS On this page Requirements Prerequisites Initial steps Step 1 - Install PHP and required PHP extensions Step 2 - Install acme.sh client and obtain Let's Encrypt certificate (optional) Step 3 - Install and Configure Nginx Step 4 - Install Grav CMS Step 5 - Complete the Grav...
Continue reading Install Grav CMS

Install Kooboo CMS

How to Install Kooboo CMS on Ubuntu 18.04 LTS On this page Requirements Getting Started Install Microsoft .NET Framework on Ubuntu Install Kooboo CMS Access Kooboo Web Interface Kooboo is a free and open source content management system written in ASP.NET language. It is a powerful tool capable of developing static pages or complex websites. Kooboo...
Continue reading Install Kooboo CMS

Install and Configure VNC Server

How to Install and Configure VNC Server on Debian 9 Stretch VNC (Virtual Network Computing) is a technology for remote desktop sharing. VNC enables the visual desktop display of one computer to be remotely viewed and controlled over a network connection. It is similar to MSTSC on windows. It uses the Remote Frame Buffer protocol (RFB) to remotely control...
Continue reading Install and Configure VNC Server

Senin, 07 Oktober 2019

WMS In Clearos 7

WMS instal di server ClearOS 7 WMS adalah software media yang bisa dikatakan cukup handal untuk saat postingan ini dibuat, dengan berbagai fitur yang ditawarkan WMS termasuk efisien dalam pengelolaan media server.   Proses Instalasi wget https://www.wowza.com/downloads/WowzaMediaServer-2-2-4/WowzaMediaServer-2.2.4.rpm.bin chmod 755 WowzaMediaServer-2.2.4.rpm.bin chmod...
Continue reading WMS In Clearos 7

Rabu, 02 Oktober 2019

Start Wowza in Clearos7

iptables -I INPUT -p tcp --dport 80 -j ACCEPTiptables -I INPUT -p tcp --dport 443 -j ACCEPTiptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPTiptables -A INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPTiptables -A INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPTiptables -I INPUT -p tcp --dport 1935 -j ACCEPTiptables -I OUTPUT -p tcp --dport 8080 -j ACCEPTiptables...
Continue reading Start Wowza in Clearos7

Jumat, 25 Januari 2019

How to set up your own private RTMP server using nginx

Most people who stream enjoy using services such as Twitch.tv or Ustream to deliver video to viewers, and that works well enough. But sometimes you want some more control over your stream, or you want other people to be able to stream to you, or you want to stream to multiple places, or any number of things that requires you to have access to an actual RTMP stream from an RTMP server. This guide...
Continue reading How to set up your own private RTMP server using nginx