Tweet
I found myself needing to edit an autoconf file today.
Eclipse is my tool of choice these days for any coding work on *nix machines. Especially with how far the Remote Tools project, PTP and CDT projects have come, it makes it very convenient to have Eclipse running locally and editing remote files.
I started out by looking for shell script editors and found ShellEd. This looks like a good tool to edit shell scripts in Eclipse. Unfortunately, I was not able to install it on my system. The links provided in the installation instructions did not work for me. Eclipse was unable to parse the sites to find the packages to download. And I am not a big fan of download and install locally. So I gave that up.
However, then it occurred to me, I dont need a shell script editor. What I need is a autoconf editor. A quick Google search pointed to an active project called Linux Tools Project. However, note the project is still under incubation. I installed the "Auto tools" component from it right away and was able to successfully edit autoconf scripts.
Thursday, April 28, 2011
Wednesday, April 6, 2011
Determining the system configuration on AIX
Tweet
I am using an AIX system at work these days. I used a AIX v4 system a few years ago. Since then I have become primarily a Linux person. Now I find myself using AIX again for a few days.
On Linux, the /proc file system is the repository for all system configuration. AIX has a /proc filesystem now but it is not as helpful as on Linux.
Here is a useful command to determine the number of CPUs and CPU information on AIX.
lscfg - Displays configuration, diagnostic, and vital product data (VPD) information about the system.
lsconf - Show basic hardware and configuration details
prtconf - Display system configuration information
Here are a list of other useful commands - AIX commands you should not leave home without.
I am using an AIX system at work these days. I used a AIX v4 system a few years ago. Since then I have become primarily a Linux person. Now I find myself using AIX again for a few days.
On Linux, the /proc file system is the repository for all system configuration. AIX has a /proc filesystem now but it is not as helpful as on Linux.
Here is a useful command to determine the number of CPUs and CPU information on AIX.
lscfg - Displays configuration, diagnostic, and vital product data (VPD) information about the system.
lsconf - Show basic hardware and configuration details
prtconf - Display system configuration information
Here are a list of other useful commands - AIX commands you should not leave home without.
Thursday, March 24, 2011
Hello
Tweet
Hello from a new blog.
Yes, just another blog.
Frankly, this is my 4th attempt at blogging. Like many others, I have several thoughts that I would like to share. But, translating those thoughts in to words and more importantly, meaningful words that others like to read and be interested in, is a tremendous challenge. That is why writers are a different breed.
The next challenge is, of course, time. All my previous attempts at blogging did not suffer from lack of thoughts to share or the ability to translate thoughts in to words but from lack of time. Hopefully, this time it will be different.
What will I write about?
I have thought deeply about how I should organize content on this blog. Should I have separate blogs for my personal thoughts and work related thoughts? Or should I just have one blog and write about whatever comes to me.
I figured, for a starter and part time blogger, I don't have the resources to maintain two separate blogs. So I decided to just have one blog.
I will try to find a balance between technical posts and other posts.
Lets see how this goes.
And the programmer in me wants to say
Hello, World!
Hello from a new blog.
Yes, just another blog.
Frankly, this is my 4th attempt at blogging. Like many others, I have several thoughts that I would like to share. But, translating those thoughts in to words and more importantly, meaningful words that others like to read and be interested in, is a tremendous challenge. That is why writers are a different breed.
The next challenge is, of course, time. All my previous attempts at blogging did not suffer from lack of thoughts to share or the ability to translate thoughts in to words but from lack of time. Hopefully, this time it will be different.
What will I write about?
I have thought deeply about how I should organize content on this blog. Should I have separate blogs for my personal thoughts and work related thoughts? Or should I just have one blog and write about whatever comes to me.
I figured, for a starter and part time blogger, I don't have the resources to maintain two separate blogs. So I decided to just have one blog.
I will try to find a balance between technical posts and other posts.
Lets see how this goes.
And the programmer in me wants to say
Hello, World!
Subscribe to:
Posts (Atom)