Skip to main content

Questions tagged [protocol]

The tag has no usage guidance.

1 vote
0 answers
56 views

Firefox - Allowing about: protocol

i have custom ( new tab page ) and one of the feature i want to add to it is a button that send me to about:debugging or about:profiles tabs when using a hyper link or create a new tab with url: "...
Fire Gamer's user avatar
0 votes
1 answer
64 views

Do DHCP and IP depend on each other?

DHCP is a protocol at the application layer, so it must depend on the IP protocol in the network layer. But the IP protocol requires assignment of IP addresses to network interfaces, which is the job ...
Tim's user avatar
  • 17.3k
0 votes
0 answers
17 views

How do I refresh an page automatically every time an net::(ANY ERROR) is detected on the inspect console on Chrome?

So I have an question. The most annoying error I have in Chrome is the net::ERR_SSL_PROTOCOL_ERROR, which occurs for broken images. I used Codepal to help me make this script, but it does not work. I ...
Noah Walters's user avatar
0 votes
2 answers
659 views

I cannot connect SFTP over a cellular data network

On my iPhone 11 Max Pro, I am having trouble establishing SFTP connections with the Koder app, the Files app, and the Readdle Documents app to connect to my 2021 Macbook Pro 13". The problem is ...
Coding Noob Unfiltered's user avatar
0 votes
1 answer
658 views

Does RDP consume my internet data

I want to ask that what if I download 1 gig file inside the RDP and the I want to copy the file to my local system so will it consum my 1 gig internet or no it's just copy and paste Hope you answer it ...
Helal Sadat's user avatar
1 vote
1 answer
554 views

Setting up DNS for domain with both HTTP and Gemini and or Gopher protocols

I have my blog on domain palashbauri.in, which is a static hugo site hosted on Cloudflare Pages. DNS is managed by Cloudflare. Currently my domain palashbauri.in have CNAME record pointing to the blog....
polu_'s user avatar
  • 113
7 votes
1 answer
29k views

how to test ntp servers as real servers that responding without using ping test

we have bash script that configured the chrony.conf script check if ping is ok on ntp1 and ntp2 ( ntp servers ) and then script insert the ntp servers to /etc/chrony.conf ( only if ping success ) ...
King David's user avatar
25 votes
4 answers
6k views

Is the order of e-mail recipients guaranteed to be constant?

When sending an e-mail, is there anything in the sending/receiving protocols that guarantees, or is supposed to guarantee, that anyone receiving the e-mail will see the lists of recipients in the To ...
Janus Bahs Jacquet's user avatar
0 votes
1 answer
4k views

Open internal URL(edge://...) by command line

I can open an URL by command line. "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" http://example.com //works "C:\Program Files (x86)\Microsoft\Edge\Application\msedge....
ecerer's user avatar
  • 11
1 vote
0 answers
520 views

How to change the app associated to a protocol to one that doesn't appear in the available app list?

I want to change the app associated to the 'ms-word' protocol to Apache's OpenOffice (reasons for doing so can be found here). However, when I go to the Choose default apps by protocol menu, and try ...
Sukessh Velusamy's user avatar
1 vote
0 answers
643 views

How to pass binary data and meta-data using HTTP GET

I'm using BaseHTTPServer.BaseHTTPRequestHandler in order to implement my server. currently I repsonse to get request with merely binary data file. self.send_response(200) self.send_header("...
Zohar81's user avatar
  • 283
1 vote
3 answers
4k views

What is boot file in PXE booting?

So, I'm learning the peinciple(or mechanism exactly) of PXE booting over the network, what I understand is: Client contact the DHCP server by broadcasting the DISCOVER msg with 2 key options(66 and ...
laplacedoge's user avatar
0 votes
1 answer
396 views

How many internet protocols are there (related to domain/URL)?

I need to know what are the protocols that are currently used (that can be related to domains or URLs and can be resolved by a DNS). Example: www.domain.com ftp.domain.com ftps.domain.com ftpes.domain....
acgbox's user avatar
  • 785
3 votes
1 answer
1k views

Prevent Brave Browser from asking for confirmation to open external application every time

Need to disable Brave Browser to ask for confirmation to open external application every time. Every time I click a phone number, in my use case for example, I get this popup again. The solution used ...
superuser's user avatar
  • 3,534
0 votes
1 answer
489 views

Python sockets protocols have the same value

So i am reading this book and in chapter about packet sniffing i uses this s = socket.socket(AF_PACKET, SOCK_RAW, sock.htons(0x0800)) I looked up to which protocol has the value 8 since htons(0x0800) ...
Eren yipt's user avatar

15 30 50 per page
1
2 3 4 5
10