How to switch an svn repository url
Sometimes an svn url path may change due to server relocation etc. To remap back the svn path we can use svn switch –relocate First check […]
How to switch an svn repository url Read More »
Sometimes an svn url path may change due to server relocation etc. To remap back the svn path we can use svn switch –relocate First check […]
How to switch an svn repository url Read More »
Have all mail get sent from one ipaddress on your server: iptables -t nat -A POSTROUTING -p tcp –dport 25 -j SNAT –to-source IP_YOU_WANT_TO_USE
Mail from different IP Address Read More »