1. Configure Proxy Clients
Configure proxy settings like follows on Debian Client.
root@client:~# vi /etc/profile
# add follows to the end (set proxy settings...
ls-command: how to display the file size?
ls -lah
-l use a long listing format
-a, --all do not hide entries starting with.
-h --human-readable
When used with the -l...