User Tools

Site Tools


network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
network [2021/01/28 05:46] – created - external edit 127.0.0.1network [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:path/* . +SFTP A protocol to do file transfer over SSH, emulating FTP syntax\\ 
-scp . username@host:path/ +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:db_archive +
-scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com:webprod/mai/config.ini .+
  
 +  $ scp from.txt to.txt
 +  $ scp username@host:path/* .
 +  $ scp . username@host:path/
 +  $ scp -pr -P 22 jhagstrand@web612.webfaction.com:db_archive .
 +  $ scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com:webprod/mai/config.ini .
  
--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

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki