Search Results

Search: Posts Made By: zing_foru
15,801
Posted By zing_foru
May be you can try out with below regex: grep...
May be you can try out with below regex:
grep -Eo "[a-zA-Z0-9]+@[^ ]+\.[a-zA-Z0-9]+"

e.g.
lsuser <username> | grep -Eo "[a-zA-Z0-9]+@[^ ]+\.[a-zA-Z0-9]+"
1,545
Posted By zing_foru
In Perl can i define a hash with value as variable?
Hi,

Is it possible in perl to have a hash defined with variables as theirs key values, like:
%account = ('username' => 'boy', 'password' => $password);

Thanks
1,713
Posted By zing_foru
thanks msabhi.. worked :)
thanks msabhi.. worked :)
1,713
Posted By zing_foru
thanks elixir_sinari, but this regex even not...
thanks elixir_sinari, but this regex even not validating correct strings
e.g. "e:\test1\test2"
"/usr/bin/test"
"/var/log-test"
"/usr/test bin/goak"

invalid strings e.g.
...
3,387
Posted By zing_foru
Hi You may take help from /etc/init.d/<any...
Hi

You may take help from /etc/init.d/<any script>

refer the scripts from this directory and implement your script accordingly which does stopping starting restarting of services. Use only for...
4,752
Posted By zing_foru
another option is don't use CD ROM .. book the...
another option is don't use CD ROM .. book the server in single user mode, & find your installed license file in /var or /usr
1,713
Posted By zing_foru
perl regex help needed
Hi,

I want to validate strings in perl, the string may contains characters from a-zA-Z0-9 and symbols +-_.:/\

To validate such a string I computed a regex

if ($string =~...
Forum: Web Development 03-11-2012
2,011
Posted By zing_foru
PHP client location based page loading
Hi,

I am new to PHP and at first got a task where I need some clues and help.
So I am here.. The server is build to provide customized access for modules
as per location. If client location is...
Forum: IP Networking 09-12-2011
2,536
Posted By zing_foru
Thank you all... Yes I know the fact now......
Thank you all...

Yes I know the fact now... Also I refereed RFC 1180 (specially section 5.2 RFC 1180 - TCP/IP tutorial (http://tools.ietf.org/html/rfc1180#page-9))
Forum: IP Networking 09-07-2011
2,536
Posted By zing_foru
How to find MAC of local google server
Hi,

I know that ARP is used to find MAC of the destination machine. But I just failed to justify this. I tried below things:

on one shell terminal I executed "arp" command in a loop so that I...
Forum: IP Networking 08-28-2011
1,967
Posted By zing_foru
Thanks frank...
Thanks frank...
Forum: IP Networking 08-27-2011
1,967
Posted By zing_foru
Basic networking question
Hii,

Today morning I attended an interview, they had showed me the attached image and had few questions about that.

The image shows a network with 4 nodes viz.. A B C & D and two...
Forum: Programming 04-05-2011
1,851
Posted By zing_foru
Thanks John, yes with -pedantic option it...
Thanks John, yes with -pedantic option it reporting following warnings

cc1: warnings being treated as errors
r.c: In function ‘main':
r.c:7: warning: initializer element is not computable at...
Forum: Programming 04-05-2011
1,851
Posted By zing_foru
assign array with a local var???
Hi all,

I am just wondering is this (below code) valid in programming

int xx = 10110;
int i;
long yy[] = {1,2,3,4,5,6,7,8,xx};


I compiled this using gcc will all working option...
1,046
Posted By zing_foru
assign array with a local var???
topic moved to programming
Forum: Programming 02-18-2011
6,927
Posted By zing_foru
ok that means execution will go on but I will not...
ok that means execution will go on but I will not have the track record, I will loss..

Thanks
Forum: Programming 02-15-2011
6,927
Posted By zing_foru
creating multiple threads using single thread id
Hi all,

Can I create multiple threads using single thread_id

like


pthread_t thread_id;
pthread_create(&thread_id, NULL, &print_xs, NULL);
pthread_create(&thread_id, NULL, &print_ys,...
Forum: Red Hat 11-01-2010
9,295
Posted By zing_foru
I had developed an application, that need to be...
I had developed an application, that need to be tested on all possible versions like redhat 5.2, 5.3 centos 5.4, 5.3, suse & all. I have redhat el 5.3 so wanted to just downgrade to 5.2 instead of...
Forum: Red Hat 10-29-2010
9,295
Posted By zing_foru
Downgrade RedHat EL 5.3 to 5.2
HI,

is there any way to downgrade my redhat el-5.3 to el-5.2?

thanks...
Forum: Programming 09-20-2010
3,888
Posted By zing_foru
Yeah thats simple with autoconf and then make... ...
Yeah thats simple with autoconf and then make...

what will we do if we have just a hello world program and want to cross-compile it for MSP or PPC board ... the mcpu and march when can I use these...
Forum: Programming 09-13-2010
3,888
Posted By zing_foru
Hi, I knew to do a cross compilation we...
Hi,

I knew to do a cross compilation we need library supporting cross compiled libraries. There is arm-linux-gcc tool chain available for that and also this will gonna execute on the platform for...
Forum: Programming 09-08-2010
3,888
Posted By zing_foru
gcc for arm process
hi,

correct me if am wrong, as per gcc doc gcc is able to compile code for different target systems such as ARM, ARC etc. I tried for compiling ARM but failed to do so.
getting below error:

...
Forum: Red Hat 09-06-2010
12,832
Posted By zing_foru
I tried running the same without firewall running...
I tried running the same without firewall running on my machine but still getting the same error. Even checked the library support seems Okey ..

One more I installed OpenConnect which support...
Forum: Red Hat 09-02-2010
12,832
Posted By zing_foru
cisco anyconnect VPN client installation??
Anyone had installed Cisco AnyConnect VPN client on RedHat5.3 EL or CentOS 5.3?

I tried on CentOS 5.3 but always getting host unreachable error. Same for windows xp works fine.

The error log...
Forum: Infrastructure Monitoring 08-31-2010
2,506
Posted By zing_foru
Thanks Corona688, I have changed the approach...
Thanks Corona688, I have changed the approach now. Will use stad. net-snmp based solution.
Showing results 1 to 25 of 62

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