Sponsored Content
Full Discussion: Unix port status
Top Forums UNIX for Advanced & Expert Users Unix port status Post 302118406 by calamine on Tuesday 22nd of May 2007 12:51:17 AM
Old 05-22-2007
Unix port status

disregard solved

Last edited by calamine; 05-22-2007 at 02:23 AM..
 

9 More Discussions You Might Find Interesting

1. AIX

how to check status of various services and port?

How can i check which service is activated on my AIX Box? how one can check particular port is open or not (like ftp/telnet port)? I dont have admin rights (1 Reply)
Discussion started by: ashish4422
1 Replies

2. Solaris

Port status/Running daemon

Hi, I need to run an application (Hudson) listening to port 8080 on a remote Solaris server. I have managed to start that application and tried to access it with my browser from my local PC, but unsuccessfully. I need to find out what is blocking the access to that port (or any other). A... (9 Replies)
Discussion started by: JVerstry
9 Replies

3. Shell Programming and Scripting

how to detect port open status?

I write a script which will stop an application, then restart it. Sometimes it is succesful, sometimes not. The problem is, when stop the application, some ports are still listenning (or not released). When start the application, it reports that ports are used, and can't continues. I use... (1 Reply)
Discussion started by: rdcwayx
1 Replies

4. Solaris

Checking the port status of a remote host

Hi there I am in the process of writing a script to check whether a port on a remote system is up or not. Here's what I have so far: #!/bin/bash telnet xx.xx.xx.xx 80 | (echo "^]") if ]; then echo "Please check Web services " | mailx -s "Please check webservices... (1 Reply)
Discussion started by: notreallyhere
1 Replies

5. Programming

Getting TCP Port status through C API

Does anyone know if there is a C API call to get the status of a TCP port? As opposed to running netstat and parsing the results. At the moment I have to attempt to bind() and pick up on the address in use error which isn't very elegant Thanks ---------- Post updated at 10:42 AM ----------... (0 Replies)
Discussion started by: janra
0 Replies

6. Shell Programming and Scripting

Bad status in UNIX Script

Hello, sorry for my questions about that below script but i have an error that i don't understand. It seems that my find command is not working fine but for me the command is ok Thanks for your help ===================================== /usr/IBM/HTTPServer/apache_cache... (4 Replies)
Discussion started by: steiner
4 Replies

7. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

8. Shell Programming and Scripting

UNIX with DB2 error status Issue

I have a shell script main.ksh We are calling dbscript.ksh from main.ksh I am using select statement in dbscript.ksh but there is a problem with the select statement in dbscript.ksh but still echo $? is showing as zero. I am using DB2 commands in dbscript.ksh Main.ksh dbscript.ksh echo $? ... (13 Replies)
Discussion started by: vamsi.valiveti
13 Replies

9. What is on Your Mind?

Status of UNIX.COM Forum Transformation

Having spent a lot of time over the past year taking a legacy vBulletin site (this forum) and making the site responsive on mobile; I've happy with the results; but it will soon be time to move on. Basically, at our core, we are a LAMP (Linux, Apache2, MySQL and PHP) site, and vBulletin was... (6 Replies)
Discussion started by: Neo
6 Replies
gtans(6)							   Games Manual 							  gtans(6)

NAME
gtans - Tangram game for X SYNOPSIS
gtans [no options] DESCRIPTION
Gtans is a tangram game that runs in X. Tangram is a kind of puzzle game where the player has to arrange a set of pieces to match a given shape. OPTIONS
No command-line options Use the graphical interface to customize the program. See below. USAGE
move the pieces (known as tans) until they match the figure drawn on the right window. You must always use the seven tans and they should not be laid on top of one another. To move a tan, click and drag it with left mouse button, for rotation click AROUND it. You can flip the selected tan by right-clicking. This is usefull for the parallelogram tan (all positions can not be reached by rotating only). If you are a beginner to Tangram you should try the first 10 figures. The other ones are not sorted, some of them are very difficult (to my taste). When a figure has been solved the background color of the silhouette area changes. The solved figures are remembered by saving a status file in the user's directory (~/.gtans/afile.figures.status for a figure file called afile.figures) Show a tan This button shows the position of a tan. Each further click will display an other tan. Show outline Draw the figure in the main area. This makes the game much easier. Preferences Most of this menu's options allow you to change the colors used by the game. For the main area you may choose textures (pixmap files) instead of colors. Some sample files are supplied (I can't remember where I found them) but as the complete pathname is saved in the config file you can choose a file located anywhere (for example in /usr/share/pixmaps/). On a 8 bits display the colors may not be exactly what you want (GTK tries to find the best matching color). Preferences/Tans size/Increase Makes the tans 5 % bigger relatively to the game area. If you resize the window the tans size will be scaled. Preferences/Tans size/Decrease Makes the tans 4.76 % smaller Preferences/Accuracy Changes the precision of the comparison between the tans position and the solution. A lower accuracy makes the game more easy. Preferences/Rotation Step by step allows only rotation by increment of 11.5 degrees. Continuous rotation makes the game more difficult and you probably shouldn't use it unless you really dislike step by step rotation. Preferences/Figures file Allows you to choose another figures file. Preferences/Save config Save a config file in the user's home directory. Misc/Clear figure status Set the current figure as unsolved. Misc/Clear all figures status Set all the loaded figures (i.e. from the current figure file) as unsolved. FILES
~/.gtans/.gtansrc Configuration options for gtans. All of these options can be set from the interface, there should be no need to edit this file. ~/.gtans/somename.figures.status Status files (for each figures file the user played with) remenbering which figures where solved. SEE ALSO
The gtans homepage at <http://gtans.sourceforge.net/>. Additional information and documentation can also be found in /usr/share/doc/gtans/ . AUTHOR
The author of gtans is Philippe Banwarth <bwt@users.sourceforge.net> February 2000 gtans(6)
All times are GMT -4. The time now is 10:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy