Search found 17 matches

by telco
Tue Jan 31, 2023 7:23 pm
Forum: Servers and data centers
Topic: How to mount NTFS in Ubuntu
Replies: 0
Views: 7140

How to mount NTFS in Ubuntu

Case: External drive mount with ubuntu server and auto mount on reboot Check available NTFS drives sudo fdisk -l | grep NTFS Install sudo apt update sudo apt install fuse sudo apt install ntfs-3g sudo mkdir /media/250GB sudo mount -t ntfs-3g /dev/sdb1 /media/250GB/ To check mounted drives df -hT Aut...
by telco
Tue Jan 31, 2023 7:06 pm
Forum: Wireless Networking
Topic: Ubiquiti Compliance test
Replies: 0
Views: 6942

Ubiquiti Compliance test

When some old ubiquiti/ubnt firmware doesn't allow more frequencies in wireless tab, then you need to open compliance test feature. command: touch /ect/persistent/ct save reboot ####################### Nanostation M5 / Litebeam M5 6.1.7 XW enable_ct save reboot ######################## echo "ec...
by telco
Tue Jan 31, 2023 6:55 pm
Forum: Servers and data centers
Topic: Step by step Ookla Speed test server installation
Replies: 1
Views: 32730

Re: Step by step Ookla Speed test server installation

Run Cron command to auto start Ookla services after reboot

Code: Select all

crontab -e

Add at the end of the crontab script file.

Code: Select all

@reboot ./ooklaserver.sh start
by telco
Sun Nov 21, 2021 1:54 pm
Forum: Servers and data centers
Topic: Step by step cacti server installation in centos 8
Replies: 0
Views: 20358

Step by step cacti server installation in centos 8

########## Install first ########## yum install epel-release yum install checkpolicy yum install nano ########## Apache httpd : Install ########## [1] Install httpd. [root@www ~]# dnf -y install httpd # rename or remove welcome page [root@www ~]# mv /etc/httpd/conf.d/welcome.conf /etc/httpd/conf.d/...
by telco
Sun Nov 21, 2021 1:24 pm
Forum: Servers and data centers
Topic: How to create PPPOE user graph from MikroTik in LibreNMS
Replies: 0
Views: 15660

How to create PPPOE user graph from MikroTik in LibreNMS

Recommended OS: Ubuntu 20 x64 LTS Install LibreNMS NOTE: These instructions assume you are the root user. If you are not, prepend sudo to the shell commands (the ones that aren't at mysql> prompts) or temporarily become a user with root privileges with sudo -s or sudo -i. Please note the minimum su...
by telco
Sun Nov 21, 2021 12:53 pm
Forum: Servers and data centers
Topic: Ping multiple IP addresses to see if they are up or down
Replies: 0
Views: 14649

Ping multiple IP addresses to see if they are up or down

An easy way to do this is by using fping. fping is a little bit easier ping utility to use then normal ping when trying to verify that a host is actually down. By default fping returns if a host is “alive” or “unreachable” Example: $ fping 192.168.1.4 192.168.1.4 is alive Or for a host that is down ...
by telco
Sun Nov 21, 2021 12:41 pm
Forum: Servers and data centers
Topic: How To Reset root Password on CentOS VM – XenServer
Replies: 0
Views: 14454

How To Reset root Password on CentOS VM – XenServer

Basic steps are as follows. 1. Shutdown VM 2. From XenCenter, insert the CentOS iso into the VM’s Virtual DVD drive. 3. Boot the CentOS VM in recovery mode. If you need help with that check this post out. 4. On the grub menu, select recover OS Installation. 5. Run through the recovery and mount the ...
by telco
Tue Oct 06, 2020 5:03 pm
Forum: Servers and data centers
Topic: How to Built low cost IPTV server with Video On Demand
Replies: 0
Views: 28660

How to Built low cost IPTV server with Video On Demand

How to Built low cost IPTV server with Video On Demand Hardware required Server or PC: Intel i3, 8gb RAM, 6TB HDD (for VOD data), Gigabit Lan card, PCI Express ports DVB S2 6909 card Software Requirement OS: Ubuntu 18.04.5 LTS Ovoo frontend Let’s Start Install Ubuntu 18.04.5 LTS direct into 6TB HDD...
by telco
Tue Oct 06, 2020 3:58 pm
Forum: Servers and data centers
Topic: Flussonic IPTV Panel
Replies: 1
Views: 17740

Re: Flussonic (18.12) IPTV Panel

For update Flussonic to latest version after applying above mention method, use below commands Installing Flussonic Media Server using Debian package: wget -q -O /etc/apt/trusted.gpg.d/flussonic.gpg http://apt.flussonic.com/binary/gpg.key; echo "deb http://apt.flussonic.com binary/" > /et...
by telco
Mon Sep 28, 2020 4:08 pm
Forum: Servers and data centers
Topic: Flussonic IPTV Panel
Replies: 1
Views: 17740

Flussonic IPTV Panel

Flussonic Media Server is a professional platform for OTT and IPTV services. You can capture, transcode, record archives, manage users, threads, and deliver multi-protocol video (live and on-demand) to any part of the world. It allows you to keep track of the stats for traffic and sessions in a bui...