• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

remote

SFTP Command Line

February 6, 2022

Here are command lines you can within SFTP.

Login.

sftp username@servername

sftp username@servername

Commands available from the local client.

lls
lcd
lmkdir
lpwd
lumask

lls lcd lmkdir lpwd lumask

Commands available on remote server.

cd
chmod
chown
exit
get
help
ln
ls
mkdir
put
pwd
rename
rm
rmdir
version
!

cd chmod chown exit get help ln ls mkdir put pwd rename rm rmdir version !

Filed Under: Linux Tagged With: commands, local, remote, sftp

Check Open Ports Remotely

August 17, 2021

Here are a few tools to check if ports are open from a remote host.

nc -zvw10 192.168.0.1 22
nmap 192.168.0.1 -p 22
telnet 192.168.0.1 22

nc -zvw10 192.168.0.1 22 nmap 192.168.0.1 -p 22 telnet 192.168.0.1 22

You may have to install netcat and nmap if missing in your distro.

yum install nc
yum install nmap

yum install nc yum install nmap

Filed Under: Linux Tagged With: check, nc, nmap, open, ports, remote, telnet

Matrox Monarch Configuration

July 4, 2019

You can import the Matrox Monarch HD configuration on boot up from a web page. Go to:

Command Center > Automatic Configuration.
Type in URL Address starting with https.
Check "Load settings on device reboot."
You can either power off the device or hit reset.
Holding reset for more than 5 seconds does a factory reset.
On next bootup, device will have configuration contained from the remote file.

Command Center > Automatic Configuration. Type in URL Address starting with https. Check "Load settings on device reboot." You can either power off the device or hit reset. Holding reset for more than 5 seconds does a factory reset. On next bootup, device will have configuration contained from the remote file.

Filed Under: Misc Tagged With: configuration, file, live streaming, matrox, monarch, remote, web

  • Home
  • About
  • Archives

Copyright © 2023