Output your microphone to a remote computers speaker
Read More »SSH through host in the middle
This command will SSH through host in the middle. Unreachable_host is unavailable from local network, but it's available from reachable_host's network. This command creates a connection to unreachable_host through "hidden" connection to reachable_host.
Read More »Three different ways to duplicate installed packages in multiple machines in Linux
Duplicate installed packages in multiple machines in Linux
Read More »ssh to machine behind shared NAT
ssh to machine behind shared NAT
Read More »How to check Network Interface details in Linux
Few ways to check Network Interface details in Linux such as interface name, associated IP address, MAC address and interface speed etc. ethtool command The ethtool command is used to query or control network driver and hardware settings. # sudo ethtool eth0 ip command ip command is similar to ifconfig, …
Read More »