Blog of retrhelo Peace within.
Posts with the tag network:

Set up your own Git server with SSH service

This article introduces how to set up a Git server at your own remote machine. Git repository can be easily set up at local machine, referred to by its path. The approach applied almostly the same when it comes to a remote server, requiring only the SSH service as the extra stuff.

Setting NAT with iptables

Background

Network Address Translation (NAT) is a common use case in network configuration. It allows the network manager to translate network address from one into the other, effectively hiding the original IP address.