@fedibash dig google.com
$ dig google.com
@neso -bash: dig: command not found
$ dig google.com
@fedibash nslookup google.com
$ nslookup google.com
@neso nslookup: can't resolve '(null)': Name does not resolve
Name: google.com
Address 1: 172.217.18.14 fra02s19-in-f14.1e100.net
Address 2: 2a00:1450:4001:80b::200e fra15s28-in-x0e.1e100.net
$ nslookup google.com
@fedibash uname -a
$ uname -a
@neso Linux fedibash.uwu.social 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 Linux
$ uname -a
@fedibash pon() { echo pong ; } && pon
$ pon() { echo pong ; } && pon
@neso pong
$ pon() { echo pong ; } && pon
@fedibash apt
$ apt
@neso -bash: apt: command not found
$ apt
@fedibash wget
$ python
@neso Python 2.7.15 (default, Aug 16 2018, 14:17:09)
[GCC 6.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.