![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A perfect number shell program | Cyansnow | UNIX for Dummies Questions & Answers | 12 | 10-09-2009 08:01 AM |
| Text User Interface | filthymonk | Shell Programming and Scripting | 9 | 09-04-2008 08:46 PM |
| extraction of perfect text from file. | nua7 | Shell Programming and Scripting | 5 | 06-20-2008 09:14 AM |
| Perfect Match 0.3.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-19-2008 08:30 PM |
| Perfect Match 0.3 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-14-2008 07:40 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I want the perfect user-interface
I've got an aix-box somewhere on the network and a PC on my desk. Nothing fancy so far.
The PC is made dual-boot: - windowsXP with putty & winSCP or - slackware 13 with xfce4 installed. The aix-box runs DB2 v8.2 and I've installed db2top to monitor the database. db2top is a character based app (like top) and can display a lot of usefull information in a nice way. So I try to figure out how I can present this info on my screen 1) linux character based (tty1, tty2, etc): Just ssh to aix and start you app. Does not work because aix is not aquinted with "TERM=linux". So you overrule this by typing "export TERM=dtterm" and all is good: nice colors and nice line-draws. When you start GNU-screen first and then ssh to aix, you font is suddenly not able anymore to display lines. Strange... 2) linux grahical: on your xfce desktop you start Terminal (the standard xfce4 term app) and ssh to aix. Now you do not get your colors (TERM=xterm) so you try TERM=dtterm. Now you do not get your lines drawn (same as GNU-screen mentioned earlier) The next option is "TERM=aixterm" That looks better: Colors? Yes! Lines? Yes! Perfect? No! The lines are not aligned.... A screen-row with a line starting on a position > 1 is aligned right. Windows+putty give the same results as xfce-terminal: not perfect. I thought that installing linux on my desktop would give me a perfect user-interface to my aix-boxes. Was I too optimistic? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|