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 »A .vimrc config file everyone should use
Ever had that issue when you login to a Linux terminal, editing a file and the texts are just blue and you can’t read? I’ve had way too many cause default vim/vi config is just bad. I created a good .vimrc config file. Simply create a file with .vimrc name …
Read More »Kill all matching processes on Windows from command prompt
A quick guide on how to kill all matching processes on Windows from Command prompt
Read More »