You can also use our Ubuntu/Debian repository:
First install the Jitsi repository key onto your system:wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
Create a sources.list.d file with the repository:sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"
Update your package list:sudo apt-get -y update
Install the full suite:sudo apt-get -y install jitsi-meet
or...
Monday, March 30, 2020
Sunday, March 29, 2020

apt-get update
apt install docker.io -y
apt-get install libxslt1-dev libcurl3 libgeoip-dev python python3 python-minimal unzip e2fsprogs python-paramiko -y
wget https://xtream-ui.com/install/install.py
python ./install.py
chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb
rm -rf /home/xtreamcodes/iptv_xtream_codes/admin
rm -rf /home/xtreamcodes/iptv_xtream_codes/pytools
wget...
Saturday, March 28, 2020
Halo
kali ini mau share tips bikin LAG / Port Channel. Yakni menggabungkan beberapa port menjadi satu dengan tujuan untuk memperbesar troughput dan bisa dilewati vlan-vlan. Langsung aja.
Skema kali ini port 5 & 6 digabung menjadi port-channel 1
MMR-WiFian#conf tMMR-WiFian(conf)#int gi0/5MMR-WiFian(conf-if-gi-0/5)#no switchportMMR-WiFian(conf-if-gi-0/5)#port-channel-protocol lacpMMR-WiFian(conf-if-gi-0/5-lacp)#port-channel 1 mode activeMMR-WiFian(conf-if-gi-0/5-lacp)#no...

When it comes to networking Dell has two main series of switches. PowerConnect/N-series, which run DNOS 6.x operating system. And S/Z-series switches, which run on DNOS 9.x derived from Force10 OS (FTOS). In this series of blogs we will go through the configuration of Force10 switch series and use Dell S4048-ON top of the rack switch...
Tuesday, March 24, 2020
:: Tutorial install fail2ban ::
#> tujuan : mengamankan server dari bruteforce ssh
apt install fail2ban -y
nano /etc/fail2ban/jail.local
[DEFAULT]
# "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not
# ban a host which matches an address in this list. Several addresses can be
# defined using space separator.
ignoreip = 127.0.0.1
# "bantime" is the number of seconds that a host is banned.
bantime = 600
#...
Subscribe to:
Posts (Atom)