Search Results

Search: Posts Made By: DILEEP410
2,970
Posted By DILEEP410
I can't see a .profile file in my home. What's...
I can't see a .profile file in my home. What's the code or settings to be done inside the .profile file if an creating one in my home?

---------- Post updated at 08:24 AM ---------- Previous...
2,970
Posted By DILEEP410
Yes, what you doubted is right, it's a link. ...
Yes, what you doubted is right, it's a link.

/bin/sh -> bash

So it's not the one which mess up my output. My mind is above the charset defined for crontab execution and the normal ones. I am...
2,970
Posted By DILEEP410
You got it right mate! I did what you had...
You got it right mate!

I did what you had suggested and got the below:


SHELL=/bin/sh
PATH=/usr/bin:/bin
PWD=/home/dileepp
SHLVL=1
HOME=/home/dileepp
LOGNAME=dileepp
_=/usr/bin/env

...
2,970
Posted By DILEEP410
Thanks for your response devtakh. I checked...
Thanks for your response devtakh.

I checked the SHELL env variable and it says /bin/bash.
So it will be used while executing the script from command line and from cron, right?

Regards
Dileep
2,970
Posted By DILEEP410
Strange behaviour with perl i/o?
Hi All,
I got a strange problem here. I have a perl script which is fetching data from a database table and writing a file with that data.

If i run that script from linux...
1,254
Posted By DILEEP410
Thanks for the reply, so is it not possible to...
Thanks for the reply, so is it not possible to mention a descending range in crontab entry?
1,254
Posted By DILEEP410
crontabs entry not working
Hi,
I have a crontab entry like the one shown below. My aim is to run the script from 06.10pm to 06.10am. But it seems not working.



10 18-06 * * * /usr/local/proj/cgi-bin/printmsg.pl...
6,056
Posted By DILEEP410
Friend, I am not having any issue, but a...
Friend, I am not having any issue, but a requirement. I just want to convert html file to pdf format. It's not a specific file, but an upgrading requirement for a webpage which is my project. I dont...
6,056
Posted By DILEEP410
Converting html to pdf perl
Hi All,
I have a requirement of converting an html form into pdf using perl.
The html form contains images, tables and css implementation. I tried using various perl modules but failed...
16,303
Posted By DILEEP410
Perl - Convert html to pdf - PDF::FromHTML
Hi,
I am trying to convert html to pdf using perl module PDF::FromHTML, am getting the error as given below.


not well-formed (invalid token) at line 2, column 17, byte 56 at...
10,548
Posted By DILEEP410
Hi Neo, do you think i have to increase the...
Hi Neo, do you think i have to increase the query_cache_limit size also. The comment says that "MySQL won't cache query results that are larger than query_cache_limit in size".

Can you please...
10,548
Posted By DILEEP410
ok, i will increase my query cache to 128mb as...
ok, i will increase my query cache to 128mb as you said.The number of connections was 100 before and i modified it few days ago after i faced an issue with the connection limit. The figure the script...
10,548
Posted By DILEEP410
I understand some of them, but not sure how to...
I understand some of them, but not sure how to proceed with this. I am expecting some guidence from you if you dont mind please..
10,548
Posted By DILEEP410
Thanks for your repsone Neo. Here goes the...
Thanks for your repsone Neo.

Here goes the output of mysqltuner.pl

>> MySQLTuner 1.0.0 - Major Hayden <major@mhtx.net>
>> Bug reports, feature requests, and downloads at...
10,548
Posted By DILEEP410
mysqldump slowing down the process?
Hi All,

I have a data calculation process-a perl script running each and every hour which will do some calculations on the data stored in a mysql server. Normally it tooks around 2minutes...
1,043
Posted By DILEEP410
downloading form content as pdf
Hi All,
I have a requirement of dowloading the dynamic form content displayed in a webpage as a pdf file. The form content is not too complex but intermediate - it has textboxes, images,...
15,357
Posted By DILEEP410
I did it, haven't found anything. Anyway let's...
I did it, haven't found anything.
Anyway let's keep on trying.if you got any idea or info about this,please update this thread

Thanks mate, you provided very useful information.

With Regards...
15,357
Posted By DILEEP410
Thats perfect! Thanks a lot mate. Do you...
Thats perfect! Thanks a lot mate.

Do you know how we can see the skipped records from a load statement. Like in Oracle we can specify a dsc file or bad file from which we can track the rejected or...
15,357
Posted By DILEEP410
executing mysql load statement from shell script
Hi,

I have a piece of shell script which will connect to mysql database and execute a load statement(which will load datas in a file to the database table).The code is working and the data is...
1,956
Posted By DILEEP410
ambigouity on using Mime::Lite?
Hi Everyone,
I have a question related to using MIME::Lite module in perl.Below i mentioned code blocks used for sending mail through MIME::Lite.

$msg = MIME::Lite -> new (
...
Forum: Programming 01-04-2009
2,418
Posted By DILEEP410
accessing mysql from ms-sql
Hi,

I was trying to access Mysql Server sitting in Linux Box from MS-SQL through linked server concept. I am getting the error as :

"Invalid use of schema and/or catalog for OLE DB...
2,348
Posted By DILEEP410
expiry of a linux id?
Hi,

Can anyone suggest, how or from where we can understand the expiry time of a linux id, whether login or ftp?

My concern is like, i want to know when the ftpid configured on an automated...
Forum: IP Networking 11-10-2008
7,513
Posted By DILEEP410
Thanks for your response.Can you please tell me...
Thanks for your response.Can you please tell me what will be the response of an snmpset variable call to a non-existing variable across the network?

I mean let us take the scenario of session. I...
Forum: IP Networking 11-09-2008
7,513
Posted By DILEEP410
snmpset error message?
Hi,

I am getting an error as a result of the execution of snmpset command for setting some network values.Can you please let me know the reason for this error messsage.



Error in...
4,139
Posted By DILEEP410
I am just giving a basic idea and you can modify...
I am just giving a basic idea and you can modify it as per your requriment



servername="xx.x.xx.xx";
username="user";
password="pswd";

var=`ls`
cmd=`echo mput $var`
echo $cmd

ftp -nv...
Showing results 1 to 25 of 151

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