HTTP Server: How It Works
5:35
3 жыл бұрын
FTP : Settting Up and Getting Started
10:44
SnatchDreams : Its Insane Here
0:07
7 жыл бұрын
Airbrowze : Let's AirBrowze it
0:53
7 жыл бұрын
Simile - Comparing The Similar
0:51
7 жыл бұрын
Пікірлер
@narithinsomtauy8996
@narithinsomtauy8996 18 сағат бұрын
I want use Websocket wss:// in Please introduce me.
@mahdimehrabani8106
@mahdimehrabani8106 26 күн бұрын
👌👌
@mahdimehrabani8106
@mahdimehrabani8106 26 күн бұрын
Thanks man ...
@SnatchDreams
@SnatchDreams 26 күн бұрын
Welcome bro 😇
@KeuraChan
@KeuraChan 28 күн бұрын
Hey, I'm trying to access the HTTP server with other devices in my network, but it is not working by just using my ip:port. Do I need to do something more?
@SnatchDreams
@SnatchDreams 28 күн бұрын
If u are accessing it from another device in ur network. Windows firewall might be blocking the incoming traffic.. You might need to add an inbound rule on ur windows firewall. To open windows firewall : Winkey + R, type WF.msc
@satishadhikari5180
@satishadhikari5180 2 ай бұрын
Great content man! And there's a series? I'll dive deep.
@SnatchDreams
@SnatchDreams 2 ай бұрын
Thank you for the support 😊
@robknob9443
@robknob9443 4 ай бұрын
Thank you, its wonderful and simple!
@SnatchDreams
@SnatchDreams 2 ай бұрын
Thanks for your support. Please try to watch my new playlist on HTTPs web server using c#
@jackofalltrades1249
@jackofalltrades1249 4 ай бұрын
Hi Is this also possible in c# WPF? do you have any tutorial for WPF? Thank you!
@devopsserve
@devopsserve 5 ай бұрын
thanks sir ji for teach me , i am40 age man, i change my fild and try find job in devops and sysops but i a trainee by self i hop something help me for got job
@mtscott44
@mtscott44 5 ай бұрын
7 years later and you saved me, thankyou!
@mtscott44
@mtscott44 5 ай бұрын
Actually, I'm having some trouble still. I want to run a website alongside my nextcloud server (instead of having two physical servers). Is that possible using this method? I've enabled the site using a2ensite but when checking the apache2 status, it only shows that my cloud is running (even though the website is in sites-enabled). Any clues?
@DangerZONEpixel
@DangerZONEpixel 5 ай бұрын
So basically you showed everyone how to make a LAN website. Amazing.
@catsNcode
@catsNcode 5 ай бұрын
the only step left is to change the DNS for all those domains to point to one IP then set up reverse proxy
@Codeing-di3yf
@Codeing-di3yf 6 ай бұрын
🙏🙏♥♥
@KOYAVEERANJANEYULU
@KOYAVEERANJANEYULU 6 ай бұрын
is this process is available on every device ?
@ElektrischInkorrekt
@ElektrischInkorrekt 8 ай бұрын
Have to do some research. With the parts I copied into my project it didn't work yet. (It didn't open the D:\ - Directory, instead it opened the Debug-Path)
@ElektrischInkorrekt
@ElektrischInkorrekt 8 ай бұрын
Nevermind. This seems to work as intended. If you don't enter the correct string, the function will try to generate a relative path starting from the project-root-Direktory (e.g. the Debug-Path). I was needing the backslash and needed a ten year old stackoverflow-question to solve it.
@michu188_
@michu188_ 8 ай бұрын
Nice, it finally works. Thank You!
@atishaygwari4341
@atishaygwari4341 11 ай бұрын
bhai tu crazy developer hai !!! great job , meri internship bhi lele
@bobsimoneau
@bobsimoneau 11 ай бұрын
Source code would have been great.
@venus.360
@venus.360 11 ай бұрын
super!!! thanks!
@SnatchDreams
@SnatchDreams 11 ай бұрын
Would like to have a haproxy version of this tutorial?
@venus.360
@venus.360 11 ай бұрын
@@SnatchDreams of course! it will be very helpful!
@SnatchDreams
@SnatchDreams 11 ай бұрын
I will start working on making those tutorials soon
@Hai-v1w
@Hai-v1w 11 ай бұрын
How did you get that icon pack?
@SnatchDreams
@SnatchDreams 11 ай бұрын
I used free resources from flaticon.com
@brezagay6622
@brezagay6622 Жыл бұрын
I have a question that comes to mind We assume that we have 5 records, all of them with the same domain name, and each record has a different IP Why when requesting query The Name Serverin Response brings me all five records, not one or two Is this constant in dns consept( i mean all dns softwares works in this way or not)? Or there something that can control this? I mean two records only go not the five
@SnatchDreams
@SnatchDreams Жыл бұрын
Hi bro, I might be wrong but to my knowledge there is no theoretical limit for the maximum number of A records or IPv4 addresses that can be associated with a domain name.... But in practice the DNS uses UDP at the transport layer (Layer 4) there is a limit for DNS payload size of 512 bytes when using DNS over UDP. To prevent fragmentation of IP packets. Now about limiting the number of records to be returned when queried. Like you mentioned returning a subset of records rather than returning all the records associated with a given domain is possible with certain DNS servers (like PowerDNS so I read somewhere) but can NOT be achieved directly on bind9 DNS server or on dnsmasq DNS server. Usually, we return all the records for a given query and it's up to the client to pick which one to choose and all that DNS server does is re-ordering the DNS records when we are queried multiple time. For example, let us say we have 4 A-Records associated with a domain abc.com and let's call it R1, R2, R3 and R4. Now when, Client 1 queries the response will have all the records like Response to client 1: -> R1, R2, R3, R4 Client 2 queries the response will have all the records like (but in different order) Response to client 2: -> R2, R3, R4, R1 (Rotated in a round-robin fashion) But normally we respond back with all the DNS records rather than with a subset of records.
@syedrahman7352
@syedrahman7352 Жыл бұрын
Awesome!!
@SnatchDreams
@SnatchDreams Жыл бұрын
Thank you! Cheers! 😊
@syedrahman7352
@syedrahman7352 Жыл бұрын
Your videos are seriously amazing brother.. very clear cut explanation and no time waste..
@SnatchDreams
@SnatchDreams Жыл бұрын
Thank you so much 😀
@DiyintheGhetto
@DiyintheGhetto Жыл бұрын
Hello, How can we do external html page instead of within the application html?
@SnatchDreams
@SnatchDreams 2 ай бұрын
Yes we can. Please checkout the new playlist in the channel on https web server using c sharp
@Abdulahad-ig6sh
@Abdulahad-ig6sh Жыл бұрын
Are Bhai kya hi accent h wahhh
@annaovchinnikova3303
@annaovchinnikova3303 Жыл бұрын
How to create delete, rename, remove buttons for files and folders in this example? and a box where i can search files or folders using name or extension?
@mink3634
@mink3634 Жыл бұрын
Thank you so much, I got stuck in the change hosts step, i didn't do that so can't complete my project. You help me so much~
@cheeniwalaparatha
@cheeniwalaparatha Жыл бұрын
Massive thanks for this website hosting info! Ive experienced Hostinger and Hostwinds, but Cloudways with TST20 coupoun is the jackpot!
@lands1459
@lands1459 Жыл бұрын
can't get this to work, i tried setting up a 2nd site on port 81 and it fails to connect. the site on port 80 works fine.
@SnatchDreams
@SnatchDreams Жыл бұрын
Hi bro, u don't have to use two different ports for different websites when using virtual host in Apache So u can configure the 1st website on port virtualhost *:80 and then create a different configuration file for the 2nd website but still use the same port 80. Now based on the domain name mentioned in the configuration file it will load the corresponding website. Let's say web1.com.conf is for the first website and web2.com.conf is for the second website, both should use the same port virtualhost *:80 in the configuration file.
@SnatchDreams
@SnatchDreams Жыл бұрын
If u are using port 81 for both websites instead of port 80 then u should be accessing the website using web1.com:81 and web2.com:81 by mentioning the ports explicitly or else the browser assumes http is on port 80 and https is on port 443. Note: also u might need to enable firewall for port 81 to make it accessible from outside. In Ubuntu u can use ufw command > sudo ufw allow 81 I guess this was the command but please refer to the man page for the ufw command. Please let me know if u need any help.
@lands1459
@lands1459 Жыл бұрын
i have no firewall. its multiple sites since this is on a private IP range with no DNS. one site is on port 80, another on 81 and another on 82. i eventually figured it out, i had to edit ports.conf i think and allow the server to listen on those other ports.@@SnatchDreams
@yourlinuxguy
@yourlinuxguy Жыл бұрын
My domain opens up on my machine but the content served is the default nginx welcome page, How do I fix this? I'm on arch linux.
@yourlinuxguy
@yourlinuxguy Жыл бұрын
Video is outdated now, you have to include the config files path in the end of the http block.
@SnatchDreams
@SnatchDreams Жыл бұрын
Okay bro.. Will check and provide an update 😇 this is how we learn.. Thank for bringing it to notice 🥰
@yourlinuxguy
@yourlinuxguy Жыл бұрын
Yep, always appreciate helping others.@@SnatchDreams
@yourlinuxguy
@yourlinuxguy Жыл бұрын
And to be clear I'm talking about these lines. in /etc/nginx/nginx.conf In the http block # location / { # root html; # index index.html index.htm; # } #} include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; }@@SnatchDreams BTW love your content.
@Automatizame
@Automatizame Жыл бұрын
Great Video
@Automatizame
@Automatizame Жыл бұрын
Thanks I was looking for a video like this
@SnatchDreams
@SnatchDreams Жыл бұрын
Thank you bro 🤜 😇
@ankushj4129
@ankushj4129 Жыл бұрын
I have done this exactly like it is in the video, but the pdf files cannot be opened, plz suggest me
@SnatchDreams
@SnatchDreams Жыл бұрын
Please let me know the error that you are getting while trying to open pdf files. Please share details via mail Or reply to this comment. I hope u have an pdf reader installed on ur windows.
@stevencina6704
@stevencina6704 Жыл бұрын
Great tutorial man. Thank you.
@sankar_04
@sankar_04 Жыл бұрын
Bro tell me that for Kali Linux commands and the creating way are same.. Pls reply bro
@SnatchDreams
@SnatchDreams Жыл бұрын
Hi Bro 😇, the commands for this this will be exactly same for kali linux .. Could you contact me via mail [email protected] and share the exact issue that you are facing while doing this 😇I will definitely help you
@sankar_04
@sankar_04 Жыл бұрын
@@SnatchDreams thanks a lot bro.. 💖but I already solved the problem. If a got doubt in future I will contact u
@SnatchDreams
@SnatchDreams Жыл бұрын
Sorry for the late reply... Please feel free to contact bro 😇
@sankar_04
@sankar_04 Жыл бұрын
@@SnatchDreams no prblm bro 💖
@БезумныйПетя
@БезумныйПетя Жыл бұрын
NotSupportedException. In this FileAttributes fileAttr = File.GetAttributes(filePath + "/" + currentlySelectedItemName); I don't know why Visual Studio get me this error System.NotSupportedException: "This path format is not supported."
@armsonmunguluma3682
@armsonmunguluma3682 Жыл бұрын
Thank you
@vjponc2
@vjponc2 Жыл бұрын
From all the videos online, asking AI (gpt4), reading many blogs after 4 days.. You majestically explained exactly why I couldn't get my domains to work.. (Nginx/hosts).. You, my friend, are a superhero. May your good skills and soothing accent bring you much prosperity and luck with the ladies .. Thank you 🙏
@RobbSnor
@RobbSnor Жыл бұрын
Perfection, just what I was looking for
@daniloleal6566
@daniloleal6566 Жыл бұрын
It's a nice material, but it needs some small fixes.... reverse zone should be changed from "1.168.192.in-addr-arpa" to "1.168.192.in-addr.arpa" in the named.conf.local file otherwise reverse queries will fail. Another thing is to reference the dns server fqdn + domain in the reverse zone file otherwise the zone loading will fail. Cheers.
@SnatchDreams
@SnatchDreams Жыл бұрын
Thanks for pointing it out. <3
@FarooqAhmad-lr1fx
@FarooqAhmad-lr1fx Жыл бұрын
very nice. eagerly waiting for second part
@SnatchDreams
@SnatchDreams 2 ай бұрын
Sorry for the delay.. Was trying to make a good quality content.. Please checkout the new HTTPS web server using csharp playlist
@MartyRob
@MartyRob Жыл бұрын
didnt think it would be that easy lol. good video thank you
@sqb8980
@sqb8980 Жыл бұрын
nice, how can i get this code please help, thank you
@SnatchDreams
@SnatchDreams Жыл бұрын
I will try to push it to github by evening and share it here okay bro?
@sqb8980
@sqb8980 Жыл бұрын
@@SnatchDreams that will be great help thank you
@SnatchDreams
@SnatchDreams Жыл бұрын
I have created gist on GitHub gist.github.com/paulpjoby/c10bf14e530f06a3a629637842821b99
@sqb8980
@sqb8980 Жыл бұрын
@@SnatchDreams thank you so much , god bless you and your channel , may you grow multitudes and do wonders.
@prerakmer455
@prerakmer455 Жыл бұрын
So helpful video. Thank you so much for the upload.
@paulocesardasilva9119
@paulocesardasilva9119 Жыл бұрын
Thanks ! Realy good exemple on Lab
@RajeshPatil-kn7ur
@RajeshPatil-kn7ur Жыл бұрын
How to configure same on Windows 10 machine ?? Following same steps not working on windows 10.
@SnatchDreams
@SnatchDreams Жыл бұрын
Either enable WSL (Windows Subsystem Linux) for installing bind9 on Windows or you could try using www.winbind.org/installing-bind-on-windows/
@diyhub2986
@diyhub2986 Жыл бұрын
This is Amazing! the tutorial is very clear! +1. Btw. is it possible to filter the files that you want to view? ex. only MP3 files will be listed in listview. Thank you so much!
@erbilginmert
@erbilginmert Жыл бұрын
Perfect.
@SnatchDreams
@SnatchDreams Жыл бұрын
Thank you 😇
@_STF2023_the_camera.kinemaster
@_STF2023_the_camera.kinemaster 2 жыл бұрын
Good video, but to me it is not working... I made this same way.... but the domains are not working...
@yourlinuxguy
@yourlinuxguy Жыл бұрын
He forgot to mention that you have to add these lines in /etc/nginx/nginx.conf add these lines in the htpp block before the last brace. # location / { # root html; # index index.html index.htm; # } #} include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; }
@bentko
@bentko 2 жыл бұрын
Thank you. It is a very explainable tutorial for C# file system.
@mistert1628
@mistert1628 2 жыл бұрын
Great video I had to use the slower playback speed to keep up lol :-) keep up the good work
@brazo98
@brazo98 2 жыл бұрын
When comes the next episode? That will be very nice. Thx a lot