Retrieving the ‘SA’ password
This should helpyou: http://www.nextgenss.com/products/sqlcrack.htm

View Answer   |  August 30, 2009  1:04 PM
Linux, Linux Commands, SA password, Sysbase
answered by:
4,250 pts.

Auto prompt for password expiration in Red Hat Linux
Have you tried this: http://www.linuxmail.info/user-password-expiration-setup-howto/

View Answer   |  August 30, 2009  12:56 PM
Linux security, Password, Password expiration interval, Password policies, Red Hat Linux, Red Hat Linux 8
answered by:
4,250 pts.

How to test a website in Unix operating system?
I don’t really think “Unix” is the main factor here – especially for functional testing. I <i>suppose </i>their could be some authentication nuances but why not focus on the browser experience and the general functionality of the code rather than whatever underlying OS is?

View Answer   |  August 28, 2009  8:00 PM
Software testing, Unix, Unix Testing
answered by:
11,040 pts.

Building an IT networking career with CCNA, Linux skills and an electrical engineering degree
Dear Sir or Madam (I’m guessing Madam given the remark about “raise children” but I’d be happy to be wrong): An EE degree, especially if it’s from a decent school or better, is always worth something, even in today’s economy. Given your other more recent activity, especially if you earn the CCNA (after which I’d [...]

View Answer   |  August 27, 2009  6:49 PM
Careers in networking, CCNA, Certifications, Cisco certifications, Cisco Certified Network Associate, IT career, IT jobs, Linux, Networking
answered by:
4,250 pts.

Difference between Unix and Linux
I am surprised to find this question as a simple web search will return millions of hits with good comparisons, history, etc. This goes back to UNIX itself and the storied history it has. One could almost ask the question “what are the differences with UNIX?” There are many “versions” of UNIX, both proprietory and [...]

View Answer   |  August 27, 2009  6:45 PM
Linux, Unix
answered by:
4,250 pts.

rhel 3 and san disk
Hi there Here is a Link to Searchstorage.com / SAN School. This will first help you understand what a SAN is and how it works. It will then go through deploying and configuring a SAN. http://searchstorage.techtarget.com/news/article/0,289142,sid5_gci931319,00.html The there is allot if information searchable. This would depend on the version / Vendor of your storage. Check [...]

View Answer   |  August 27, 2009  6:41 PM
RHEL, RHEL 5.3, RHEL3, SAN
answered by:
4,250 pts.

Need document on openSSH vulnerabilities and key generation.
Here’s an article describing how to generate a key-pair: <a href=”http://e-articles.info/e/a/title/How-to-Generate-a-Key-Pair-Using-OpenSSH/”>Problem: How can a key-pair be created in OpenSSH?</a> As for the vulnerabilities, I would expect that any known vulnerability has a corresponding patch to fix it. http://www.kb.cert.org/vuls/id/369347

View Answer   |  August 27, 2009  6:35 PM
OpenSSH, Unix, Unix Key Generation
answered by:
4,250 pts.

Installing VMD on Linux
Detailed instructions available <a href=”http://www.ccl.net/cca/software/SOURCES/FORTRAN/VMD-molviz/ig.ps.gz”>here</a>

View Answer   |  August 27, 2009  6:26 PM
Linux, VMD on Linux
answered by:
4,250 pts.

Loading .ISO on VMWARE
The ISO file would be in your default download folder. If you used internet explorer, it would not work without a download manager because there is a file size download limit of around 2 GB. If you downloaded it to the VIC, you can go into storage and ask it to upload the file to [...]

View Answer   |  August 27, 2009  5:38 PM
Linux Mint, VMware, VMware Workstation 6.5.2
answered by:
4,250 pts.

intel 945 drivers
What does modprobe e100 give you?

View Answer   |  August 27, 2009  2:22 PM
Intel, Intel Chipset 945, Intel Chipset Drivers, Red Hat Enterprise Linux
answered by:
4,250 pts.

The IT job market – Linux vs Windows?
Congrats for your A+ If you opted for Linux there should have been some thoght process behind it. Isn’t it? I know a golden rule “Being a Master in one’s field earns you” If Linux is what interests you go for it witha bang. Specifically, go for Red Hat Enterprise Linux and get your RHCE. [...]

View Answer   |  August 26, 2009  7:27 PM
IT careers, IT Job Market, IT jobs, Linux administration, Linux vs Windows, Windows administration
answered by:
4,250 pts.

Clean Installation of Vista, XP and Ubuntu
I would use an open source boot loader like Grub. You’ll have a lot more versatility with Grub than with the Windoze loader. Then find yourself a bootable partitioning tool like G-Parted and create your partitions. Your first partition will be your boot partition and only needs to be about 100M. You can choose whether [...]

View Answer   |  August 25, 2009  5:09 PM
Dell notebooks, OpenSolaris, OS installation/upgrades, Ubuntu, Ubuntu Linux, Vista, Vista compatibility, Windows Vista, Windows XP, Windows XP Professional
answered by:
4,250 pts.

SSH on iSeries to encrypted file transfer
Here’s my clp which I put on the job scheduler which runs it daily at 3pm central time. This clp gets a file from a bank and downloads file to the AS/400 IFS. Obviously it will have to be modified. 5722SS1 V5R4M0 060210 Control Language WEBLIB/MOD001CL OTTAWA 08/25/09 09:33:17 Page 1 Program . . . [...]

View Answer   |  August 25, 2009  2:45 PM
File transfers, iSeries, SSH
answered by:
315 pts.

Sending files to AS/400 from Unix
Connect Direct eh? I had to do an interface with this onto i5. It wasn’t fun, and it wasn’t pretty. All I can remember is that we needed folders for the files to be sent/received, and the geeks in commsland had to set up some connectivity. We eventually found a really really helpful and knowedgeable [...]

View Answer   |  August 20, 2009  5:27 AM
AS/400, Connect:Direct, Unix
answered by:
35 pts.

How much money will I make if I get RHCE, CCNA and CCNP certification?
Of course salary is dependent on experience and geographical location. No one can answer this specific question. There are a lot of salary surveys out there and that is where you should look if you are interested in gathering this type of information. Start with a <a href=”http://lmgtfy.com/?q=%22RHCE%22+%22CCNA%22+%22CCNP%22+salary+survey”>Google search</a> on this topic. Good luck!

View Answer   |  August 18, 2009  2:14 PM
Cisco Certified Network Associate, Cisco Certified Network Professional, Networking, Networking certifications, Red Hat Certified Engineer, RHCE
answered by:
32,720 pts.

Eliminating password request for SSH for Linux and Oracle
The ~/.ssh/id_rsa.pub from node1 needs to be added to the end of ~/.ssh/authorized_keys <b>on node2</b> and vice versa. The ~/.ssh/id_rsa.pub key from node1 does not need to be in ~/.ssh/authorized_keys on the same machine unless you plan to ssh from node1 back to node1, which is kind of pointless… Then, ~/.ssh/authorized_keys must be owned by [...]

View Answer   |  August 17, 2009  5:27 PM
Enterprise Linux, Linux, Linux AS Release 4 Update 4
answered by:
400 pts.

Device Driver Training in Pune
Concepts Systems is the one I know.About 3 years ago, I did my Linux System Programming from there.

View Answer   |  August 17, 2009  11:01 AM
Device Driver, Linux Device Driver
answered by:
45 pts.

Are there any case studies available for using Linux on top of Hyper-V?
You can check out our link for Viritualization Case Studies here: http://www.microsoft.com/virtualization/casestudies/default.mspx I am not familiar with all of them, so I don’t have any Linux ones off the top of my head, but if there is one, it would be here. You can also check this blog which you may find helpful. <a href=”http://blogs.technet.com/seanearp/archive/2008/06/29/linux-on-hyper-v.aspx”>Linux [...]

View Answer   |  August 14, 2009  11:20 PM
Hyper-V, Linux, Microsoft virtualization, Microsoft Virtualization Chat 7/30
answered by:
45 pts.

LINUX events ID.
Yes and no. It really depends on what packages you have installed on your system, what daemon/application you’re looking for answers to, and how the author of that software chose to do logging. Some processes log to the global “messages” file, while others log to their own, unique log files. On my distributions, events are [...]

View Answer   |  August 13, 2009  1:08 PM
Linux, Linux error messages
answered by:
680 pts.

SAP ECC6.0 Installation
Hi udaysap, Are you able to install SAP ECC6 on Ubuntu Linux? If so, can you please let me know the steps. Would appreciate any help. Thanks

View Answer   |  August 12, 2009  3:09 PM
SAP ECC 6, SAP installation, Ubuntu Linux
answered by:
15 pts.