Answer the question
In order to leave comments, you need to log in
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
find . -name "*" -print0 -exec git update-index --chmod +x '{}' \;
Why not just
chmod -R a+x *
git commit -a "permissions"
?
Come on and tryfind . | xargs -n 1 git update-index --chmod=-x
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)
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 questionAsk a Question
731 491 924 answers to any question