![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing windows server alias name on windows or unix? | NycUnxer | UNIX for Dummies Questions & Answers | 1 | 03-26-2008 01:54 PM |
| No more windows! | shep | UNIX for Dummies Questions & Answers | 2 | 11-17-2005 03:00 PM |
| X windows | dino_leix | Linux | 4 | 06-11-2005 04:51 AM |
| ftp to windows box | here2learn | UNIX for Dummies Questions & Answers | 5 | 12-29-2003 10:33 AM |
| NFS for Windows | Optimus_P | UNIX for Advanced & Expert Users | 4 | 10-28-2003 09:08 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Does anyone know how I can solve this Xwindows problem out?
what i'm doing is connecting from my Windows PC to a Unix server. I would like my IP address to be passed to X automaticly so I can run XWindows. So far I'm doing the following. finger $LOGNAME | grep from | awk '{print $9}' this displays my IP address's that I have come from in the past (I have DHCP) Not a static IP Address. I would then get an output like this (ip numbers have been changed for X's in this example) XXX.XXX.58.22 XXX.XXX.67:0.0 XXX.XXX.64:0.0 XXX.XXX.64:0.0 XXX.XXX.64.215:0 My latest IP adderss is always at the bottom. How do I then extract this and output it to a file ? Once I can do that I can automate the rest in a script: MYIP=`finger $LOGNAME | grep from | awk '{print $9}' .........` DISPLAY=MYIP export DISPLAY xclock Thanks in advance [000000] |
| Forum Sponsor | ||
|
|