A guide for beginners
What you can do
Basic commands and net commands
$ ping google.com -c 4
PING google.com (198.18.0.85): 56 data bytes
64 bytes from 198.18.0.85: icmp_seq=0 ttl=64 time=0.406 ms
64 bytes from 198.18.0.85: icmp_seq=1 ttl=64 time=0.454 ms
64 bytes from 198.18.0.85: icmp_seq=2 ttl=64 time=0.532 ms
64 bytes from 198.18.0.85: icmp_seq=3 ttl=64 time=0.396 ms
--- google.com ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.396/0.447/0.532/0.054 ms
$ nslookup
> apple.com
Server: 198.18.0.2
Address: 198.18.0.2#53
Non-authoritative answer:
Name: apple.com
Address: 198.18.0.37
Get more packages
Edit text files


Running codes
Remote SSH/SFTP
C/C++ and WebAssembly
Last updated