Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Member Avatar for leghorn

hi my laptop keeps shutting down automatically. its not necessarily a heating issue because its generally lukewarm when it shuts down on its own. what happens is that I run a few programs at the same time and hear this growling revviing of my cpu fan and it shuts down …

Member Avatar for MatthewWri
0
188
Member Avatar for leghorn

Hi I need to create a desktop application for a small scale firm.Its more of an inventory managemnt sort of app. I need to keep a tab on various parameters-some arithematic,others strings. I need to input these values in and retrieve the information - at that time, or months later. …

Member Avatar for sbesch
0
283
Member Avatar for leghorn

Hi all Consider a language defined by L={AnBm | n,m >= 0} and also that it is a regular language. How is it possible to draw its DFA n NFA ?

Member Avatar for Taywin
0
101
Member Avatar for leghorn

Hi I have a hp pavillion laptop When I try to start it , hp logo screen comes up and that's it.nothing happens afterwards. Then I repeat the process to enter to bios menu,all is fine there.then I try to boot from an external source. Nothing happens there too.So m …

Member Avatar for leghorn
0
215
Member Avatar for leghorn

Hi I have written a shell script to execute my data base query mysql -uroot -pshruti2 -B -e "use WebNmsDB;select HEADERINDEX from tekelec_meas_headers where CLLI=$clli and IVALSTART>="$ivalstart" and IVALSTART<"$ivalend" and RPTTYPE="$rpttype";" > win.txt But the output in win.txt is /mysql Ver 14.12 Distrib 5.0.44, for unknown-linux-gnu (x86_64) using EditLine wrapper …

Member Avatar for 1stDAN
0
406
Member Avatar for leghorn

Hi I have a linux server with mysql installed.There is some data in mysql tables. Also.I have a .csv file (not from the aforementioned database) I need to compare the data in the database nad the .csv and print out the difference. I tried writing a shell script for that …

Member Avatar for leghorn
0
280
Member Avatar for leghorn

I have an associative array named table declare -A table table["apple"]="fruit" table["tomato"]="veggie" table["highway"]="GT" table["artist"]="eminem" Now say I have a variable returning the value highway How do I find corresponding value GT ?? (this value that I find (GT in this case) is supposed to be the name of a mysql …

Member Avatar for masijade
0
89
Member Avatar for leghorn

Hi I have a linux server with mysql installed.There is some data in mysql tables. Also.I have a .csv file (not from the aforementioned database) I need to compare the data in the database nad the .csv and print out the difference. I tried writing a shell script for that …

Member Avatar for 1stDAN
0
108
Member Avatar for leghorn

$resFile = &getFileName($ARGV[0]); $fileType = &getFileType($ARGV[0]); $table = &getTableName($fileType); could u please tell me as to what these commands are doing? also , if I convert them to shell script,will thsese work ? there's a perl script that Im trying to convert to shell script. resfile=getfilename $1 filetype=getfiletype $1 table …

Member Avatar for leghorn
0
258
Member Avatar for leghorn

the output of both is the same .. could anyone please explain the working dynamcis ? Thanks

Member Avatar for masijade
0
148
Member Avatar for leghorn

we know perl gives us the facility to use hashes %ages = ('Martin' => 28, 'Sharon' => 35, 'Rikke' => 29); what if I want to do the same thing in shell script ?? thanks

Member Avatar for masijade
0
143
Member Avatar for leghorn

Hi I want to install stunnel in user mode. By user mode I mean that I have created a user using adduser xyz. Now when I run the ps -aef | grep stunnel .. it should show in xyz and not in root. One school of thought was to use …

Member Avatar for DosDos
0
184
Member Avatar for leghorn

Hi how can we compile linux kernel with CONFIG_SECURITY_CAPABILITIES=y ?? Also what does this flag do ?? Trying to run ntpd in non-root mode ~cheers

Member Avatar for rubberman
0
205
Member Avatar for leghorn

Hi ya'll I was checking some logs for ipsec portion when I came accrss the following error: whack: read() failed (131 Connection reset by peer) Could you please help me figure out as to what could that be ? I think its restart of the peer SUT/DUT but the idea …

Member Avatar for CimmerianX
0
152
Member Avatar for leghorn

hi all only the weirdest thing happened with me just now. I was debugging a shell script and I found that a step that was supposed to execute later ws getting executed prior to another step for no reason. You know any ? i mean have a look at the …

Member Avatar for Watael
0
115
Member Avatar for leghorn

hi,a question .. why does my script work as sh script.sh and not as ./script.sh ?? also,i was trying to write a script that would filter out a pattern in a .txt file and display the count of the same. Say my pattern is king, and there are 4 "king"s …

Member Avatar for chriswelborn
0
146
Member Avatar for leghorn

hi New to shell scripting. While trying hands at it I came across the operators -z -o in the if block. Any relevant info would be appreciated **if [ -z "$xa_" -o "$va_" == "yes" ]** cheers guys

Member Avatar for leghorn
0
123
Member Avatar for leghorn

hi ya'll I have been trying to convert my text file to excel and inducing filters in the .xls,but failing .. internet doesnt help much or atleast I havent fount anything worthwhlie Could u plz help ?? ~cheers

Member Avatar for CimmerianX
0
61
Member Avatar for leghorn

***Hey y'all I have been trying to compile the kernel version 2.6.21.7 in fedora 14 32-bit which already has 2.6.35 version.Need multiple kernels for a project :) Yeah,so when i run the make oldconfig command,i get the issue that says ::: "Makefile:412: *** mixed implicit and normal rules. Stop." I …

Member Avatar for rubberman
0
160
Member Avatar for leghorn

hi everyone .. i want to do a full-fledged final year project on security in VANETs .. i just cant get any jumpstart i need help urgently thnx :)

Member Avatar for leghorn
0
68
Member Avatar for leghorn

hi everyone :) i m a final year computer science student. i want to do a project.My area of liking is networking only so,any help? suggest me any topic that i can use as PRE-PROJECT as well , and later can be used as a full-fledged one as well after …

Member Avatar for leghorn
0
149