| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Feb 20 at 8:45 | |
| stats | profile views | 7 |
|
1d |
awarded | Popular Question |
|
Apr 9 |
awarded | Popular Question |
|
Feb 19 |
comment |
SSH to machines in new subnet - connection timeout Yes I can ping it. |
|
Feb 19 |
revised |
SSH to machines in new subnet - connection timeout added 531 characters in body |
|
Feb 19 |
awarded | Commentator |
|
Feb 19 |
awarded | Editor |
|
Feb 19 |
revised |
SSH to machines in new subnet - connection timeout added 319 characters in body |
|
Feb 19 |
asked | SSH to machines in new subnet - connection timeout |
|
Jan 15 |
comment |
Install opengl driver on RHEL5.7 Thanks mzet. I can't find this rpm for RHEL5 though. Any URL that you can share? I have the following installed but it doesn't fix the error. mesa-libGLU-devel-6.5.1-7.8.el5 mesa-libGL-6.5.1-7.8.el5 mesa-libGL-6.5.1-7.8.el5 mesa-libOSMesa-6.5.1-7.8.el5 mesa-libGL-devel-6.5.1-7.8.el5 mesa-libOSMesa-devel-6.5.1-7.8.el5 mesa-libGLU-6.5.1-7.8.el5 mesa-libGLU-6.5.1-7.8.el5 mesa-libOSMesa-6.5.1-7.8.el5 mesa-libOSMesa-devel-6.5.1-7.8.el5 |
|
Jan 14 |
asked | Install opengl driver on RHEL5.7 |
|
Dec 27 |
awarded | Popular Question |
|
Mar 20 |
awarded | Supporter |
|
Mar 20 |
comment |
Linux sort second last column Yes it works. Thanks Kevin. |
|
Mar 20 |
accepted | Linux sort second last column |
|
Mar 20 |
comment |
Linux sort last column You are right. I've posted a new one with subject "Linux sort second last column" |
|
Mar 20 |
asked | Linux sort second last column |
|
Mar 19 |
comment |
Linux sort last column What if I want the sort to happen on 3rd column? It has the word "days=" in front of the number? 37622 (this is || test1)&&(SGD||HKD||RMB) days=630 40010 43944 (this is)&&(SGD||HKD) days=80 102732 79378 (this is||test2)&&(HKD||RMB) days=800 205425 The result I'm looking for is 43944 (this is)&&(SGD||HKD) days=80 102732 37622 (this is || test1)&&(SGD||HKD||RMB) days=630 40010 79378 (this is||test2)&&(HKD||RMB) days=800 205425 |
|
Mar 19 |
accepted | Linux sort last column |
|
Mar 16 |
asked | Linux sort last column |
|
Jan 4 |
comment |
Manually assign a value when inet_ntoa does return an ip address Thanks, it works exactly like i want it to. |