View Single Post

  #5 (permalink)  
Old 06-26-2008, 06:20 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,035
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Quote:
Originally Posted by pansarevai View Post
1. What is the transparent proxy?
The client / browser does not need to configure a proxy and cannot directly detect that its requests are being proxied via squid or other proxy server.
Linux: Setup a transparent proxy with Squid in three easy steps

Quote:
Originally Posted by pansarevai View Post
2.Can a squid proxy server is used as DNS, if yes how?
No, you need to use caching dns or use ISP dns.
How To Set Caching DNS Server

Quote:
Originally Posted by pansarevai View Post
3.Is swap partition mandatory in any installation, and why it is necessary to define at the time of installation?
Yes, it is used to improve performance. Most installer force to create swap partition. You can install Linux w/o swap if you have tons of ram.
Quote:
Originally Posted by pansarevai View Post
4.can Apache be use as proxy server? how? What is reverse proxy?
A reverse proxy is a proxy server that is installed in the neighborhood of one or more web servers. All traffic coming from the Internet and with a destination of one of the web servers goes through the proxy server. Apache has mod_proxy for proxy support.
Quote:
Originally Posted by pansarevai View Post
5.What is the ssh version you are using. What are the drawbacks of ssh?
No drawbacks,
Code:
sshd -v
Quote:
Originally Posted by pansarevai View Post
.6 What is the difference between ssh version 1 and 2?
SSH Frequently Asked Questions
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote