Improve RDP Speed on Windows Vista.
Run cmd window in administrator mode
the command is:
netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled
**************************************************
Run cmd window in administrator mode
the command is:
netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled
**************************************************
Hide the apache software version and OS information.
………………
# ServerTokens
# This directive configures what you return as the Server HTTP response
# Header. The default is ‘Full’ which sends information about the OS-Type
# and compiled in modules.
# Set to one of: Full | OS | Minor | Minimal | Major | Prod
# where Full conveys the most [...]
export http_proxy=http://proxy_ip_address:port
if you want to save this setting
# vi /etc/profile
add " http_proxy=http://proxy_ip_address:port"
source /etc/profile
**************************************************
transfer file:
scp local_file_name user@host:/path/to/files
transfer folder:
scp -r local_folder user@host:/path/to/files
**************************************************