Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Open ports from source to destination Post 303043065 by Neo on Friday 17th of January 2020 05:21:06 AM
Old 01-17-2020
I use basic port scan tools; as all sys admins should do port scans from time-to-time to check open ports (basic IT security).

From a quick Goggle search:

Code:
8 Port Scanner Tools for Network Administrator
1 TCP Port Scanner.
2 Nmap.
3 Netcat.
4 Port Authority.
5 Advanced Port Scanner.
6 Network Scanner by MiTeC.
7 PortQryUI.
8 NetScanTools.

These 2 Users Gave Thanks to Neo For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Byte Rate to/from a source/destination

is there a command in unix/linux that allows you to sample what the historic byte rate is from a local IP to a client IP. (1 Reply)
Discussion started by: cubs0729
1 Replies

2. Shell Programming and Scripting

Count total unique destination for source

Hi, need help how to count unique destination for the source ip. The file is contains 4 number of fields. Example of the file is here src ip dest ip #of flows total bytes 192.168.6.0 88.0.33.2 12 128 192.168.6.0 88.0.33.2 1 168 192.168.6.0 ... (5 Replies)
Discussion started by: new_buddy
5 Replies

3. IP Networking

Selecting interface based on source and destination ip address

Hi all, I have some doubts in selecting the interface to transfer packets and receive the packets. --> Multiple interfaces : -------------------- 1) 0.0.0.0 --------> wild card address. 2) x.x.x.x --------> valid address.(192.168.1.156) 3) ff.ff.ff.ff -------->... (0 Replies)
Discussion started by: vijaypdp2006
0 Replies

4. Shell Programming and Scripting

Move all files from source to destination directory based on the filename

Move all files starting with a specific name to different directory. This shell script program should have three parameters File Name Source Directory Destination Directory User should be able to enter ‘AB_CD*' in file name parameter. In this case all the files starting with AB_CD will... (1 Reply)
Discussion started by: chetancrsp18
1 Replies

5. Linux

rpmbuild, how to specify a different source and destination path for files

I'd like to specify a different build and deployment path for files, by default the same path is used for both build and install, I wasn't able to find a way to make these different. With Solaris pkgadd, one can specify different paths in prototype, so I would assume something like that is possible... (0 Replies)
Discussion started by: tiburblium
0 Replies

6. Solaris

Ftp: SSL_connect error while connecting from source to destination server Solaris 10

Hi Everyone, I am using solaris 10.I am facing a different problem here with tlsftp.I have intalled all steps for tlsftp and able to connect to the destination server from the source server.It worked for some days.But recently when i am connectin it is giving below error.I am... (0 Replies)
Discussion started by: muraliinfy04
0 Replies

7. UNIX for Advanced & Expert Users

Rsync error while running from destination to source

hi All, i have 2 server setup now for Rsync, i configured Rsync on both of the server and it worked well when i did run from source to destination. and while running back from destination to source it produced this error: bash-3.2$ ksh rsync_bravo_db.ksh usa0300uz1247.apps.mc.xerox.com... (0 Replies)
Discussion started by: lovelysethii
0 Replies

8. Shell Programming and Scripting

Count the number of files copied from source to destination location

Hi Guys, how to count number of files successfully copied while coping files from source to destination path ex:10 files from source to target location copying if 8 files copied successfully then echo successfully copied=8 failure=2 files if two files get error to coping files from... (23 Replies)
Discussion started by: sravanreddy
23 Replies
PMIDI(1)						      General Commands Manual							  PMIDI(1)

NAME
pmidi - A midi file player for ALSA. SYNOPSIS
pmidi [ -pclient:port ] [ -l ] [ -ddelay ] file... DESCRIPTION
The pmidi command reads in the specified midi files and plays them through the ALSA sequencer. You can specify on the command line which sequencer port that you wish to use. Use the -l option to get a list of possible sequencer ports for your machine. OPTIONS -pclient:port Specify the ALSA port to send the midi file to. -l List the possible output ports that could be used. -ddelay Delay after song ends. This is used to prevent the last note of a song being chopped off early. The default is two seconds. Port numbers You can specify client:port numbers in the ALSA_OUTPUT_PORTS environment variable. You can also supply a comma (or space if quoted cor- rectly) separated list of client:port numbers. This will allow you to play midi files that use more than 16 channels. Examples pmidi song.mid song2.mid pmidi -p "64:0, 64:1" song.mid TROUBLE SHOOTING
Before you start you need to have ALSA installed and configured correctly. This man page cannot cover all general ALSA topics, but here are a few things to check when things do not seem to be working. Checking ALSA 1. First check that the correct sequencer modules are loaded for your sound card: - For a card with an external Midi connection, you need to load snd-seq-midi. - For the OPL2/3 internal synthesiser you need to load snd-synth-opl3. - For the AWE32/64 internal synthesiser you need to load snd-synth-emu8000. - For the SB Live! internal synthesiser you need to load snd-synth-emu10k1. - (Let me know of any more) 2a If you have an AWE32/64 or SB Live! you will need to load the sounds with sfxload in the same way as for the standard kernel drivers. 2b If you have the OPL3 FM synthesiser you will have to load the FM instruments with sbiload. See note below. 3. Make sure that the synth in the mixer is turned up and unmuted if appropriate. Before use Because you may have more than one sound card and each sound card may have several MIDI connections, you have to tell pmidi which one to use. First find out what the possibilities are for your system: If you run: pmidi -l it will give you a list of the possible devices that it can play to. On my system I get: Port Client name Port name 64:0 Rawmidi 0 - EMU10K1 MPU-401 (U EMU10K1 MPU - 401 (UART) 65:0 Emu10k1 WaveTable Emu10k1 Port 0 65:1 Emu10k1 WaveTable Emu10k1 Port 1 65:2 Emu10k1 WaveTable Emu10k1 Port 2 65:3 Emu10k1 WaveTable Emu10k1 Port 3 128:0 FLUID Synth (28152) Synth input port (28152) 129:0 Client-129 TiMidity port 0 129:1 Client-129 TiMidity port 1 Any of the port numbers in the first column can be used with pmidi. In the example above the first one is the external Midi port, the next four are the internal wave table synthesiser. Then there are two software synthesisers running, FluidSynth (http://www.fluidsynth.org) and Timididy. If you don't see anything listed then check that the correct ALSA modules are loaded as in the section "Checking ALSA". ENVIRONMENT
ALSA_OUTPUT_PORTS Port to use in playing midi file. SEE ALSO
playmidi(1) AUTHOR
Steve Ratcliffe <steve@parabola.demon.co.uk> Dec 20 2003 PMIDI(1)
All times are GMT -4. The time now is 05:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy