Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:24 AM
03-05-2003 06:24 AM
I'm now using lsof and reading about sudo.
Can you suggest any other useful utilities either from GNU or anywhere else?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:29 AM
03-05-2003 06:29 AM
Re: Mr GNU
http://hpux.cs.utah.edu/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:29 AM
03-05-2003 06:29 AM
Re: Mr GNU
Another thing you'll want to do is upgrade gzip to the latest version. The version HP-UX ships with is damned old and does not handle large files (2GB files).
If you don't have HP ANSI/C, get gcc for an ANSI C compiler.
There are numerous utilities availabe at the GNU site and at the HP porting centre.
http://www.gnu.org/
http://hpux.cs.utah.edu/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:32 AM
03-05-2003 06:32 AM
Re: Mr GNU
there's a lot of utilities available.
you guys used GNU date?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:34 AM
03-05-2003 06:34 AM
Re: Mr GNU
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:47 AM
03-05-2003 06:47 AM
Solutionhttps://www.beepz.com/personal/merijn/ or http://www.cmve.net/~merijn/
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:48 AM
03-05-2003 06:48 AM
Re: Mr GNU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:56 AM
03-05-2003 06:56 AM
Re: Mr GNU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:26 AM
03-05-2003 07:26 AM
Re: Mr GNU
How come you prefer the date hammer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:28 AM
03-05-2003 07:28 AM
Re: Mr GNU
I have seen that site before but almost forgot it.
Very good site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:29 AM
03-05-2003 07:29 AM
Re: Mr GNU
If you haven't played with it, put on one of your systems and give it a shot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:31 AM
03-05-2003 07:31 AM
Re: Mr GNU
The guy who started issueing these tools and who founded the FSF (i.e. Richard Stallman) was obsessed by the idea that usable and useful software should be available free of charge, and free for anyone to extend these to their own needs by disclosing their source code.
Apart from those GNU tools already mentioned there are a few I wouldn't want to miss.
One that way outperforms the standard pager more is less.
It has far better parsing capabilities.
A real goodie is its 'F' command which switches an inspected file into follow mode (like what "tail -f" does).
Another great feature about less is that you can define a so called LESSPIPE.
Thus you can do a less on e.g. an HP-UX depot file (provided you have configured the lesspipe to pipe into swlist commands) to show its contents on the fly.
The same works of courese for tarballs, gzipped, b2zipped, compressed or whatever kind of archives.
So instead of always having to type
gzip -dc my_tarball.tar.gz | tar tvf - | more
you simply say
less my_tarball.tar.gz
Read the manpage of less to find out about how to configure a lesspipe.
If you can shell script a little its easy.
Then you should also get GNU's version of tar, which can do many more things than standard tar.
This is almost true for every GNU command.
Of course not to mention the great Bash, another GNU offspring.
But there is a slight drawback that when you got used to it you will automatically expect it on other Unices.
And since you got spoiled by the comfort (like all Linux users whose OS ships with GNU commands) it may ruin your day when you are confronted with a misdemeaning more pager on e.g. Solaris (which really is a pain)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 10:23 AM
03-05-2003 10:23 AM
Re: Mr GNU
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/coolscripts/
Pete
Pete