FOSS DOM
FOSS DOM
  • 41
  • 142 586

Відео

2022-How to install Grafana with https self-signed
Переглядів 2,9 тис.2 роки тому
sudo apt-get install -y apt-transport-https sudo apt-get install -y software-properties-common wget wget -q -O - packages.grafana.com/gpg.key | sudo apt-key add - echo "deb packages.grafana.com/enterprise/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list sudo apt-get update sudo apt-get install grafana-enterprise xxxxxx xxxxxx openssl genrsa -out grafana.key 2048 openssl req -...
2002| Install Zabbix 6.0 on Ubuntu 20.04 |Free | Opensource |Enterprise Ready|
Переглядів 4952 роки тому
# Install Zabbix sudo apt-get update && sudo apt-get upgrade -y wget repo.zabbix.com/zabbix/6.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.0-3 ubuntu20.04_all.deb dpkg -i zabbix-release_6.0-3 ubuntu20.04_all.deb apt update apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent Install and configure Mysql apt install mysql-server -y systemc...
2022 | Working Moodle Install | Free LMS | Open Source | on Ubuntu 20.04
Переглядів 8602 роки тому
Moodle Installation on Ubuntu 20.04 sudo apt-get update && sudo apt-get upgrade -y sudo apt install graphviz aspell ghostscript clamav php7.4-pspell php7.4-curl php7.4-gd php7.4-intl php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-ldap php7.4-zip php7.4-soap php7.4-mbstring git sudo apt install php-common php-iconv php-curl php-mbstring php-xmlrpc php-soap php-zip php-gd php-xml php-intl php-json ...
2022 | Graylog Install-Free-Open source|Centralized Log Management-Syslog-Monitor pfSense-Unifi
Переглядів 8542 роки тому
#Install OpenJDK sudo add-apt-repository universe sudo apt-get update && sudo apt-get upgrade -y sudo apt-get install apt-transport-https openjdk-11-jre-headless uuid-runtime pwgen -y #Install Elasticsearch wget -qO - artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb artifacts.elastic.co/packages/oss-7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x....
2022 | Scan Container Images for Vulnerabilities with Grype | FREE | OPEN SOURCE |
Переглядів 2212 роки тому
# Grype is a command line tool for scanning the contents of a container image or filesystem in order to find known vulnerabilities. wget -qO - raw.githubusercontent.com/anchore/grype/main/install.sh | sudo bash -s -b /usr/local/bin grype version grype ubuntu:latest [Result] Vulnerability DB [updated] Parsed image Cataloged packages [92 packages] Scanned image [32 vulnerabilities] NAME INSTALLED...
2022 | INSTANT FAST WIREGUARD VPN | ON DOCKER | VPS | ORACLE CLOUD | FREE | OPEN SOURCE
Переглядів 1,8 тис.2 роки тому
sudo apt-get update sudo apt-get upgrade -y [Install Docker] curl -fsSL get.docker.com -o get-docker.sh sh get-docker.sh [Install Docker-Compose] sudo curl -L fail raw.githubusercontent.com/linuxserver/docker-docker-compose/v2/run.sh -o /usr/local/bin/docker-compose sudo chmod x /usr/local/bin/docker-compose sudo mkdir /opt/wireguard-server sudo chown ubuntu:ubuntu /opt/wireguard-server nano /o...
2022 | Ubuntu Server 20.04 to Ubuntu Desktop | CLI to GUI |
Переглядів 13 тис.2 роки тому
sudo apt update && upgrade -y sudo apt install tasksel sudo tasksel select ubuntu desktop (install RDP) apt-get install xrdp (Create User) adduser ubuntu
2022 | FREE | OPEN SOURCE | PRODUCTION READY | SNIPE-IT ASSET MANAGEMENT **NON DOCKER**
Переглядів 4942 роки тому
snipeitapp.com/ # Install LAMP (Apache, MySQL, PHP) sudo apt update && sudo apt -y upgrade sudo apt install -y apache2 sudo apt install -y mariadb-server mariadb-client sudo apt install -y php sudo apt install -y php-{common,mysql,xml,xmlrpc,curl,gd,imagick,cli,dev,imap,mbstring,opcache,soap,zip,intl} sudo apt-get install libapache2-mod-php7.4 3. Install Snipe-IT on Ubuntu 3.1 Install Dependenc...
**FREE**Open Source** Netbox Network Scan Using Pynet |Python
Переглядів 3,5 тис.2 роки тому
#This script is used to scan the IP addresses in the network for the netbox to discover all subnets with the environment #Prerequisites - This needs to be done on netbox server sudo -i sudo apt install software-properties-common sudo add-apt-repository ppa:deadsnakes/ppa sudo apt install python3.8 python3.8 version sudo apt install python3.8-pip [IF YOU GET ERROR WITH THIS COMMAND , TRY COMMAND...
GLPI | Free Open Source Service Management Software IT assets
Переглядів 6382 роки тому
glpi-project.org/ sudo -i apt update && apt upgrade -y apt install apache2 php libapache2-mod-php mariadb-server -y apt install php-mysqli php-mbstring php-curl php-gd php-simplexml php-intl php-ldap php-apcu php-xmlrpc php-cas php-zip php-bz2 php-ldap php-imap -y mysql_secure_installation mysql -u root -p CREATE DATABASE gpli_db; CREATE USER 'gpli'@'localhost' IDENTIFIED BY 'gpli'; GRANT ALL P...
Netbox Production install (Non -Docker) Ubuntu 20.04 **WORKING**FREE - OPEN SOURCE -DCIM -IRM
Переглядів 2,2 тис.2 роки тому
sudo -i sudo apt-get update reboot sudo apt-get install -y postgresql libpq-dev sudo -u postgres psql postgres=# CREATE DATABASE netbox; postgres=# CREATE USER netbox WITH PASSWORD 'CCyXF52da2qQK!@#$'; postgres=# GRANT ALL PRIVILEGES ON DATABASE netbox TO netbox; postgres=# \q psql -U netbox -W -h localhost netbox \q sudo apt-get install -y python3 python3-pip python3-dev build-essential libxml...
Host Unifi Controller in the cloud with 4core and 24GB RAM-FREE Forever- Oracle Free Tier - OCI -VPS
Переглядів 1,4 тис.2 роки тому
Unifi Controller in the cloud with 4core and 24GB RAM for FREE Forever www.oracle.com/ca-en/cloud/free/ docs.google.com/document/d/1aqubH1upRAAIcsL26X1EWkclJJwbbdYWOlblW1asKZ4/edit?usp=sharing
KASM-CE - Desktop APPS | Disposable Container Based | Chrome |Brave|Firefox | Kali | Ubuntu
Переглядів 2472 роки тому
Pre requisites: docker 18.06 docker compose 2.0 kasmweb.com/docs/latest/install/system_requirements.html docs.docker.com/engine/install/ubuntu/ Docker Compose 2.2 mkdir -p ~/.docker/cli-plugins/ curl -SL github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose chmod x ~/.docker/cli-plugins/docker-compose docker compose version sudo d...
Free| Open Source | **OWNCAST **Self Hosted Broadcast Streaming Server | On Docker Container
Переглядів 5 тис.2 роки тому
owncast.online/
Uptime Kuma | FREE | Open Source | Self-hosted Monitoring Tool | Home Lab |Like Aruba Cape Sensor |
Переглядів 5523 роки тому
Uptime Kuma | FREE | Open Source | Self-hosted Monitoring Tool | Home Lab |Like Aruba Cape Sensor |
How to add Kali (GUI) in a apache guacamole | PC in a browser
Переглядів 3 тис.3 роки тому
How to add Kali (GUI) in a apache guacamole | PC in a browser
OpenMediaVault (OMV) on Terramaster F5-221 - Free NAS | OpenSource
Переглядів 3,9 тис.3 роки тому
OpenMediaVault (OMV) on Terramaster F5-221 - Free NAS | OpenSource
Adding TerraMaster NAS (NFS Share ) to VMware esxi as Datastore
Переглядів 8733 роки тому
Adding TerraMaster NAS (NFS Share ) to VMware esxi as Datastore
vmware esxi 6.5 install -HomeLab -
Переглядів 673 роки тому
vmware esxi 6.5 install -HomeLab -
Avaya 4850GTS-PWR+48-Port PoE+ Gigabit Switch | RESET | SETUP VLANS | IOT| HOME NETWORK | UDM Pro |
Переглядів 3,4 тис.3 роки тому
Avaya 4850GTS-PWR 48-Port PoE Gigabit Switch | RESET | SETUP VLANS | IOT| HOME NETWORK | UDM Pro |
2021 | Unifi USG - URL Filter | Block APPS | Block Ads | Use pfSense pfblocker lists | NextDNS |Easy
Переглядів 6 тис.3 роки тому
2021 | Unifi USG - URL Filter | Block APPS | Block Ads | Use pfSense pfblocker lists | NextDNS |Easy
netbox Installation under 5 Minutes using Docker on Ubuntu 20.04
Переглядів 9 тис.3 роки тому
netbox Installation under 5 Minutes using Docker on Ubuntu 20.04
Snipe IT Self Hosted on Ubuntu 20.04 using Docker Under 5 Mins- 2021 - Free and OpenSource
Переглядів 13 тис.3 роки тому
Snipe IT Self Hosted on Ubuntu 20.04 using Docker Under 5 Mins- 2021 - Free and OpenSource
2021 | Free | SelfHosted Digital Sinage Solution | Xibo | Use @ Schools, Offices , Restaurants ,Etc
Переглядів 3,4 тис.3 роки тому
2021 | Free | SelfHosted Digital Sinage Solution | Xibo | Use @ Schools, Offices , Restaurants ,Etc
Free VPN | OpenSource| pfSense 2.5 | WireGuard | Server - Client Setup | Home Network |2021
Переглядів 3,5 тис.3 роки тому
Free VPN | OpenSource| pfSense 2.5 | WireGuard | Server - Client Setup | Home Network |2021
Ansible with Aruba OS Switching | REST API | 2930M | Playbook|
Переглядів 2,2 тис.3 роки тому
Ansible with Aruba OS Switching | REST API | 2930M | Playbook|
Home Network| Sophos XG Firewall Home | Free | IoT| Guest VLAN | Web Policy | Block Ads| URL Filter
Переглядів 3,6 тис.3 роки тому
Home Network| Sophos XG Firewall Home | Free | IoT| Guest VLAN | Web Policy | Block Ads| URL Filter
FREE | SELF HOSTED | EMAIL SERVER | CYBER PANEL | DNS| | OPEN SOURCE | UBUNTU |cPanel
Переглядів 2,8 тис.3 роки тому
FREE | SELF HOSTED | EMAIL SERVER | CYBER PANEL | DNS| | OPEN SOURCE | UBUNTU |cPanel
2021 | ULTRA FAST | SELF HOST | WIREGUARD VPN SETUP USING DOCKER | PORTAINER | MOBILE | UNDER 2 MINS
Переглядів 5 тис.3 роки тому
2021 | ULTRA FAST | SELF HOST | WIREGUARD VPN SETUP USING DOCKER | PORTAINER | MOBILE | UNDER 2 MINS

КОМЕНТАРІ

  • @user-dj52f54hj-6
    @user-dj52f54hj-6 2 місяці тому

    Doesn't work now? env settings on request

  • @Immortus27
    @Immortus27 2 місяці тому

    What ram module did you upgrade with? Lots of comments to this NAS says that some modules can destroy controller, so i'm searching 100% compatible one

  • @amarchauhan-xp2od
    @amarchauhan-xp2od 3 місяці тому

    how to take the backup for Aruba switch config backup, Please share a simple playbook. thank you

  • @GrunerIndiaPrivateLimited
    @GrunerIndiaPrivateLimited 3 місяці тому

    HOW TO CONFIGURE OUTGOING MAIL CONFIGURATION

  • @etuc123
    @etuc123 3 місяці тому

    Works like a charm, thanks mate!

  • @nuuwnhuus
    @nuuwnhuus 6 місяців тому

    How would you remove a name such as "Link to UDM Pro"?

    • @fossdom5568
      @fossdom5568 6 місяців тому

      vlan ports 48 tagging tagAll name (keep it blank and hit enter )

  • @rodrigoaguilar8885
    @rodrigoaguilar8885 6 місяців тому

    Hi, thanks for the video, how do I change the time zone from UTC to America/Sao_Paulo?

  • @toma7585
    @toma7585 6 місяців тому

    I'm getting this error. Any idea why this is? I'm running same python version 3.8 Traceback (most recent call last): File "netboxscan.py", line 37, in <module> netboxip = ipaddress1.json() File "/usr/lib/python3/dist-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3/dist-packages/simplejson/__init__.py", line 518, in loads return _default_decoder.decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

  • @holden-h6m
    @holden-h6m 7 місяців тому

    it is not working

  • @antoniopenafiel3553
    @antoniopenafiel3553 9 місяців тому

    Excellent

  • @ninetailedfirefox
    @ninetailedfirefox 9 місяців тому

    Hey did bought F5-221 recently found your video, and bought similar ram stick happy with result. Your video helped me alot.

  • @artembukovetskyy7724
    @artembukovetskyy7724 10 місяців тому

    Hey Foss, nice video. Saw in the video Cruciall SSD on the side of the nas. How did you install Crucial SSD and how did you connect it? Best regards, Artem

    • @fossdom5568
      @fossdom5568 10 місяців тому

      its installed on the 5th bay , pull out tray , it just looks different in the video , its for cache . Moreover i dont use Terra Master OS its not the best and every power failure or abrubt shutdown it will prompt to format HDD , and so i installed OMV instead .

    • @artembukovetskyy7724
      @artembukovetskyy7724 10 місяців тому

      @@fossdom5568 Nice, thanks for answer :)

  • @CineTechReviews
    @CineTechReviews 10 місяців тому

    how to you share the stream with others?

  • @obedbaiden5177
    @obedbaiden5177 10 місяців тому

    Hi, please how do i select the ubuntu desktop?

  • @sarmentinho
    @sarmentinho 11 місяців тому

    error in pip3 install -r /opt/netbox/requirements.txt root@netbox:/opt/netbox# pip3 install -r /opt/netbox/requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/opt/netbox/requirements.txt' any help?

    • @sarmentinho
      @sarmentinho 11 місяців тому

      I managed to navigate to the correct requirements folder and got going again. ended every step but browsing the ip I get connection refused. tried 8080, 80, 8001... 80 gives 502 Bad Gateway., Can you help? ubuntu server 22.04 on a VM

  • @UblITOffice
    @UblITOffice 11 місяців тому

    I have followed but the webpage is showing me "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.2". " how can i go about this

  • @ilmamehraz3651
    @ilmamehraz3651 11 місяців тому

    thanks alot it works

  • @parmenides5032
    @parmenides5032 11 місяців тому

    admin:admin doesnt work as credentials

  • @truelight-c8h
    @truelight-c8h Рік тому

    buddy..... kindly update the full codes

  • @michaelvrutaal4276
    @michaelvrutaal4276 Рік тому

    Hello, thank for the easy tut. However I am unable to login. Is there a way to reset the initial login credentials ?

  • @GumyNation-OG
    @GumyNation-OG Рік тому

    thank god for you. straight forward, and some solid music to go with it.

    • @GumyNation-OG
      @GumyNation-OG Рік тому

      oh sh!t that's Anno Domini!! nice, they have been making sick beats for years

  • @stefanmoravcevic5018
    @stefanmoravcevic5018 Рік тому

    Thank your bro, you helped me alot! <3

  • @joaopedropansiere4719
    @joaopedropansiere4719 Рік тому

    Obrigado, me ajudou muito. Thank you a lot brother

  • @3sixtymining
    @3sixtymining Рік тому

    Needs to be updated php is now 8.1. After updating to the lasted php version is still had error messages on the website home. Bcmath,intl, and xml didn’t update and appeared as red box’s on the sign in page.

  • @ammuvlogs3483
    @ammuvlogs3483 Рік тому

    anyone tried this script?

  • @SomeoneAlter
    @SomeoneAlter Рік тому

    Hey there, I tried this on docker image but I my container died after I made the changes.... Any advice?

    • @fossdom5568
      @fossdom5568 Рік тому

      rebuild the container, dont waste time on troubleshooting it .

    • @SomeoneAlter
      @SomeoneAlter Рік тому

      ​@@fossdom5568 I have found out how it is done, It was with the ownership issue of the certs and key. I had to set it to 440 to make it work. But unlike your's for some reason my certificate is not valid, It does work on HTTPS tho..... Edit: Thanks for the reply!!!

  • @vanhussen
    @vanhussen Рік тому

    sudo mkdir -p /opt/ && cd /opt/ not: sudo mkdir -p /opt/netbox/ && cd /opt/netbox/

  • @ammuvlogs3483
    @ammuvlogs3483 Рік тому

    the iplist runs, but it doesnot scan and add to netbox

  • @J1MRAYN0R
    @J1MRAYN0R Рік тому

    Explained tutorial would be very appreciated

  • @ДжониКейжд-э2б

    good job an thanks.Subscribed !

  • @MarkDavid-o7k
    @MarkDavid-o7k Рік тому

    awesome video but can you make a checklist and display as you go along?

  • @boobalangangstar
    @boobalangangstar Рік тому

    Thanks its working

  • @Jack-vf1cb
    @Jack-vf1cb Рік тому

    how else would I define the operating system?

  • @paulasselin3490
    @paulasselin3490 Рік тому

    realy short and realy easy , still works today , just think about changing ur serverurl with [BOXip]:51820

  • @anthonymrugacz2917
    @anthonymrugacz2917 Рік тому

    music is a drag

  • @KimeeeNeee
    @KimeeeNeee Рік тому

    Hello super many thanks but I have a question for you. How do I retrieve the videos on the TV? Do I have to install the XIBOApp? Is that also free?

    • @valarAinur
      @valarAinur 8 місяців тому

      I have the same question…. Any idea?

  • @zoomerbemen
    @zoomerbemen Рік тому

    What Intel NIC's are on this router pc ?

  • @ben225514
    @ben225514 Рік тому

    how do you forward 443 to 8443?

  • @MrPaulLiu
    @MrPaulLiu Рік тому

    Thank you for your tutorial. It worked great. I was wondering if you know where the "html root directory" would be located with this install? I noticed that the www directory is not it.

    • @fossdom5568
      @fossdom5568 Рік тому

      If its for the image not showing issue add a 2nd volume , github.com/snipe/snipe-it/issues/8282

  •  2 роки тому

    You know if this woks with the UDM PRO / UDM PRO SE ?

  • @AlexBali-gp1cc
    @AlexBali-gp1cc 2 роки тому

    Hello, I get this error, what can it be? Traceback (most recent call last): File "netbox_scan_ip_subnet.py", line 42, in <module> if netboxip['count'] == 0: KeyError: 'count'

  • @flixtv1567
    @flixtv1567 2 роки тому

    Bro hi when i paste the long code what should i do before i paste the other command

  • @ADrinyCFO
    @ADrinyCFO 2 роки тому

    WHAT DO YOU ENTER AFTER WRITE ServerName localhost

  • @Tekgnome.
    @Tekgnome. 2 роки тому

    Works perfectly minus the copy/paste error under Env (just make sure to copy and paste not type V) Thank you!

  • @shusmnasush1201
    @shusmnasush1201 2 роки тому

    Which app did u use for log in

  • @barefootninja
    @barefootninja 2 роки тому

    what was the command at 1:49

    • @fossdom5568
      @fossdom5568 2 роки тому

      #cat /etc/passwd #cat /etc/group

  • @sardinhadomini8544
    @sardinhadomini8544 2 роки тому

    ths for project

  • @JW-rx3md
    @JW-rx3md 2 роки тому

    How can I force other clients on my network to use NextDNS? At the moment, the Android clients seem to be using their own DNS. Thanks.

    • @fossdom5568
      @fossdom5568 2 роки тому

      The easiest way to do it on all clients is setting it up on the router (pfsense or Unifi USG ) if you want to do it without a router then you would have to install the NextDNS app and configure and it works similar to VPN connection type

    • @siiNke
      @siiNke 2 роки тому

      @@fossdom5568 Hey, I Have Unify USG, Is there option in controller ( new interface or old ) to simply put it ?

    • @fossdom5568
      @fossdom5568 2 роки тому

      @@siiNke Not in the controller , but you can ssh into the USG and put it .

  • @mohammedelmachti4961
    @mohammedelmachti4961 2 роки тому

    script plz ?

  • @vaitomanocularrypage
    @vaitomanocularrypage 2 роки тому

    where can I get the script netbox_scan_ip_subnet.py?