Tech Guides
Tech Guides
  • 9
  • 28 377
Multi Router Port Forwarding: Access Home Server Behind two Routers
In this video I show you how to port forward over multiple routers to access your home server sitting behind two routers.
Timeline:
00:00 Multi router port forwarding
00:49 Setup static IP for second router
01:55 Setup port forwarding for second router
02:46 Setup static IP for home server
03:05 Port forward to home server
03:23 Troubleshoot local connection
04:23 Accessing applications from the internet
multi router port forwarding,how to port forward,port forward home server,port forward server,netduma home server,netduma r3 home server,netduma r3 homelab,port forwarding,port forward multiple routers,port forward with two routers,how to setup home server behind mutliple routers,home server many routers,home server multiple routers
#homeserver #networking
มุมมอง: 321

วีดีโอ

Dream All-AMD Gaming Build: Ryzen 7 7800 X3D & RX 7900 XTX
มุมมอง 7Kหลายเดือนก่อน
Building my dream All-AMD gaming & editing rig in the Fractal Design Torrent! I combine the RX 7900 XTX with the Ryzen 7 7800 X3D to get the best performance possible with this all-amd gaming system. Get the Fractal Design Torrent White: amzn.to/3WBGuhh Timestamps: 00:00 Dream All-AMD Gaming Build 01:05 Fractal Design Torrent White 02:05 Asus ProArt X670E-Creator WIFI 04:26 Ryzen 7 7800 X3D 05:...
Upgrade to Windows 11 as Creator? Windows 11 Performance Benchmarks
มุมมอง 5932 หลายเดือนก่อน
Comparing the performance of Windows 11 with Windows 10 in DaVinci Resolve, Affinity & Handbreak. In this video I share my experience after upgrading to Windows 11 as a content creator and provide performance benchmarks of Windows 11 to help you decide whether you should upgrade to Windows 11 as a content creator. 00:00 Windows 11 Performance Benchmarks 00:37 Software Compatibility in Windows 1...
How to Install Windows 11: Step-by-step Guide for a Fresh Install
มุมมอง 7K3 หลายเดือนก่อน
Complete guide on how to set up a fresh install of Windows 11! This video shows you how to install Windows 11 from a USB drive, how to backup your Windows key, how to install Windows 11 without internet and how to avoid having to log-in with your Microsoft account, i.e. using a local account. Links: [1] learn.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro [2] learn.microsoft.com...
MUST KNOW bashrc customizations to boost productivity in Linux
มุมมอง 8K7 หลายเดือนก่อน
These are 10 must know bashrc customizations to significantly boost productivity when interacting with Linux. Based on 6 years of experience working with Linux, I show you the 10 most important bashrc commands will help you become much more efficient with Linux. Customizing the bashrc will help you speed up commands that you will use multiple times on a daily basis. Blog post: techguides.yt/gui...

