sudo apt install openssh-server
sudo apt list --installed | grep openssh-server
sudo service ssh status
sudo service ssh start
sudo service ssh restart
ssh [username]@[remoteserver IP or hostname]
ssh -p [port_number] [username]@[ip_address]
sudo netstat -ltnp | grep sshd
ssh -p [2244] [username]@[ip_address]
sudo ufw allow port /tcp
sudo ufw allow 2244/tcp
sudo ufw reload
sudo ufw status
sudo apt install arping
ping <ip-address>
Subscribe to:
Post Comments (Atom)
How to select all blank cells in a range to keep unlocked in excel.
Select Only the Blank Cells: Press Ctrl + G (or F5 ) to open the Go To dialog box. Click the Special... button at the bottom left. Sele...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
Uninstall products using the Remove utility For some products, you can run the Remove ProductName utility in the Finder > Go > App...
-
Instructions: Copy xf-adesk19 to your Desktop Open terminal (Command+Space and type Terminal and press enter/return key) Paste the followin...
No comments:
Post a Comment