20 Ways to Use a Virtual Machine (and other ideas for your homelab)

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 397

  • @TechnoTim
    @TechnoTim  4 года назад +61

    What do you run on your virtual machines?
    Also, if you're new here, welcome! Don't forget to subscribe for more content like this!

    • @j.r._7416
      @j.r._7416 4 года назад +1

      Techno Tim maybe a video on running a UNIFI Controller using the Proxmox container (CT) feature. Would also like to see how you use Rancher in your workflow.

    • @TechnoTim
      @TechnoTim  4 года назад +3

      @@j.r._7416 Thank you! I have a video on how to set it up here! More soon! ruclips.net/video/oILc0ywDVTk/видео.html

    • @Jimmy_Jones
      @Jimmy_Jones 4 года назад +1

      What server do you have for proxmox?

    • @TechnoTim
      @TechnoTim  4 года назад +1

      @@Jimmy_Jones in the description!

    • @padraichoselton2861
      @padraichoselton2861 4 года назад +8

      For Game servers, I like to use an opensource software called Pterodactyl. It runs anything from Minecraft to ARK, Rust and much more.

  • @experienceexperte3096
    @experienceexperte3096 Год назад +35

    You're welcome (btw most of these are similar and sometimes included in each other, so it's pretty obvious that it was intended)
    1:08 Learning New OS
    2:12 Home Automation
    2:57 Self-Host Web Server
    3:18 Self-Host API
    3:42 Home Security
    4:26 Home Entertainment
    4:54 Network Firewall
    5:57 Home Network
    6:03 VPN Servers
    6:52 Docker
    7:23 Database Server
    7:58 FIle Server
    8:34 Ad Blocking
    9:15 Personal Cloud
    9:50 FTP server
    10:27 Reporting Server
    11:03 Torrent Server
    11:30 Backup Server
    12:23 Game Server
    13:37 Crowdsourced Compute

    • @YannMetalhead
      @YannMetalhead Год назад

      Thank you!

    • @Feriman
      @Feriman Год назад +2

      Thanks! However all of them (except the first one) is available as a Docker Container, which way is more efficient (using less resources).

  • @citypavement
    @citypavement Год назад +2

    14:00 I thought at a glance the option to stop folding "Only when idle" as "Only when I die." I thought "Man, these home folders are hardcore!" This is a great list and resinspires me to continue my proxmox setup. Tim, after watching several of your videos I can tell you do this out of passion. Thank you for being a great resource. I don't know what royalty free track is in the background but it's catchy and not annoying like most of them!

  • @abhijitpaul7683
    @abhijitpaul7683 3 года назад +64

    I am a total newbie in homelab and stuffs and your video helped me a lot to visualize a path i can take. Thanks a lot

    • @TechnoTim
      @TechnoTim  3 года назад +6

      Glad it was helpful!

    • @RealKeytones
      @RealKeytones Год назад

      How’s your homelab doing after 2 years? I just started a few weeks ago. I have two 2u enterprise servers with 128gb of ram each and two physical cpus each. So I got the powaaaa. Just need the ideas lol

  • @kurthockenbury
    @kurthockenbury 4 года назад +72

    Two more suggestions:
    syslog server. Many systems can generate syslog data, like your router. Having a central log repository lets you monitor, archive, or react to the data.
    IDS, such as Security Onion. This is similar to syslog, but your IDS can be set up to monitor for intrusions and alert you.

  • @RossCanpolat
    @RossCanpolat 4 года назад +17

    I run my own Unraid server. It's absolutely awesome. Unraid manages my NAS requirements with parity protection, docker runs my Plex, Sonarr, Adblock, torrents and more and KVM runs my VM's for home assistant, Ubuntu, throwaway VM's and I run a gaming VM with a GPU passthrough with near bare metal performance. The entire system is absolutely awesome. 👍

    • @TechnoTim
      @TechnoTim  4 года назад

      Nice!

    • @CajunCoding
      @CajunCoding 4 года назад +3

      @@TechnoTim Agree totally ... Unraid literally covers many of the items you mentioned and provides the docker management/virtualization environment + great parity based backup (which has many advantages that I prefer), & high performance drive sharing capabilities, etc. It's absolutely the best investment and the most fun thing I 've added to my environment in years....
      Unraid runs my HomeAssisant VM + MariaDB + Influx DB + Grafana.... while at the same time it also runs Rosetta @ Home via BOINC (similar to Folding at Home), Nextcloud, Cloudflare-DDNS updater, LetsEncrypt/NGINX, Unifi controller, Handbrake, Plex media server, and several other key elements of my HTPC environment. Oh and it hosts the CrashPlan Pro docker so my most important data from the Unraid Array is always redundantly & securely backed up to the cloud -- just by syncing it onto the Unraid Server.

  • @diverpers321
    @diverpers321 4 года назад +18

    Wow, you are answering all the questions. Good RUclipsr.

    • @TechnoTim
      @TechnoTim  4 года назад +3

      Haidar thanks, and thanks for noticing!

  • @GabrielMazzei01
    @GabrielMazzei01 2 года назад +6

    I haven't started my own server yet, but this kind of content help me to start dreaming what I want... Thanks!

  • @bluegizmo1983
    @bluegizmo1983 4 года назад +7

    PFsense on a dedicated box (for it's firewall and network management), and Unraid on a dedicated box (for it's NAS, Docker, And VMs) is the way to go! Best of all world's.

  • @brianewell2566
    @brianewell2566 3 года назад +12

    Excellent list. A software package caching server for Debian, Ubuntu, Steam, Windows Updates, etc. Really helpful for nearly instantaneous updates to multiple machines, which happens when you're virtualizing a lot. Nginx does this really well.

  • @deViant14
    @deViant14 3 года назад +244

    I literally built my home lab so I can help seed debian torrents. Because I'm a good person. Yeppp.

    • @pse2020
      @pse2020 3 года назад +5

      If u get virus when using the virtual machine, does that effect the rest of the pc?

    • @deViant14
      @deViant14 3 года назад +13

      @@pse2020 It could possibly if someone was actively running commands and using exploits. But most viruses are completely automated and not designed to break out of virtualization. Probably if the virus spreads via local network via some exploit it could use the VMs networking to affect your network. It's all very unlikely because no one designs viruses expecting to have to break out of a VM but technically possible.

    • @pse2020
      @pse2020 3 года назад +5

      @@deViant14 ok sounds good. I wonder if i should do this or buy another laptop... This would be a more economical option. So "hypothetically" :) if i stream a movie or watch adult content it should be safe to do so?

    • @cursed_potato7604
      @cursed_potato7604 3 года назад +2

      @@pse2020 Tor browser is good for this kind of stuff

    • @pse2020
      @pse2020 3 года назад +1

      @@cursed_potato7604 you sure you cant get viruses using tor?

  • @creechavo
    @creechavo 4 года назад +3

    Im beginning to love this guy more and more... I just subbed to him like a day ago. Everytime i need some answers i come on youtube and search and there he has the video answering my question.

    • @TechnoTim
      @TechnoTim  4 года назад +1

      Thank you!

    • @PoeLemic
      @PoeLemic 4 года назад +1

      Yeah, Hitman, I agree. I just found out about TechnoTim today. And, like WINNING THE LOTTERY. I really like what content he is producing. Doesn't make me feel clueless like LInus.

  • @netQ
    @netQ 3 года назад +15

    Incredible video. Thank you for the time you put into this. I’ve been looking to get into virtualization for a while now, and this video committed me to learning. Subbed!

  • @MrDroppler
    @MrDroppler 3 месяца назад

    1) learning new os
    2) home automation
    3) web server
    4) running your own api
    5) home security (blue iris /zone miner)
    6) home entertainment
    7) network firewall or virtual appliance
    8) home network
    9) vpn servers
    10) running docker at home (Kubernetes or rancher)
    11) database server
    12) file server
    13) ad blocking
    14) personal cloud (next cloud)
    15) ftp server
    16) reporting server (kibana/grafana)
    17) torrent box ( legally)
    18) backup server
    19) game server
    20) crown source

  • @Noobish588
    @Noobish588 4 года назад +7

    Dude, thank you.
    Been hunting for homelab ideas and found your channel. Subbed big time

    • @TechnoTim
      @TechnoTim  4 года назад

      Thank you!

    • @PoeLemic
      @PoeLemic 4 года назад

      Yeah, Nike, just found out about him too ... Yes, I subbed big time, too.

  • @michaelcooper5490
    @michaelcooper5490 8 месяцев назад

    Hey Tim thank you for the hard work and your time.

  • @mazze05
    @mazze05 Год назад

    Hey Tim, I decided to jump on the rack / home lab train. I have no idea what I'm doing but that's why I started XD. Got my startech 12U 4 post rack last week. Now im waiting for a poweredge r710 and a switch plus god knows what else. The wife ain't to happy. Any who love the video been binge watching them for a while now and the adventure I randomly decided to go on doesn't seem to daunting now.

  • @knofi7052
    @knofi7052 4 года назад +39

    Ok, now I totally understand why your home-server is having 24 CPU Cores. :) Great video btw.!

    • @TechnoTim
      @TechnoTim  4 года назад +5

      To run a lot of services! TBH if I weren’t running Home Security PVR I wouldn’t need half of the resources 😀

  • @JasonFischer2711
    @JasonFischer2711 11 месяцев назад

    0:10 - Don't forget Windows10 and 11 Both run Hyper-V witch comes preinstalled by default. Although you will have to enable it through "Programs and Features" This is by far the best option for anyone wanting to actually implement this knowledge into the industry.

  • @richardmerrow5232
    @richardmerrow5232 4 года назад +5

    Watched this on my lunch break; definitely subbed and will be checking out more videos.

  • @tombouie
    @tombouie 4 года назад +2

    Well Done, big-picture w/o deep-driving into anyone category of endless details.

  • @LadyO_333
    @LadyO_333 3 года назад +1

    Thank you Mr. Techno T, this has cleared up my questions for my IT class & virtual machines.. "WE ARE THE DISCLOSURE!"

  • @RandyHanley
    @RandyHanley 4 года назад +4

    Amazing video. I really think this can help people to understand the importance of privacy in technology. I think this gives the best options!

    • @TechnoTim
      @TechnoTim  4 года назад +2

      Thank you! I agree.

  • @wpoole10
    @wpoole10 4 года назад +9

    can you make a video on how your vm for blue iris is configured (how many cores and ram you give it). I want to do this but heard that blur iris should be on a stand alone pc not in a vm. I want to build a dedicated vm computer but dont know how many cores will need and how many i should give each vm for them to work without performance problems.

    • @TechnoTim
      @TechnoTim  4 года назад +3

      Check out my Windows + Proxmox guide, then just treat it like a normal PC. I’ve virtualize Blue Iris for 6 years and no issues ruclips.net/video/6c-6xBkD2J4/видео.html

  • @MichaelBloch
    @MichaelBloch 2 года назад +10

    It would be amazing if you did a video on deploying ZoneMinder (or another home security software) in a Docker VM - this is a space that is under-covered and could use some of your pedagogic magic ! In the meantime, thanks for all you do, your channel is amazing

  • @axek9954
    @axek9954 2 года назад +3

    1. Images deployment.
    2. Backup server.
    3. File sharing (distr, images, video, iso, mp3)
    4. Dhcp.
    5. Asterisk.
    6. CCTV.
    7. Play with new OSs and software.

  • @kingsleyjustine8904
    @kingsleyjustine8904 2 года назад +1

    Just WOW! I don't leave comments often but this is a great video. Good job.

    • @TechnoTim
      @TechnoTim  2 года назад

      Thank you! I have plenty more!

  • @KisukSong
    @KisukSong 4 года назад +6

    I love your content!
    I tried hosting a web server from home a few years ago. I got exhausted after configuring gateway settings and syncing dynamic IP addresses with DNS.
    I would love to see you setting a home web server with containers on the next video.
    Cheerio

    • @TechnoTim
      @TechnoTim  4 года назад +4

      Thank you! In the pipeline!

    • @user-jk9zr3sc5h
      @user-jk9zr3sc5h 2 года назад +1

      Truenas makes it quite simple!

  • @curmudgeoniii9762
    @curmudgeoniii9762 2 года назад +1

    You covered the apps side very well ... BUT.... how much hardware is needed to put all these apps into active status?? Any thoughts... a close guess??

  • @Rickety3263
    @Rickety3263 4 года назад +11

    Hey man! Your videos are awesome. This is the perfect channel for me and where I am at in my home lab and technical development.

    • @TechnoTim
      @TechnoTim  4 года назад +1

      Thank you so much! Glad you like them!

    • @PoeLemic
      @PoeLemic 4 года назад +1

      Shawn: Yeah, I just found out about TechnoTim today, and he feels so approachable and cares about his Viewers. I know this Channel is gonna go far. Sky's the limit for Tim !!!

  • @acidpunk7423
    @acidpunk7423 3 года назад +1

    I'm new to the concept and need to learn more about it use and application this was really helpful,thanks a lot!

  • @MikeMeadors
    @MikeMeadors Год назад

    Thanks for all of your videos. I feel like a king. I successfully got passthru to work for both of my graphics cards and now I can do other things what I want. Pretty effing cool I have to say.

  • @krishnaprasad4910
    @krishnaprasad4910 2 года назад

    Lots of thanks for your video 20 ways to use a virtual machine.

  • @renovxperts
    @renovxperts 2 года назад +3

    Thanks a ton for the great content. I have found your videos quite helpful as I find my way around this “new world” of self-hosting / home lab setup.
    In a Proxmox + TrueNAS or OMV setup, what is best approach for ZFS Storage Pool. Is it best to setup the zpool in Proxmox for use by the NAS software or is it better to setup the zpool from within the NAS software?

    • @jeremymoon9088
      @jeremymoon9088 2 года назад +1

      Damn. U gotta love all the likes with no response

    • @daviddrumm3673
      @daviddrumm3673 8 месяцев назад

      Setup a disk controller with pass through to your Truenas VM.

  • @jovi___
    @jovi___ 3 года назад +5

    What are the specs of your server? Im curious about the amount of memory and cores need to run all the services you mentioned.

    • @axek9954
      @axek9954 2 года назад +1

      I setuped miniItx box with amd cpu (2 cores, 64 bit, vt support). Memory 8gb (32 max). 10 watt consumption. Win2008 with vmware 12. Can run 2-3 VMs. Very cheap config - 80$.

  • @yevhenbryukhov
    @yevhenbryukhov 6 месяцев назад

    Hi Tim, I'm drafting my plans for HomeLab, (re)doing network cabling, etc.
    What are your suggestions on the self hosted Smart Home software and hardware?

  • @Venkor
    @Venkor 3 года назад +3

    Great video! Other fancy things to host would be your own monitoring service, like Nagios, Icinga, ELK stack etc. Also hosting your own GitLab instance is fun :)

  • @MaverickTangent
    @MaverickTangent 2 года назад +1

    What song are you playing in the back ground?

  • @vasiovasio
    @vasiovasio Год назад

    It useful and Objective Video! Thank you, Tim!

  • @JakeAndDaddy
    @JakeAndDaddy 3 года назад +1

    I used ZoneMinder years ago. Running power to the cameras is what killed the idea.
    It was a pain to find the correct settings for generic cameras, but worked really well.

  • @MN-pn6px
    @MN-pn6px 4 года назад +3

    Have you used UnRaid before? Also how much power does your server use?

    • @TechnoTim
      @TechnoTim  4 года назад

      I haven’t used Unraid, I use a combination of Proxmox for virtualization, pass through GPUs to virtual machines, and pass through LSI controller to FreeNAS, which is also virtualized. I have videos on each.

  • @worldbrooklyn4909
    @worldbrooklyn4909 3 года назад +3

    Hello, great content! This video was very informative. I have a question in regards to creating a virtual machine. I am not really sure about the correct terminology. But, it fits somewhere between a VM & VPS. Is there a way to create a virtual computer that only exists in the cloud? To be more specific, I trying to keep a computer access point localised whilst accessing that virtual computer anywhere in the world.

    • @TechnoTim
      @TechnoTim  3 года назад +2

      That’s just a vm with a publicly routable Ip. You either need multiple IPs or port forwarding 😀 then you have a VPS, self hosted

  • @voodooutt
    @voodooutt 4 года назад +2

    with regards to pf sense, what would be the benefit of using this instead of the typical home router? in my case I use a Netgear R7000. or do they compliment each other?

    • @TechnoTim
      @TechnoTim  4 года назад +2

      You read my mind. Look for a video on this exact topic.

    • @wiel-spin
      @wiel-spin 4 года назад +2

      Don’t run pfsense and another router cascaded, unless you convert the router to AP mode. Pfsense is way more powerful than any commercial home router. I’ve been using it for 3 years now. However you have to be comfortable with IT concepts to operate pfsense. If you are looking for “pull out of box and plug it in, never look at it” experience, stay with a commercial home router.

  • @TubbyPoutine
    @TubbyPoutine 4 года назад +2

    Great succinct video and great list of useful services, but why is it advisable/beneficial for these particular services to run in virtual machines VS them just running as services on the main OS of an always on PC? Thanks!

    • @TechnoTim
      @TechnoTim  4 года назад

      Good question! So that you have separation of concerns. I like to keep the main OS just for virtualization (the hyper visor), then create guest machines that have a specific role. I then containerize everything I can on one guest machine with something like Rancher / Docker/ Kubernetes. That way I can move my VMs or rebuild any piece I want without having to reinstall everything. on the host machine (main OS). Hope that makes sense!

    • @TubbyPoutine
      @TubbyPoutine 4 года назад

      @@TechnoTim ahh, I see. I appreciate you taking the time to explain.

  • @intheprettypink
    @intheprettypink 4 года назад +4

    For true opensource, I wouldnt use Emby. They had some static binaries that some users didnt like, so they forked it to Jellyfin. Jellyfin has worked great for me, and better with 4K streaming.

    • @TechnoTim
      @TechnoTim  4 года назад +3

      Good call! Jellyfin should have been mentioned!

    • @intheprettypink
      @intheprettypink 4 года назад

      @@TechnoTim honestly not a lot of people know about Jellyfin, so no biggy. Emby is still a good project to use, but they limit use of their app to a subscription last I checked.

  • @tanandhealthy
    @tanandhealthy 3 года назад

    Hello Tim
    Thankyou for pleasant music... and I can hear you easily! You are awesome!

  • @ArvindGaba
    @ArvindGaba 3 года назад +2

    Another great add-on for home server addition can be 3CX Server for communication within the family or small office.

  • @sallystewart7118
    @sallystewart7118 4 года назад +1

    Love this! So helpful. Thanks Tim!

  • @charlesgener14
    @charlesgener14 4 года назад +3

    learning a lot from your videos keep making them please :)

  • @jasonsong6747
    @jasonsong6747 2 года назад +1

    Forgive me for the noob question but everything you mentioned can be done on a computer without doing a VM. So what is the point of doing a VM? I don't get it. Is it because the resources like the RAM is dedicated to the VM? Or that it creates a sandbox environment - why is this good or bad? To isolate traffic or keep things secure? I am suspicious about opening PDF files (I am a writer, and I get a lot of contracts via PDF) so I am told to open PDFs on VMs.

    • @TechnoTim
      @TechnoTim  2 года назад +1

      Nothing specific to a VM other than ease of use, tear down, and build up. It's an ideas list really since most people have lots of compute but nothing to do with it :)

  • @maxsmith111
    @maxsmith111 Год назад

    lot of points here for further exploration, thanks.

  • @orangeuglad7418
    @orangeuglad7418 2 года назад +1

    I'd like more information running obs on a virtual machine. That sounds interesting to me. Lots of possibilities.

  • @builtondollars1882
    @builtondollars1882 11 месяцев назад

    I have a "Personal" laptop (Ram: 16GB, Storage: 256GB SSD).... This laptop is used for daily activities (work, school, bills, etc.)... Should I purchase a seperate laptop to practice along as to safe-guard my "Personal Laptop". I would like to do other things also (wireshark, Honeypots, vulnerability scanning, projects) as I am new to this. Any advice would be GREATLY appreciated.😏

  • @Mikesco3
    @Mikesco3 4 года назад +3

    Bitcoin / block chain node, that way you can run your own validator node or there are tons for crypto projects that you could host and participate, learn and help secure the system.

    • @Mikesco3
      @Mikesco3 4 года назад

      Not to mention lightning node, etc

    • @TechnoTim
      @TechnoTim  4 года назад

      All great topics! Noted!

  • @benronsse1163
    @benronsse1163 Год назад

    For backup, I'm using backuppc in VM.
    Very nice tool, and I run it on a second proxmox node (cluster) with low important VM's on. This way, also a nice hardware split for backup split...

  • @LeBassDiaries
    @LeBassDiaries 4 года назад +2

    Hi! Is it possible to stream to twitch on one lesser of in a different room and remote connect to the virtual machine to play the game?

    • @TechnoTim
      @TechnoTim  4 года назад +1

      Should be possible with NDI

  • @marty5300
    @marty5300 3 года назад +1

    A lot of things on this list you can run inside of docker containers.. for example I run a old repurposed i5 3470 machine using OMV, but I have dockers that run a local minecraft server, jellyfin, and a few other things and my weak system isn't stressed out by it.
    I have been kicking around the idea of setting up a server to run a few virtual machines from, for example replacing my current w10 torrent box with a virtual one that saves straight to my nas instead of on a local HDD, which I then have to transfer over lan to nas storage. but on the flip side I can just run utorrent or transmission in a docker container and have a browser/ip based front end for it.. one of those projects I haven't gotten around to yet. Docker really is a great thing. maybe you could do a deep dive video into docker like this one for people who are unfamiliar with it.
    Great vid tho, I appreciate it :)

    • @TechnoTim
      @TechnoTim  3 года назад +1

      Thank you! Check out Portainer! It's an easy way to get started with Docker and it has a web GUI!

  • @ekhanutin
    @ekhanutin 4 года назад +27

    Woah Johnny Depp does tech videos too..wild.

    • @TechnoTim
      @TechnoTim  4 года назад +9

      Not all treasure is silver and gold, mate.

    • @AdamDavid
      @AdamDavid 3 года назад

      Lol... 😂

  • @boogieman97
    @boogieman97 Год назад

    hey there Tim, any tips for a home server that is able to provide on the fly VDI's ? Or deploy AD forest for Red Team exercises? I love the ability to be able to spin on a virtual machine somewhere, save important data to a persistent storage and destroy the VM.

  • @Nojus_eddv
    @Nojus_eddv 2 месяца назад

    i have a question. If i download a virus on the virtual machine it wont effect my normal pc at all right?

  • @timrideout
    @timrideout Год назад

    Great video - lots of excellent ideas !

  • @KeyJayHD
    @KeyJayHD 4 года назад

    I actually used your other video to help set up my PARSEC based VM for remote gaming and content making. That VM is also synced up to a Nextcloud instance on another server.
    As far as other uses for VMs, I have a DNS server, VPN, and Proxy server for most of the other services I run. The proxy server is awesome so I don't have to keep opening ports on my router for external access. I do use that through SSL as well.

  • @TheRobMozza
    @TheRobMozza 2 года назад

    Interested myself in setting up a mail server, seems a bit complex to me, you wouldn't have a suitable video would you TT?

  • @Lunolux
    @Lunolux 2 года назад

    great video,
    didnt know we could do so many thing with virtual machine,
    i only use a virtual machine in my computer because i do some programming (C#,javascript etc) and dont want to install all those thing in my computer (juste use them like 2 day in a week)

  • @softwaredeveloper9130
    @softwaredeveloper9130 4 года назад +2

    Great video! Do you plan to do a video on your setup and what services you run?

    • @TechnoTim
      @TechnoTim  4 года назад

      Thank you! That's the plan! I run most of the services I mentioned in this video! I didn't go into specifics though (API workloads, encode work loads, gaming workloads) but they are also mentioned and covered in some of my other videos!

  • @YoanIgnatov
    @YoanIgnatov 4 года назад

    It could be wrong, it could be right, but I use mainly two VMs. One for "AdGuard Home" (migrated from pi-hole) as snap on ubuntu, another VM as nextcloud snap + openvpn server. I tried the latter two with docker on host itself, made a mess. Snap packages could be a bit resource hogging, but at least for my purposes, they work as charm, never ever had problems.
    Another idea for VM could be to create one exclusively for your family to be used on local network, if their PC is crappy. RDP/VNC to the VM from their PC could be game changer. Tried it, results are good. Mother is happy she can now use full MS Office on her Mac with win10 VM machine I created exclusively for her. No longer questions like "Can I use your PC to use Word/Excel".

    • @TechnoTim
      @TechnoTim  4 года назад +1

      Nice idea for your Mom!

  • @shawnsmith1865
    @shawnsmith1865 3 года назад

    Cool video. New Sub! VM are something I'm just learning about. Seems pretty nifty.

  • @peterconnell2496
    @peterconnell2496 3 года назад

    Other suggested apps?
    A huge one that is evolving, is managing the modern home electrical ecosystem.
    With; variable grid prices & solar panels & EV charging / home batteries etc., we are faced w/ many of the same complex problems once the preserve of the grid operators

  • @NewAgeDIY
    @NewAgeDIY 4 года назад

    Just found your video and I am very happy that I stopped and watched.
    At 2 am it’s probably not a good idea to ask questions and boy to I have questions. Your top 10 list had me drooling like a kid at a candy store.
    Anyway I save and down loaded your video and tomorrow I will do a deep dive into your channel and learn all I can, then I will put a list together.
    Until then thanks for sharing.

  • @Ginz_NZ
    @Ginz_NZ 4 года назад +4

    Ansible, AWX, terraform and gitlab to automate configuration and deployments via code

  • @O2C69
    @O2C69 4 года назад

    I really enjoyed the video, any chance of below:
    Virtualization vs containers e.g. docker, kubernetes, openshift?
    my question would be, are containers replacing hyper-v/vmware, where do containers fit into infrastructure, and the uses they bring.
    If containers are running side by side on vitualization server e.g. vmware or hyper-v what are the benefits, if any?

    • @TechnoTim
      @TechnoTim  4 года назад

      ruclips.net/video/pxwUXJmAER4/видео.html. :)

  • @ToadalSimplicity
    @ToadalSimplicity 3 года назад

    Great vid! Gave me some good ideas.

  • @brymstoner
    @brymstoner 4 года назад

    I've been virtualising for years. I setup network storage pools on my nas and run the vm's off there. Mostly for coding and hosting efforts. I'm not going to pay a 3rd party x dollars a month for something which is trivial to setup and run myself. Plus, I get to mess around as much as I like without quickly reaching limits set by 3rd parties that might otherwise incur additional charges on top of your monthly. Alternatives to VPN and Cloud for me are ssh tunnels and scp. Plus monetising any of it is really easy. So I do.

  • @bobray342
    @bobray342 3 года назад +1

    Thank you so much for this video, you have a great way of explaining things! You mentioned virtualizing Freenas and also NextCloud. Does this mean you are using virtual hard disks to build storage ?

    • @TechnoTim
      @TechnoTim  3 года назад +3

      I am but I pass through my HBA controller to FreeNAS so it can have direct access to them

    • @bobray342
      @bobray342 3 года назад +1

      @@TechnoTim great thank you

  • @Serpher1
    @Serpher1 2 года назад

    Is there a solution to filter incoming email (using external email not internal email server) for spam?

  • @YannMetalhead
    @YannMetalhead Год назад

    Good ideas.

  • @bmilewski
    @bmilewski Год назад

    Wait! I don’t know if I understand. He run 5 or 10 or 20 VM on one PC/Server? What hardware you must have to handle so many VM’s? 😮

  • @markstanchin1692
    @markstanchin1692 3 года назад

    Hi Wow great Video! Thanks! I need help I want to build 2 servers...one for freenas and the other for virtualization. I'm thinking Supermicro for motherboard but not sure which ones for each also which CPU for each. Thanks for your help.

  • @duke8774
    @duke8774 4 года назад

    A lot of great ideas. Thanks

  • @ofsanjay
    @ofsanjay 4 года назад

    That's video is very Informative. Because you also suggested many software. Which is best part of video.👍

  • @chrissi1997cs
    @chrissi1997cs 3 года назад

    Further use cases would be to host self-written websites, a Git server, an e-book server, a repository server, code review servers, etc.

  • @magicmanj32
    @magicmanj32 3 года назад +3

    Enough ads????

  • @HDLumix
    @HDLumix 3 года назад

    Great video, one service I just discovered is LinuxGSM for self hosting game server

  • @michaeljanda5393
    @michaeljanda5393 4 года назад

    Question. I was using Ubuntu on VirtualBox for developing a Windows to Java client/server app and paid for Windows 10 professional for Hyper-V. I eventually got it to work after learning about subnet masking, but it was hell to create an internal switch that could be connected to through a local IP. The answer I consistently found on the Internet was that Hyper-V is meant for large scale this and that. What I don't get is the use of a virtual machine that . . . isn't intended to communicate with its host? You've given a few uses if I understood you right that seem to revolve around insulating the host machine, at least I took that to be the point of virtualization for an FTP server -- I know I wouldn't open ports for FileZilla running on Windows. Why run Hyper-V in a production environment when you're leasing your servers anyway? I'd suspect it's for folks who lease servers but when Microsoft yanked support for any build of Linux except their own Ubuntu, I turned Hypervisor off and went back to VirtualBox.

    • @TechnoTim
      @TechnoTim  4 года назад

      The host is just a platform to run guests, that's all. It's separation of concerns. There isn't anything that my guests need from the host except for maybe a reporting for hardware metrics.

    • @michaeljanda5393
      @michaeljanda5393 4 года назад

      @@TechnoTim i think i get it. so a windows host with a subdomain pointing to a guest linux inside a windows cloud environment where all machines are deemed remote and back to a database, allowing for an adjustable allocation of resources? that sort of thing?

  • @didierdel2319
    @didierdel2319 2 года назад

    Bonjour, est-ce qu'on peut créer une visualisation pour installer Windows, comme pour VirtualBox par exemple, dans TrueNAS par exemple.

  • @davechristoffersen6633
    @davechristoffersen6633 4 года назад

    Great video thanks Tim

  • @EsotericArctos
    @EsotericArctos 4 года назад

    What resources do you dedicate to Blue Iris? Did you passthrough a GPU to it for Hardware Acceleration?
    There seems to be a lot of contradicting information regarding putting BI in a VM.

    • @TechnoTim
      @TechnoTim  4 года назад

      I have been doing it for years and 0 issues, since the Windows 8 days. I don't pass any hardware through. It's a Windows 10 VM with 32GB of RAM with 24 (shared) virtual cores. The Guest OS is on SSD, and the camera storage is just a large drive connected via iSCSI to FreeNAS (which is also being virtualized on the same host). I have 8 cameras and works flawless. Just be sure that your virtual host is powerful enough to run BI by itself. If it can, hosting this and a few other VMs shouldn't be an issue.

    • @TechnoTim
      @TechnoTim  4 года назад

      I also talk about this topic in ruclips.net/video/pxwUXJmAER4/видео.html - I run it in a VM and I don't pass any hardware through

  • @jumpman1823
    @jumpman1823 4 года назад +3

    Yes, definitely go over docker, rancher or at least what your setup looks like :)

    • @TechnoTim
      @TechnoTim  4 года назад

      I have a video already on Docker, Rancher, and Kubernetes already 😄 ruclips.net/video/oILc0ywDVTk/видео.html

  • @Instantd
    @Instantd 4 года назад +1

    the Steven Seagal of RUclips:
    1 facial expression for every emotion :D
    (just kidding, I love your videos)

    • @TechnoTim
      @TechnoTim  4 года назад +1

      haha! thank you! Sorry, this was an early video! I promise, I smile.... :|

  • @apostlelshelly9900
    @apostlelshelly9900 3 года назад +1

    Do anyone know how to install ProctorU VM with out being detectable?

  • @MovadoDaSaint
    @MovadoDaSaint 4 года назад

    I've been reading up ALOT about VPNs, i know what it is but there are still some concepts i have yet to grasp. And most the blogs i read never actually touch on the specific questions i searched. When you mentioned tunneling back home to tunnel out, is this similar to using your home server as an ExpressVPN node? Also, could it be used to replace my ExpressVPN all together? or is it practical toconnect to "OpenVPN" with ExpressVPN? Im new to the networking.

    • @TechnoTim
      @TechnoTim  4 года назад

      Hey! Thanks! I use open VPN server on my router and then use a VPN client to connect back home. From there I can use the internet as if I am at home with all my pihole blocking and security scanners enabled.

  • @watchedsvideo
    @watchedsvideo 3 года назад +1

    What about a Virtual Desktop server, so you can RDP into your network. Or even better, a Guacamole Server...

  • @ilChancito
    @ilChancito 3 года назад +1

    ¡Gracias!

  • @Christian-sc7hv
    @Christian-sc7hv 2 года назад +1

    The longest commercial i've ever tried to erase from my memory

    • @TechnoTim
      @TechnoTim  2 года назад

      Let me know what it’s selling and put me down for 2

  • @WalterThayer
    @WalterThayer 3 года назад

    what about an ESXi server with a PXE server to publish bootable vms to thin clients, and how would someone do it?

  • @KewaiiGamer
    @KewaiiGamer 4 года назад

    in case you have enough storage, good network and almost 100% uptime you can mine storj. You can get it by providing storage to Companies for storing data securely on your server. its very simple to set up. done in an hour (if you dont count one step that fan take longer since its generating a key).

  • @HardcoreNacho
    @HardcoreNacho 3 года назад

    Great ideas bud! Just built a virtual pi machine as an airprint server. Couldn’t get the other apps to work on my windows pc.

  • @JonathanRobert23
    @JonathanRobert23 3 года назад

    Hey Tim, wanted to know if you use ESXI and add VMs on top of that, also how do you run Proxmox on top of ESXI or the other way around?

    • @TechnoTim
      @TechnoTim  3 года назад +1

      I don't think you want to nest hypervisors. Both proxmox and esxi are hypervisors so you'll want to choose one or the other. You could nest them to evaluate but I wouldn't run that in production.

    • @JonathanRobert23
      @JonathanRobert23 3 года назад

      @@TechnoTim thank you! I will definitely try running one of them.

  • @eugserj9095
    @eugserj9095 Год назад

    12:44 Thank you for video, a lot of good ideas, by the way - what is the game on you screeen talking about game server?

    • @_grigo
      @_grigo 7 месяцев назад +1

      I "googled "Hakuto's Bow" by the name of the item you can see on 12:52, and it led me to dicover the name of the game: "Dead Cells".

    • @_grigo
      @_grigo 7 месяцев назад +1

      BTW If you like this kind of pixel art graphics and dungeons, I recommend Noita - a game masterpiece.

  • @JuanLopez-db4cc
    @JuanLopez-db4cc 4 года назад +1

    Thanks Tim! Great Ideas!