network
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| network [2021/01/28 05:46] – created - external edit 127.0.0.1 | network [2022/09/26 12:35] (current) – jhagstrand | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| ====== Network ====== | ====== Network ====== | ||
| - | ifconfig | ||
| - | ping localhost | ||
| - | Networking | ||
| - | $ nmcli dev wifi list # network manager command line interface (nmcli) | ||
| - | $ nmcli dev wifi connect JASMINE | ||
| - | $ nmcli dev wifi connect TELLO-591FFC | ||
| - | $ nmcli connection | ||
| - | $ sudo nmcli connection modify TELLO-591FFC connection.autoconnect yes | ||
| + | Find my IP address | ||
| + | |||
| + | $ ifconfig | ||
| + | $ hostname -I | ||
| + | $ ip addr | ||
| + | |||
| + | Test network connections | ||
| + | $ ping localhost | ||
| - | ssh | + | Connect to wifi ports |
| - | Replaces rlogin and rsh. | + | $ nmcli dev wifi list # network manager command line interface (nmcli) |
| - | ssh -p 7822 voyccom@az1-ss8.a2hosting.com | + | $ nmcli dev wifi connect JASMINE |
| - | SFTP | + | $ nmcli dev wifi connect TELLO-591FFC |
| - | A protocol to do file transfer over SSH, emulating FTP syntax. | + | $ nmcli connection |
| - | SCP | + | $ sudo nmcli connection modify TELLO-591FFC connection.autoconnect yes |
| - | A protocol to do file transfer over SSH, emulating the syntax of rcp in BSD Unix. | + | |
| + | Login to remote machines\\ | ||
| + | ssh - Replaces rlogin and rsh. | ||
| + | $ ssh -p 7822 voyccom@az1-ss8.a2hosting.com | ||
| - | scp from.txt to.txt | + | Copy files between remote machines\\ |
| - | scp username@host: | + | SFTP - A protocol to do file transfer over SSH, emulating FTP syntax. \\ |
| - | scp . username@host: | + | SCP - A protocol to do file transfer over SSH, emulating the syntax of rcp in BSD Unix. \\ |
| - | scp -pr -P 22 jhagstrand@web612.webfaction.com: | + | |
| - | scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com: | + | |
| + | $ scp from.txt to.txt | ||
| + | $ scp username@host: | ||
| + | $ scp . username@host: | ||
| + | $ scp -pr -P 22 jhagstrand@web612.webfaction.com: | ||
| + | $ scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com: | ||
| - | -P remote-port | + | SCP options\\ |
| - | -p preserve files modification and access times | + | -P remote-port\\ |
| - | -r copy directories recursively | + | -p preserve files modification and access times\\ |
| + | -r copy directories recursively\\ | ||
network.1611830777.txt.gz · Last modified: 2021/01/28 05:46 by 127.0.0.1