T
T
Torento203452021-04-03 14:07:13
git
Torento20345, 2021-04-03 14:07:13

Where did the word proxy come from?

Reading about proxies, they begin to give examples of some client servers along routes and so on.
Where did this word come from and what is its general purpose?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Ainur Valiev, 2018-05-03
@vaajnur

find . -name "*" -print0 -exec git update-index --chmod +x  '{}' \;

S
Saboteur, 2018-05-03
@saboteur_kiev

Why not just
chmod -R a+x *
git commit -a "permissions"
?
Come on and try
find . | xargs -n 1 git update-index --chmod=-x

A
Armenian Radio, 2021-04-03
@Torento20345

From the Latin proximus - "nearest"
At the dawn of the Internet, proxy servers stood at the connection nodes of the local network (that is, they stood close to the client ) and the world one, stored frequently requested pages on themselves and gave them away without pulling the server on the Internet, relieving the load from the main canal.
The reverse proxy is thus close to the server (that's why it is reverse)

S
Somewhere Intech, 2021-04-03
@john36allTa

Proxy translated from English: confidant, deputy, voice transmission
This, it would seem, fully reflects the essence .. But if you look at socks 5 https proxy, then the switch is closer in meaning, and even then without the possibility of wiretapping

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question