ความคิดเห็น

  • @alexdoessudokus
    @alexdoessudokus 4 วันที่ผ่านมา

    In Tip 5 you didn't actually show us the .bashrc additions before sourcing it, luckily it's visible when we moved to Tip 6, but had me rewinding a couple of times to make sure I didn't miss something! Also the certbot example seems better done with a cronjob than a command, but I suppose some people may prefer more control!

  • @ummnine6938
    @ummnine6938 6 วันที่ผ่านมา

    which terminal is being used in this video?

    • @Tech-Guides
      @Tech-Guides 5 วันที่ผ่านมา

      Windows terminal. Can be installed from the Microsoft Store

  • @rogerkell4964
    @rogerkell4964 8 วันที่ผ่านมา

    I love that the length of the video is 13:37

  • @FirstLast-is9xe
    @FirstLast-is9xe 8 วันที่ผ่านมา

    You are a child 😅 I do exactly the opposite: Removal of all pre-install bash configuration, then remove all colored output, set TERM to vt100 (nowadays vt220 because of strange security changes), set ls to something with "-alrt" or "-alrtE" and be finished 😅

    • @FirstLast-is9xe
      @FirstLast-is9xe 8 วันที่ผ่านมา

      And LANG and LC_ALL to C

  • @codeman99-dev
    @codeman99-dev 9 วันที่ผ่านมา

    WTF. Is this serious? A one liner alias for doing a dist-upgrade?!

    • @Tech-Guides
      @Tech-Guides 9 วันที่ผ่านมา

      I think you still need to "update" before you do "dist-upgrade" so an alias makes a lot of sense, but please share your experience if you know better

  • @candyts-sj7zh
    @candyts-sj7zh 10 วันที่ผ่านมา

    You can also run 'sudo !!' to execute the last command and sudo

  • @joemcaverage8169
    @joemcaverage8169 10 วันที่ผ่านมา

    It's usually better to write separate scripts instead of adding functions/aliases into .bashrc. This removes the need to souce the file and keeps it more manageable.

    • @Tech-Guides
      @Tech-Guides 9 วันที่ผ่านมา

      What do you mean by "separate scripts"? Executables that you add to your path?

    • @joemcaverage8169
      @joemcaverage8169 9 วันที่ผ่านมา

      @@Tech-Guides Yes. I have almost 100 scripts (I need to do some cleaning lol).

  • @MasterHigure
    @MasterHigure 10 วันที่ผ่านมา

    #1 If you want to muck about with your prompt, why do it manually? Plugins exist for a reason. Personally I use Starship, and I am loving it. #2 and #4 are both solved easier and better by replacing ls with something more modern. eza is a popular one.

    • @Tech-Guides
      @Tech-Guides 9 วันที่ผ่านมา

      Didnt know about those so thanks for the cool suggestions!

    • @MasterHigure
      @MasterHigure 9 วันที่ผ่านมา

      @@Tech-Guides See, that's the biggest problem I have with Linux daily driving. I have trouble even spotting potential for improvement, and if I want to improve a thing, sure, I can do it myself if I'm willing to wade through a bunch of archaic documentation. But trying to search for and find ready-made solutions is basically impossible.

  • @acuffaro
    @acuffaro 10 วันที่ผ่านมา

    Very nice video with useful content and well explained as well. Please, let me also add a feedback more than a critic. I didn't appreciated very much the music in the background when you talk, it's not very loud but to my taste it's a little bit disturbing. Maybe it's just me. Anyway, very good piece of content. Thanks.

    • @Tech-Guides
      @Tech-Guides 9 วันที่ผ่านมา

      Thank you very much for the feedback! I'm actually never sure whether I should add background music so I might leave it next time :)

  • @dengyun846
    @dengyun846 11 วันที่ผ่านมา

    Some people might want to consider typo correction aliases too, like "apt serach='apt search', gerp=grep" etc. Possibly with a "assuming you meant grep instead of gerp, continuing in 3,2,1.." wrapper for safety.

  • @jamesbond_007
    @jamesbond_007 12 วันที่ผ่านมา

    How does your "c" alias differ from just typing ^L to clear the screen?

    • @Tech-Guides
      @Tech-Guides 11 วันที่ผ่านมา

      Not at all, I didnt know about the latter :)

    • @dragonzed
      @dragonzed 8 วันที่ผ่านมา

      @@Tech-Guides Your 'c' is an alias to 'clear', whereas ^L that @jamesbond_007 is referring to is an alias to 'clear -x' in which you can still scroll up to see the ouptut. Check 'man clear' ;)

  • @TimChilde
    @TimChilde 12 วันที่ผ่านมา

    Just 'doomed scrolled' on to your video......excellent info here, great video. I don't usually bother with too many alias settings etc as I'm swapping between machines so much (and when they're not there you've forgotten the long way of doing it ;) However, some really good stuff here and I'm learned a few extra tricks from your video. Not sure about no 9..... s for redo last command with sudo? you didn't show how, so I guess you're writing a function or similar. Anyway, I do that with the lifesaver short cut sudo !! !! re runs the last command in history, so sudo !! runs last command in history with sudo :)

  • @cbbcbb6803
    @cbbcbb6803 13 วันที่ผ่านมา

    Thanks for the de-mystification!

    • @Tech-Guides
      @Tech-Guides 12 วันที่ผ่านมา

      Thanks for watching!

  • @LinuxIsBetter43
    @LinuxIsBetter43 14 วันที่ผ่านมา

    It's not bad, but what happens when you use someone elses' linux? I mean, you don't remember half of the commands

    • @Tech-Guides
      @Tech-Guides 14 วันที่ผ่านมา

      Well I would hope this is less of a "forget the original" rather than a "convenience" list ;)

    • @ForexStoryteller
      @ForexStoryteller 12 วันที่ผ่านมา

      Write your alias list in a plain file and keep it on a keyring thumb drive, get on their machine, paste in your stuff at the bottom of their bash file, finish up your work, then go back and remove what you pasted in 🤷🏻‍♂️

  • @phizaal
    @phizaal 15 วันที่ผ่านมา

    great video man, so easy to follow along! Keep it up

    • @Tech-Guides
      @Tech-Guides 14 วันที่ผ่านมา

      Thanks, will do :)

  • @naranyala_dev
    @naranyala_dev 17 วันที่ผ่านมา

    more terminal stuff

    • @Tech-Guides
      @Tech-Guides 17 วันที่ผ่านมา

      Ill definitely do more!

  • @frozendude707
    @frozendude707 18 วันที่ผ่านมา

    Why not just use ^l (Ctrl-L) instead of making an alias for clear, that is what it does most of the time anyway, it is the control character for page break, in teletypes it would place your cursor on the top of the next paper fold (so you can rip off your current printout), but in graphic terminals it clears the screen. Originally you had to do an "echo ^l" for the effect, but libedit-based shells are smart enough to know what you intended.

    • @Tech-Guides
      @Tech-Guides 14 วันที่ผ่านมา

      Oh I didnt know about that, neat!

  • @peterjansen4826
    @peterjansen4826 19 วันที่ผ่านมา

    I am not sufficiently lazy to use some of these aliases (like for sudo !!) but some of this definitely is handy, I am going to copypaste it. I like the alias to use rsync instead of cp for when you copy large files (like moving videos to another partition), I like the function to extract any type of archive, it is simple but very handy. For ls I have two recommendations: try out the program lsd (with icons for the type of files) and always use --group-directories-first, in my opinion that should be the default option.

    • @Tech-Guides
      @Tech-Guides 12 วันที่ผ่านมา

      Thanks! And very nice recommendations :)

  • @ruiduarterrd
    @ruiduarterrd 22 วันที่ผ่านมา

    rly good video mate keep it

    • @Tech-Guides
      @Tech-Guides 21 วันที่ผ่านมา

      Thank you!

  • @TheXTREMEGROOVES
    @TheXTREMEGROOVES 22 วันที่ผ่านมา

    Asus are unstable crap.

    • @Tech-Guides
      @Tech-Guides 21 วันที่ผ่านมา

      Could be. Though so far and didnt have any issues with stability.

  • @realkekec4028
    @realkekec4028 25 วันที่ผ่านมา

    I just upgraded my PC six months ago,very similar to this one.Only regret i have is for not using AMD CPU for my build. I have I9 13900K and i have not yet fix the problems with CPU issues regards to stability.I hope that the latest BIOS can fix that problem.I also have Sapphire 7900XTX and still running older drivers because of games crashing with new drivers. Very nice build with Torrent case,i like it.

  • @Marc42
    @Marc42 27 วันที่ผ่านมา

    Neat, thank you very much!

    • @Tech-Guides
      @Tech-Guides 26 วันที่ผ่านมา

      My pleasure, thanks for watching

  • @vanamalimatha6587
    @vanamalimatha6587 27 วันที่ผ่านมา

    It's not work

    • @Tech-Guides
      @Tech-Guides 26 วันที่ผ่านมา

      Did you manage to open the CMD?

  • @marks9233
    @marks9233 27 วันที่ผ่านมา

    I can't stand to watch if you are going to remove those beautiful fans. :)

    • @Tech-Guides
      @Tech-Guides 26 วันที่ผ่านมา

      Haha sorry about that but at least they're being used at the bottom ;)

  • @rahulkamath6984
    @rahulkamath6984 29 วันที่ผ่านมา

    I guess you can use the fractal sag bracket in this . I am using them with ASUS TUF 4090 and it’s working v fine Just check

    • @Tech-Guides
      @Tech-Guides 26 วันที่ผ่านมา

      Nice, I haven't managed to make it work quickly so I just used the one that came with the GPU

  • @MrAckers75
    @MrAckers75 หลายเดือนก่อน

    Nice to see you used a proper case I wouldn’t of bothered using an aio in that case though to be fair

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Thanks! I agree but already had that AIO lying around from a previous project :)

  • @emilsjostrom6719
    @emilsjostrom6719 หลายเดือนก่อน

    I can tell you about that there are 100000 ppl saying the same thing you say about build the best gaming computor!

    • @Tech-Guides
      @Tech-Guides 26 วันที่ผ่านมา

      sure :)

    • @emilsjostrom6719
      @emilsjostrom6719 24 วันที่ผ่านมา

      ​@@Tech-Guides LOL im so so sorry.... This wrong video😂😂😂 its so post be a diffrent video that i should comment to🤦🏾‍♂️

  • @kamertonaudiophileplayer847
    @kamertonaudiophileplayer847 หลายเดือนก่อน

    I think that the mess is hardly avoidable , so do not worry.

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Glad to hear I'm not the only one ;)

  • @kamertonaudiophileplayer847
    @kamertonaudiophileplayer847 หลายเดือนก่อน

    I also put PSU first. I think it's more convenient.

  • @tarno_bejo_
    @tarno_bejo_ หลายเดือนก่อน

    Im not sure about the 850 watt one. But 750 watt PSU will give you 300 watt maximum PCIe power. 1000 watt psu will give you 450 watt maximum PCIe power. So, perhaps 850 watt psu might give you around 350-400 watt maximum PCIe power. RX 7900 XTX will consume maximum power of 355 watt. So, I would say, thats not enough headroom for the gpu.

    • @alk4t1337
      @alk4t1337 หลายเดือนก่อน

      What? Who told u that? 850 watt PSU will give u all ~840 watt on 12V line.

    • @tarno_bejo_
      @tarno_bejo_ หลายเดือนก่อน

      @@alk4t1337 But a PSU doesnt give you just 12V line, does it? Not to mention, mobo has 12V line, Sata power has 12V line, etc. So, as i mentioned: Im not sure about the 850 watt one. But 750 watt PSU will give you 300 watt maximum PCIe power. 850w is the total power (850w is already the "more than 80% taken power" of "80% rating" from the wall by the way. If you smart enough to understand what i mean).

    • @alk4t1337
      @alk4t1337 หลายเดือนก่อน

      @@tarno_bejo_ If you count the consumption of other components in the system, it will become clear that the processor consumes about 90 watts, the SSD's no more than 20 watts, each RAM stick 5 watts, the motherboard itself about 30-40 watts, the AIO about 20 watts. Total ~180 watt.

    • @tarno_bejo_
      @tarno_bejo_ 29 วันที่ผ่านมา

      @@alk4t1337 14900k could go as far as 350 watt, you know.

    • @alk4t1337
      @alk4t1337 29 วันที่ผ่านมา

      @@tarno_bejo_ But here we are talking about 7800X3D.

  • @rangersmith4652
    @rangersmith4652 หลายเดือนก่อน

    When I build, I use a silicone soldering/repair mat. It's about half a square meter, with several little recessed areas for screws and such. Works great.

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Awesome idea!

  • @rangersmith4652
    @rangersmith4652 หลายเดือนก่อน

    I'm in the planning stages for a similar gaming system so my 13700K system can be shifted to production. Something in me wants to build an "all 78 " system with a 7800X3D and a 7800XT, which would be enough for the games I play right now, but I'm used to a 7900XTX, and I don't know if I can happily take a 50% downgrade. In any case, I'm waiting for the next generation releases before I pull the trigger on anything beyond parts that are universal (storage, PSU).

  • @RanaRI102
    @RanaRI102 หลายเดือนก่อน

    Could have gone with a air cooler 360 aio in overkill for a 7800x3D

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Absolutely but I already had the AIO lying around from an old project ;)

  • @Romanianblackbirbrider
    @Romanianblackbirbrider หลายเดือนก่อน

    Hello! I am in Switzerland to. Nice to see you. Good quality on Post service and Galaxus and Digitec companies!😊

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Grüetzi :)

  • @terban84dich37
    @terban84dich37 หลายเดือนก่อน

    Hello i have about exactly same build can you give best settings overall (amd adrenaline, windows, players file, ingame settings) for warzone for best fps/no stutters? Would be INSANE! Thankssss

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Absolutely will do, but on my main channel and will take quite some time ;)

  • @blocka386
    @blocka386 หลายเดือนก่อน

    Looks great!! Can’t wait to see best settings for Warzone!

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Thanks!

  • @alanbenyamin487
    @alanbenyamin487 หลายเดือนก่อน

    Very nice.

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Thank you :)

  • @maurolimaok
    @maurolimaok หลายเดือนก่อน

    Nice. Thanks for the tips.

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Cheers!

  • @tbizzle-km7hg
    @tbizzle-km7hg หลายเดือนก่อน

    I cringed a little bit when I saw nano.

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      To each their own ;)

    • @peterjansen4826
      @peterjansen4826 19 วันที่ผ่านมา

      I am not going to lie, nano feels rather limited compared to vim to me. Having said that, for ninja-edits nano is faster because you don't have to change between modes so there is a usecase for nano. ;)

    • @MyOneLastBrainCell
      @MyOneLastBrainCell 14 วันที่ผ่านมา

      What's wrong with nano? I certainly won't use it as my main editor, but it's great for small and quick edits since it's almost always pre-installed in every distro. Also, here's a mandatory "I use Neovim btw".

    • @peterjansen4826
      @peterjansen4826 14 วันที่ผ่านมา

      @@MyOneLastBrainCell Nothing is wrong with nano, the main reason why people react this way is because nano contains less than 1% of the features compared to vim while vim still is as fast as nano. vim stands to nano as nano stands to notepad on Windows or mousepad on Linux. 😆 If you want to do a simple ninja-edit then nano is fine, if you want to write code then nano does not suffice and you need something like vim or code/codium. The right tool for the job, I use vim but I also use nano at times for ninja-edits just because in that case I need less keypresses to get the same result. vim is awesome and every programmer ought to explore it but the switching between modes (typing, functions, visual blocking) requires extra keypresses so for ninja-edits that actually is disadvantages. But for longer texts vim is superior because of all the useful functions. One little thing which I strongly dislike about nano, it doesn't have syntax highlighting out of the box, you need to use some configure file to enable that.

    • @anudeepk7579
      @anudeepk7579 9 วันที่ผ่านมา

      Didn't even take 1 comment below to find a pretentious Linux user. Classic.

  • @garethde-witt6433
    @garethde-witt6433 หลายเดือนก่อน

    Not going to bother after windows 10 reaches end of life.

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Switch to Linux? ;)

  • @SarMag-me6lj
    @SarMag-me6lj หลายเดือนก่อน

    you dont need a usb drive, i always partition my hdds in 2 so that i would have a unpacked dvd on the next drive and i can install windows from the drive, at reboot load cmd then cd: D (drive where windows folder is), w11 (name of the folder) and then setup.exe and it will begin to install from the drive.

  • @justgoodvibes_4ever
    @justgoodvibes_4ever หลายเดือนก่อน

    Bro y u still couldn't install W11?

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      The CPU isnt officially supported by Win 11 but still works like a charm ;)

    • @justgoodvibes_4ever
      @justgoodvibes_4ever หลายเดือนก่อน

      @@Tech-Guides i gotchu

    • @justgoodvibes_4ever
      @justgoodvibes_4ever หลายเดือนก่อน

      @@Tech-Guides Gues who is running Windows 10 in a Pentium III? Yeah its me✨

    • @justgoodvibes_4ever
      @justgoodvibes_4ever หลายเดือนก่อน

      @@Tech-Guides Guess who is running Windows 10 on a Pentium III? Yes it's mee✨

  • @gravef1ghter
    @gravef1ghter หลายเดือนก่อน

    Very helpful, sir. Subbed and thank you!

    • @Tech-Guides
      @Tech-Guides หลายเดือนก่อน

      Glad to hear! Appreciate it :)

  • @lukasmusil8714
    @lukasmusil8714 2 หลายเดือนก่อน

    And some people say installing Linux is difficult, but you need search on Internet for secret commands to install W11 without MS account.😂

  • @Boywonder7831
    @Boywonder7831 2 หลายเดือนก่อน

    😂 I was looking for this video like crazy thanks 🎉🙇‍♂️

    • @Tech-Guides
      @Tech-Guides 2 หลายเดือนก่อน

      Hope it answers all your questions!

  • @brandonramsaran8312
    @brandonramsaran8312 2 หลายเดือนก่อน

    Thank you so much for this guide, it was very helpful as im building my new pc next weekend

    • @Tech-Guides
      @Tech-Guides 2 หลายเดือนก่อน

      Awesome!!

  • @Mo_Naim
    @Mo_Naim 4 หลายเดือนก่อน

    THANK YOU!

  • @aonodensetsu
    @aonodensetsu 6 หลายเดือนก่อน

    shopt -s autocd

  • @TheElias258
    @TheElias258 6 หลายเดือนก่อน

    Instead "source ~/.bashrc" I use"exec bash" is faster ;)

  • @gabioeste
    @gabioeste 7 หลายเดือนก่อน

    Very nice well explained video on .bashrc 🎉 thanks a lot suscribeb