Archives for Live streaming

Sudah Upgrade Speed Internet : Zoom atau Live Streaming Masih Lemot

  1. Biasakan speed test dulu, sebelum gunakan zoom atau livestreaming, Cocokkan dengan langganan. Misal indihome 10 Mbps, Dapatnya Download -+10Mbps, Upload -+ 2Mbps 2. Cek jumlah device yg terkoneksi ke jaringan. akan lebih bagus jika punya alat pengatur bandwidth. 3. Cek penggunaan internet, adakah yg download atau upload. pastikan PC yg digunakan tidak update OS atau aplikasi. 4. Cek penggunaan aplikasi di PC, pastikan Prosesor n RAM masih bisa bernafas lega, jangan2 sudah 90 sd 100% terpakai.   Oh ya penting mengecek spek PC, zoom dan live streaming itu butuh resource besar. kalo komputer’e lemot, dipakai zoom n live
Read More

Install Nginx dan Perintah Penting

Install Nginx sudo apt update sudo apt install nginx Perintah-perintah penting NginX //Status systemctl status nginx //To stop your web server, type: sudo systemctl stop nginx //To start the web server when it is stopped, type: sudo systemctl start nginx //To stop and then start the service again, type: sudo systemctl restart nginx //If you are simply making configuration changes, Nginx can often reload without dropping connections. To do this, type: sudo systemctl reload nginx //By default, Nginx is configured to start automatically when the server boots. If this is not what you want, you can disable this behavior by
Read More