Hi,
i going to open and *try* to maintain a new section, called monday tips, where i going to give you some small codes/tips that don’t worth a full post but can save you some ours of work, so here go:
1)Want to install a DNS? here is a good tutorial that will help you to quickly create a DNS.
2)A good resources of scripts for iptables i found it here
3)Why lawyers don’t run startups a good article about business.
4) copying files using SCP from console is very easy, the syntax of command is:
scp -r -P 22 user@remoteserver:/home/XXX -P 22 user@remoteserver2:/home/XXX
basically there you are copying from server 1 to server 2, if you are logged in a ssh console and want to copy files there, just replace the remoteserver2 with the directory. also, the -P defines the port number, is is 22 as default, is not needed. -r also make it recursive, it going to copy all the contents if a folder is choosed.
and wall for today, i hope you find this information useful
Regards,
Shadow.





