Search Results

Search: Posts Made By: jediwannabe
Forum: SuSE 02-28-2014
6,390
Posted By jediwannabe
could you expalin why it is iostat -x...
could you expalin why it is



iostat -x | awk '$13 > 0' | sort -nrk13


why is it 13 and not 11 since my output only have 11 columns?

thanks
Forum: SuSE 02-25-2014
6,390
Posted By jediwannabe
Is this iostat pipe to sort service request command correct?
Hi,

my os is SLES 10

from sort (http://linuxcommand.org/man_pages/sort1.html)

iostat (http://linuxcommand.org/man_pages/iostat1.html)

as my output does not include rkB/s and wkB/s I...
Forum: Solaris 09-21-2013
9,289
Posted By jediwannabe
How is your guest confirmed w.r.t. networking?...
How is your guest confirmed w.r.t. networking? NAT, Bridge, or what?

it is bridge and I can ping from host to guest and guest to host.

I follow mostly Install Oracle Solaris 11 on Oracle VM...
Forum: Solaris 09-21-2013
9,289
Posted By jediwannabe
Why I cannot access internet from Solaris guest using url?
Hi all,

I'm using virtualbox bridged adapter

Host:Windows 7
Guest: Solaris 11

while I can ping between the host and guess, I cannot access the Internet from the solaris guest.

here's my...
Forum: Red Hat 07-15-2013
36,848
Posted By jediwannabe
[root@11gr2-secondary ~]# find /usr -type f ...
[root@11gr2-secondary ~]# find /usr -type f -name "*[dD][bB][iI]*" -print
/usr/share/man/man3/FindBin.3pm.gz
/usr/share/fonts/default/ghostscript/hrpldbi.gsf...
Forum: Red Hat 07-11-2013
36,848
Posted By jediwannabe
it's already installed -bash-3.2$ perl...
it's already installed



-bash-3.2$ perl -v

This is perl, v5.8.8 built for x86_64-linux-thread-multi

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either...
Forum: Red Hat 07-10-2013
36,848
Posted By jediwannabe
Can't locate DBI.pm in @INC
my os details as follow


bash-3.2$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.8 (Tikanga)

I run the following and encounter the following error



bash-3.2$ ...
Forum: Web Development 05-01-2013
1,664
Posted By jediwannabe
Centos 6.4
Centos 6.4
Forum: Web Development 05-01-2013
1,664
Posted By jediwannabe
Do anyone know how to configure document to point to home directory properly in apache?
Hi

from Running web apps from your home folder (http://blog.burlock.org/open-source/91-running-web-apps-from-you-home-folder)

I've more or less follow the guide,

the reason why I'm expering...
Forum: Red Hat 04-30-2013
2,026
Posted By jediwannabe
SeLinux permission question
Hi,

in /etc/httpd/conf/httpd.conf



#DocumentRoot "/var/www/html"
DocumentRoot "/home/phpmy/html"

when I restarted httpd


[root@localhost ~]# /etc/init.d/httpd restart
Stopping...
Forum: Red Hat 04-30-2013
10,902
Posted By jediwannabe
yes you are right I need to do a chown...
yes you are right I need to do a chown phpmy:phpmy /home/phpmy.

thanks
Forum: Red Hat 04-30-2013
10,902
Posted By jediwannabe
Mkdir: cannot create directory `/home/phpmy/html': Permission denied centos
for incompatibility installation problems, I've decided to reinstall Centos 6.3

as can be seem from the df output, I've partitioned both / and and /home directories


[oracle@localhost ~]$ df...
Forum: Red Hat 04-29-2013
2,528
Posted By jediwannabe
How to uninstall limbcrypt-devel?
my os is



[root@localhost ~]# cat /etc/redhat-release
CentOS release 6.4 (Final)
from Pinoyden Blog: configure: error: mcrypt.h not found. Please reinstall libmcrypt....
Forum: Red Hat 04-27-2013
6,168
Posted By jediwannabe
How do I invoke second copy of apache when running service httpd start?
Hi all

I'm using the following for my os


[root@localhost htdocs]# cat /etc/redhat-release
CentOS release 6.4 (Final)


when I execute the following



[root@localhost htdocs]# ls...
Forum: Red Hat 04-26-2013
10,055
Posted By jediwannabe
[root@localhost ~]# rm lib64 rm: remove...
[root@localhost ~]# rm lib64
rm: remove symbolic link `lib64'? yes




resolved.

the symbolic link is linking to /lib64. if say I delete the directory and not the symbolic link, it will be...
Forum: Red Hat 04-26-2013
10,055
Posted By jediwannabe
How to remove symbolic link?
this is my current code,


[root@localhost ~]# ln -s /lib64/
[root@localhost ~]# ls -lrth
total 80K
-rw-r--r--. 1 root root 12K Jul 6 2012 post-install
-rw-r--r--. 1 root root 552 Jul 6 ...
Forum: Red Hat 04-26-2013
1,820
Posted By jediwannabe
Cannot PREFIX/bin/apachectl -k start
I was trying to install apache using the following url

Compiling and Installing - Apache HTTP Server (http://httpd.apache.org/docs/current/install.html)

when I try to start http it prompts me...
1,211
Posted By jediwannabe
What's wrong with the following script
# Log directory and file
LOGDIR=.
LOGFILE=$LOGDIR/wgetlog-`date +%m-%d-%y-%H:%M`.log
......


$WGET --user-agent="Mozilla/5.0" --secure-protocol=auto --post-data $AUTH_DATA...
2,050
Posted By jediwannabe
How to copy selective list of files to a directory?
Hi

I have 3 directories
indexes_with_ts
indexes_without_ts
process_indexes

in each directories it contains *.sql

how do I accomplish this:

for all the files found in...
959
Posted By jediwannabe
How to remove no max value and order?
How do I remove maxvalue and noorder?

I've a list of files with the following similar content


Prompt Sequence SEQ_AD_ID;
CREATE SEQUENCE SEQ_AD_ID
START WITH 1
MAXVALUE 1000000000000
...
3,705
Posted By jediwannabe
Is there a way to append both at header and footer of a file
currently I've a file


Insert into CD_CARD_TYPE
(CODE, DESCRIPTION, LAST_UPDATE_BY, LAST_UPDATE_DATE)
Values
('024', '024', 2, sysdate);
Insert into CD_CARD_TYPE
(CODE,...
3,146
Posted By jediwannabe
How to replace actual generated date with sysdate?
Hi,

currently I've a file with the following content:


insert into CD_CARD_TYP (code, description, last_update_by, last_update_date)
values ('024', '024', 2, to_date('29-03-2008 05:16:09',...
Forum: Red Hat 02-27-2013
2,117
Posted By jediwannabe
How to rename files to files with mv extension?
currently in my directories

[oracle@svk-cent57 mviews]$ ls -lrth
total 32K
-rw-r--r-- 1 oracle oinstall 864 Feb 25 16:01 cor_bin_gateway_cnt.sql
-rw-r--r-- 1 oracle oinstall 782 Feb 25 16:01...
2,437
Posted By jediwannabe
in this case what should be used? thanks
in this case what should be used?

thanks
2,437
Posted By jediwannabe
input file, sqlfile_admin_package_bodies.log is...
input file, sqlfile_admin_package_bodies.log is now as follow


CREATE package body ACCOUNT_API is
CREATE package body BATCH_SUBSCRIPTION is


awk -F\" '{print "@...
Showing results 1 to 25 of 44

 
All times are GMT -4. The time now is 04:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy