How to set path for Oracle 10g forms
Firstly,you should ensure if the XP plantform can reach the Linx OS,set temp IPs for XP OS AND LINUX OS, then analysis the error msgs. Please paste the error msgs.

View Answer   |  March 10, 2013  3:48 PM
Linux, Oracle 10g
asked by:
11,390 pts.

365 flavors of Unix
Linux Mint. I like debian based Linuxes.

View Answer   |  January 18, 2013  10:06 PM
Linux, Unix
asked by:
11,390 pts.

Unable to workwith SUSE LInux 10.0
What has happened is not clear, bu the actions of your system indicate the there might be something wrong with you network settings. When you boot, at the boot prompt, type a 5, and see what happens. If you get the same as now, then close the computer down, and re-try to start it, this time tying [...]

View Answer   |  January 8, 2013  8:39 AM
Linux GUI, SUSE Linux
asked by:
535 pts.

2950 Access Problem
From you description, all the interfaces are in VLAN 999, and all are configured as access ports. You have configured the VLAN interface with a /28 mask, so I presume this is a 12 port switch, as that mask only allows 14 addresses, and one of them will be the router interface for Internet access, [...]

View Answer   |  December 18, 2012  12:53 PM
Cisco 2950, SSH, VLAN
asked by:
11,390 pts.

Parse JSON in Linux
As far as I know Linux doesn’t have native JSON parsing.  You will need to feed the JSON through a language that supports it (Python and Perl I believe support it natively and are found on many systems by default). Here’s how to do it in Python (supports 2.6+) try: import json except ImportError: import [...]

View Answer   |  November 20, 2012  12:04 PM
Linux, Linux Commands
asked by:
11,390 pts.

Awk program to print output of comm command in required format
Why don’t use diff command? First, sort both files (I hope these are plain text): sort x > x_sorted sort y > y_sorted Then, diff sorted files: diff -wB x_sorted y_sorted -wB means ignore all blanks and blank lines in comparison. If it is necessary to double, etc. spaces and tabs and blank lines, use [...]

View Answer   |  November 26, 2012  4:23 PM
Awk
asked by:
3,120 pts.

mounting an AS/400 shared folder to linux
iSeries is unknown to me, but we live in a mixed Linux-Windows environment, where Linux runs on Wintel boxes. Here we use the following script, to mount a specific Windows directory to a given Linux machine. The trick is to mount it so that Windows thinks you are a Windows user, with your Windows password. [...]

View Answer   |  August 31, 2012  9:45 PM
Connectivity, iSeries, Linux, NFS
asked by:
535 pts.

CentOS
you can create a VHD then attach it, then install on the VHD go to Disk Management click on a partition then more actions to create a vhd After installing it will appear in your boot menu.

View Answer   |  August 23, 2012  9:34 AM
CentOS
asked by:
15 pts.

Windows 7 access control in Samba/LDAP Domain
We have accomplished this by copying the “GroupPolicy” folder to our target machines and forcing a gpupdate. It has worked well in our tests. yahoo

View Answer   |  July 13, 2012  10:57 AM
LDAP, Linux, Samba, Windows 7
asked by:
15 pts.

Issue with /etc/yum.repos.d/filename.repo file in RedHat 5 for yum command
hi Moid, I think there is an issue with Syntax which you are using. first when you are configuring an yum server, first copy the Packages to directory /var/ftp/pub/ Secondly, once it is done, run the comman createrepo -v /var/ftp/pub/ Thirdly, go to: vim /etc/yum.repos.d/(filename).repo in this file, [yumfiles] name=(ur filename).repo baseurl=file://(link where the packages [...]

View Answer   |  July 30, 2012  5:39 AM
Redhat Linux, Software package manager, Very Secure FTP Daemon, VSFTPD, Yum
asked by:
125 pts.

AS400 Shell command
Change the subsystem description to allow more jobs to run: CHGSBSD SBSD(MySbs) MAXJOBS(n+2) where n = current MAXJOBS. This should not cause a problem with regular batch jobs — it will not suddenly start running multiple batch jobs at once. Let’s say your subsystem MySbs has 1 jobq MyJobQ assigned to it, and MyJobQ has [...]

View Answer   |  October 12, 2012  5:07 AM
AS/400 CSV, AS400 - STRQSH, AS400 Shell command, CSV, Shell commands
asked by:
15 pts.

New member contest: ASK, Answer and Win a $50 Amazon gift card
“As 2008 winds to a close,” implies this is either wrong or a copy-and-paste job. If you are still having trouble getting rid of the $50 Amazon gift card, make it a gift to your local homeless shelter.

View Answer   |  June 22, 2012  10:47 PM
AS/400, CIO, CRM, Database, DataCenter, DataManagement, Development, Exchange, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, Security, SQL Server, Storage, Virtualization, VoIP
asked by:
1,590 pts.

asked by:
1,590 pts.

Ubuntu installing into D-drive
Where you Windows is installed? You should install both OSes into <a href=”http://art-judaica-bendov.com/”>different partitions</a>

View Answer   |  June 8, 2012  7:09 AM
Ubuntu, Windows 7
asked by:
15 pts.

hard time reading perl line
Hello, everybody, the good shoping place, the new season approaching, click in. Welcome to ==== http://www.fashion-long-4biz.com == Air Jordan (1-24) shoes $35 Jordan (1-22)&2009 shoes $45 Nike shox (R4, NZ, OZ, TL1, TL2, TL3) $35 Handbags ( Coach Lv fendi D&G) $30 T-shirts (polo, ed hardy, lacoste) $14 Jean (True Religion, ed hardy, coogi)$34 Sunglasses [...]

View Answer   |  May 3, 2012  12:59 AM
Perl, Unix
asked by:
0 pts.

how to install Linux with Windows 7 ?
You can get a live media cd where you can use Fedoras live cd and get all the benefits of Fedora. Cons once you reboot you will loose all setting changes and work If you want to dual boot your system and allow you to choose which OS to start then you can follow this [...]

View Answer   |  April 26, 2012  4:58 PM
Linux, Windows 7
asked by:
520 pts.

No Connectivity to Red Hat Linux
Please try to telnet to port 22 from command prompt. $ telnet <server ip address> 22 -Shri

View Answer   |  April 20, 2012  10:48 PM
Network management software, Network testing, Networking services, Red Hat Linux, RedHat, Redhat Linux
asked by:
100 pts.

Linux Suse Proxy
acl allowed_clients src <Managar’s ip address> THEN http_access deny !allowed_clients http_access deny all FOR Proxy Client Mozilla Firefox — > Go to ‘Edit > Preference >Advanced’ Select ‘Network‘ tab and click on ‘Settings‘. Select ‘Manual proxy configuration’ and make entries for ‘HTTP proxy address‘: 192.168.0.3 and ‘Port’ number: 8080 -Shri

View Answer   |  April 20, 2012  10:45 PM
Linux administration, Linux servers, Proxy server, SUSE Linux
asked by:
100 pts.

group quota in redhat
Apply that quota on home directory of users which belongs to that group. mount -o remount /home quotacheck -cu /home -a — Check all locally mounted, quota-enabled partitions. -v — Use verbose output. quotacheck -avu edquota <groupname> quota <groupname> Try this one. -Shri

View Answer   |  April 20, 2012  9:29 PM
RedHat, RHEL, RHEL 5, User groups
asked by:
100 pts.

Work flow between the linux server machine and SAN machine
you can use below command to dispaly available luns on server from Storage side $ scli -t you may check by checking man pages of scli utility.

View Answer   |  April 19, 2012  6:26 PM
Linux, SAN
asked by:
100 pts.