<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>The UNIX and Linux Forums</title>
		<link>http://www.unix.com</link>
		<description>The top free UNIX and Linux System Administration Resource Forum, for beginners and gurus that are looking for UNIX and Linux help and advice on the Internet</description>
		<language>en</language>
		<lastBuildDate>Wed, 09 Jul 2008 04:57:25 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>5</ttl>
		<image>
			<url>http://www.unix.com/images/misc/rss.jpg</url>
			<title>The UNIX and Linux Forums</title>
			<link>http://www.unix.com</link>
		</image>
		<item>
			<title>links in UNIX</title>
			<link>http://www.unix.com/unix-advanced-expert-users/72658-links-unix.html</link>
			<pubDate>Wed, 09 Jul 2008 04:53:19 GMT</pubDate>
			<description>Hi

Can you please tell me how to create a softlink to a file on a different partition ?

thanks</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
Can you please tell me how to create a softlink to a file on a different partition ?<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-advanced-expert-users/"><![CDATA[UNIX for Advanced & Expert Users]]></category>
			<dc:creator>infyanurag</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-advanced-expert-users/72658-links-unix.html</guid>
		</item>
		<item>
			<title>Increment variable stored in a file</title>
			<link>http://www.unix.com/shell-programming-scripting/72657-increment-variable-stored-file.html</link>
			<pubDate>Wed, 09 Jul 2008 04:50:18 GMT</pubDate>
			<description>Hi,

   I want to write a perl script, which will increment number stored in file. I want to do this without any file handles. I think we have to use some UNIX commands. I am not sure how to do this with file handles.

Thanks,</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
   I want to write a perl script, which will increment number stored in file. I want to do this without any file handles. I think we have to use some UNIX commands. I am not sure how to do this with file handles.<br />
<br />
Thanks,</div>

]]></content:encoded>
			<category domain="http://www.unix.com/shell-programming-scripting/">Shell Programming and Scripting</category>
			<dc:creator>solitare123</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/shell-programming-scripting/72657-increment-variable-stored-file.html</guid>
		</item>
		<item>
			<title>extracting used perl modules</title>
			<link>http://www.unix.com/shell-programming-scripting/72656-extracting-used-perl-modules.html</link>
			<pubDate>Wed, 09 Jul 2008 04:47:30 GMT</pubDate>
			<description><![CDATA[Hi,

      I am trying to extract the includes from all the perl programs in my application space;ie. i want the list of all used modules in my application.

First i did a grep like 'grep -r "^use.*;$" * > ~dileepp/search.txt' which gives me the output in the form "filename:line containing use"

eg: test.txt:use DBI;

Then i used the awk program just to fetch the use part alone like:
'awk -F":" '{print $2}' search.txt | sort | uniq'.

This is giving me what i required, but fails at some points like this
test.txt:use Data::Dumper

I want the entire use part 'use Data::Dumper' not only 'use Data' .How can i make my command to include this condition also?

With Regards
Dileep Pattayath]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
      I am trying to extract the includes from all the perl programs in my application space;ie. i want the list of all used modules in my application.<br />
<br />
First i did a grep like 'grep -r &quot;^use.*;$&quot; * &gt; ~dileepp/search.txt' which gives me the output in the form &quot;filename:line containing use&quot;<br />
<br />
eg: test.txt:use DBI;<br />
<br />
Then i used the awk program just to fetch the use part alone like:<br />
'awk -F&quot;:&quot; '{print $2}' search.txt | sort | uniq'.<br />
<br />
This is giving me what i required, but fails at some points like this<br />
test.txt:use Data::Dumper<br />
<br />
I want the entire use part 'use Data::Dumper' not only 'use Data' .How can i make my command to include this condition also?<br />
<br />
With Regards<br />
Dileep Pattayath</div>

]]></content:encoded>
			<category domain="http://www.unix.com/shell-programming-scripting/">Shell Programming and Scripting</category>
			<dc:creator>DILEEP410</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/shell-programming-scripting/72656-extracting-used-perl-modules.html</guid>
		</item>
		<item>
			<title>invloking another script accepting input</title>
			<link>http://www.unix.com/shell-programming-scripting/72654-invloking-another-script-accepting-input.html</link>
			<pubDate>Wed, 09 Jul 2008 04:01:01 GMT</pubDate>
			<description><![CDATA[hi
I am trying to invoke another application script from my script like 
---------------------------
main 
.
.
./new appl <<EOF
Input 1
Input 2

EOF
.
.
exit
------------------------
But is exits the new application after input command  2, I want that it should not exit and accept further commands from standard input.
Input commands 1 and 2  depends on variable values of main script, so can't be entered manually.

Please help.

Thanks in advance.
Ashish

thanks.]]></description>
			<content:encoded><![CDATA[<div>hi<br />
I am trying to invoke another application script from my script like <br />
---------------------------<br />
main <br />
.<br />
.<br />
./new appl &lt;&lt;EOF<br />
Input 1<br />
Input 2<br />
<br />
EOF<br />
.<br />
.<br />
exit<br />
------------------------<br />
But is exits the new application after input command  2, I want that it should not exit and accept further commands from standard input.<br />
Input commands 1 and 2  depends on variable values of main script, so can't be entered manually.<br />
<br />
Please help.<br />
<br />
Thanks in advance.<br />
Ashish<br />
<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://www.unix.com/shell-programming-scripting/">Shell Programming and Scripting</category>
			<dc:creator>ashish_uiit</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/shell-programming-scripting/72654-invloking-another-script-accepting-input.html</guid>
		</item>
		<item>
			<title>Troj_vundo.fb</title>
			<link>http://www.unix.com/malware-advisories-rss/72653-troj_vundo-fb.html</link>
			<pubDate>Wed, 09 Jul 2008 04:00:04 GMT</pubDate>
			<description>More... (http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=TROJ_VUNDO.FB)</description>
			<content:encoded><![CDATA[<div><a href="http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=TROJ_VUNDO.FB" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/malware-advisories-rss/">Malware Advisories (RSS)</category>
			<dc:creator>iBot</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/malware-advisories-rss/72653-troj_vundo-fb.html</guid>
		</item>
		<item>
			<title>Worm_autorun.bkz</title>
			<link>http://www.unix.com/malware-advisories-rss/72652-worm_autorun-bkz.html</link>
			<pubDate>Wed, 09 Jul 2008 04:00:04 GMT</pubDate>
			<description>This worm arrives via removal drives.
This worm drops the following files. A dropped component is injected into all running processes. This worm then creates the following registry entry to enable its automatic execution at every system startup: 
This worm modifies registry entries to hide files with both System and Read-only attributes. 
This worm drops copies of itself in all physical and removable drives. It also drops an AUTORUN.INF file to automatically execute its dropped copies when the said drives are accessed. 
 

More... (http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_AUTORUN.BKZ)</description>
			<content:encoded><![CDATA[<div>This worm arrives via removal drives.<br />
This worm drops the following files. A dropped component is injected into all running processes. This worm then creates the following registry entry to enable its automatic execution at every system startup: <br />
This worm modifies registry entries to hide files with both <i>System</i> and <i>Read-only</i> attributes. <br />
This worm drops copies of itself in all physical and removable drives. It also drops an <i>AUTORUN.INF</i> file to automatically execute its dropped copies when the said drives are accessed. <br />
 <br />
<br />
<a href="http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_AUTORUN.BKZ" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/malware-advisories-rss/">Malware Advisories (RSS)</category>
			<dc:creator>iBot</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/malware-advisories-rss/72652-worm_autorun-bkz.html</guid>
		</item>
		<item>
			<title>Js_dloader.aanr</title>
			<link>http://www.unix.com/malware-advisories-rss/72651-js_dloader-aanr.html</link>
			<pubDate>Wed, 09 Jul 2008 04:00:04 GMT</pubDate>
			<description><![CDATA[This JavaScript may be hosted on a Web site and run when a user accesses the said Web site.
Once a user accesses a page hosting the script, it first determines if the user's location is included among a list of predefined countries. If the user is not located in any of these countries, it attempts to connect to a remote site. However, the site is inaccessible as of this writing.
 

More... (http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=JS_DLOADER.AANR)]]></description>
			<content:encoded><![CDATA[<div>This JavaScript may be hosted on a Web site and run when a user accesses the said Web site.<br />
Once a user accesses a page hosting the script, it first determines if the user's location is included among a list of predefined countries. If the user is not located in any of these countries, it attempts to connect to a remote site. However, the site is inaccessible as of this writing.<br />
 <br />
<br />
<a href="http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=JS_DLOADER.AANR" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/malware-advisories-rss/">Malware Advisories (RSS)</category>
			<dc:creator>iBot</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/malware-advisories-rss/72651-js_dloader-aanr.html</guid>
		</item>
		<item>
			<title>Troj_vundo.czx</title>
			<link>http://www.unix.com/malware-advisories-rss/72650-troj_vundo-czx.html</link>
			<pubDate>Wed, 09 Jul 2008 04:00:04 GMT</pubDate>
			<description>More... (http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=TROJ_VUNDO.CZX)</description>
			<content:encoded><![CDATA[<div><a href="http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=TROJ_VUNDO.CZX" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/malware-advisories-rss/">Malware Advisories (RSS)</category>
			<dc:creator>iBot</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/malware-advisories-rss/72650-troj_vundo-czx.html</guid>
		</item>
		<item>
			<title>Mx000 XSCF logging</title>
			<link>http://www.unix.com/sun-solaris/72649-mx000-xscf-logging.html</link>
			<pubDate>Wed, 09 Jul 2008 03:15:10 GMT</pubDate>
			<description>is there a way to force an error on an xscf much the same way you can with logger on solaris 10? i would like to test and make sure setarchiving is appropriately configured. however, i do not want to just pull a power source as the system is in production. anyway have any insight? showarchiving only tells me its working but i would like to be sure. 

-pupp</description>
			<content:encoded><![CDATA[<div>is there a way to force an error on an xscf much the same way you can with logger on solaris 10? i would like to test and make sure setarchiving is appropriately configured. however, i do not want to just pull a power source as the system is in production. anyway have any insight? showarchiving only tells me its working but i would like to be sure. <br />
<br />
-pupp</div>

]]></content:encoded>
			<category domain="http://www.unix.com/sun-solaris/">SUN Solaris</category>
			<dc:creator>pupp</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/sun-solaris/72649-mx000-xscf-logging.html</guid>
		</item>
		<item>
			<title>run script for given time</title>
			<link>http://www.unix.com/shell-programming-scripting/72648-run-script-given-time.html</link>
			<pubDate>Wed, 09 Jul 2008 03:12:14 GMT</pubDate>
			<description>Hi!

I need to run my script for a specific number of time, as specified by the user: For instance, if the user specified 10, my script should run for until 10 seconds expire. How do I do this?</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
I need to run my script for a specific number of time, as specified by the user: For instance, if the user specified 10, my script should run for until 10 seconds expire. How do I do this?</div>

]]></content:encoded>
			<category domain="http://www.unix.com/shell-programming-scripting/">Shell Programming and Scripting</category>
			<dc:creator>looza</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/shell-programming-scripting/72648-run-script-given-time.html</guid>
		</item>
		<item>
			<title>Microsoft Security Advisory (953635): Vulnerability in Microsoft Word Could Allow Rem</title>
			<link>http://www.unix.com/security-advisories-rss-microsoft/72647-microsoft-security-advisory-953635-vulnerability-microsoft-word-could-allow-rem.html</link>
			<pubDate>Wed, 09 Jul 2008 03:00:05 GMT</pubDate>
			<description>Revision Note: Advisory published. Advisory Summary:Security Advisory

More... (http://www.microsoft.com/technet/security/advisory/953635.mspx)</description>
			<content:encoded><![CDATA[<div>Revision Note: Advisory published. Advisory Summary:Security Advisory<br />
<br />
<a href="http://www.microsoft.com/technet/security/advisory/953635.mspx" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/security-advisories-rss-microsoft/">Security Advisories (RSS)  - Microsoft</category>
			<dc:creator>iBot</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/security-advisories-rss-microsoft/72647-microsoft-security-advisory-953635-vulnerability-microsoft-word-could-allow-rem.html</guid>
		</item>
		<item>
			<title>q on memmove()</title>
			<link>http://www.unix.com/high-level-programming/72646-q-memmove.html</link>
			<pubDate>Wed, 09 Jul 2008 02:58:38 GMT</pubDate>
			<description>Besides syntax-related issues, is there anything else I should be aware of when using memmove() ? If misued, can it create runtime errors ?</description>
			<content:encoded><![CDATA[<div>Besides syntax-related issues, is there anything else I should be aware of when using memmove() ? If misued, can it create runtime errors ?</div>

]]></content:encoded>
			<category domain="http://www.unix.com/high-level-programming/">High Level Programming</category>
			<dc:creator>JamesGoh</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/high-level-programming/72646-q-memmove.html</guid>
		</item>
		<item>
			<title>Find the file names from date/time: Need help</title>
			<link>http://www.unix.com/shell-programming-scripting/72645-find-file-names-date-time-need-help.html</link>
			<pubDate>Tue, 08 Jul 2008 23:42:36 GMT</pubDate>
			<description><![CDATA[Hi All,
I really need help in figuring out how to determine the filenames from the time that is specified as parameter.

The script should take as input - the start time and end time in minutes and also start date and end date.

Code:
---------
Example: reporter.sh -instance Instance_Name -startTime 13:10 -endTime 14:40 -startDate 070808 -endDate 070808 -interval 05
---------
For the interval specified, I'll have the files already generated for the instance from start to end time by a different script.
Filenames: Instance_Name_070808_13:10.dat 
               Instance_Name_070808_13:15.dat
               ...
               Instance_Name_070808_14:40.dat

Note: these files will be generated at the same time stamp, i.e., Instance_Name_070808_14:40.dat is generated at 14:40 of 070808. 

How do I determine dynamically, the intermidiate files between start time and the end time.
I looked the date command but I am not able to figure out how to get it in minutes time. I am also researching find command to find the files, but couldn't succeed. :confused:

I really appreciate if someone can throw some light to determine the files.

Thanks,
Chiru]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I really need help in figuring out how to determine the filenames from the time that is specified as parameter.<br />
<br />
The script should take as input - the start time and end time in minutes and also start date and end date.<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Example: reporter.sh -instance Instance_Name -startTime 13:10 -endTime 14:40 -startDate 070808 -endDate 070808 -interval 05</code><hr />
</div>For the interval specified, I'll have the files already generated for the instance from start to end time by a different script.<br />
Filenames: Instance_Name_070808_13:10.dat <br />
               Instance_Name_070808_13:15.dat<br />
               ...<br />
               Instance_Name_070808_14:40.dat<br />
<br />
Note: these files will be generated at the same time stamp, i.e., Instance_Name_070808_14:40.dat is generated at 14:40 of 070808. <br />
<br />
How do I determine dynamically, the intermidiate files between start time and the end time.<br />
I looked the date command but I am not able to figure out how to get it in minutes time. I am also researching find command to find the files, but couldn't succeed. :confused:<br />
<br />
I really appreciate if someone can throw some light to determine the files.<br />
<br />
Thanks,<br />
Chiru</div>

]]></content:encoded>
			<category domain="http://www.unix.com/shell-programming-scripting/">Shell Programming and Scripting</category>
			<dc:creator>chiru_h</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/shell-programming-scripting/72645-find-file-names-date-time-need-help.html</guid>
		</item>
		<item>
			<title>LimeSurvey 1.71+ Build 5246 (Stable branch)</title>
			<link>http://www.unix.com/software-releases-rss-news/72644-limesurvey-1-71-build-5246-stable-branch.html</link>
			<pubDate>Tue, 08 Jul 2008 22:30:05 GMT</pubDate>
			<description><![CDATA[Image: http://c.fsdn.com/fm/screenshots/37224_thumb.png LimeSurvey (formerly PHPSurveyor) is a Webapplication that interacts with MySQL, MSSQL, orPostgres to develop surveys, publish surveys, andcollect responses to surveys. Once a survey hasbeen created, data can be inserted into the surveyeither by a "pretty" public screen which presentseach question one at a time, or by a quick andnasty data entry screen. It includes the capacityto generate individualized "tokens", so thatinvitations can be issued to participants. It alsohas the capacity to set conditions on whetherquestions will display (branching), numerousquestion types, and a basic statistics function.*License:* GNU General Public License (GPL)*Changes:*
This release added qmail to mailer settings, updated FCKeditor to version 2.6.2, updated the German, French, and Estonian translation, fixed HTML tags in PDF export, fixed a problem where array_filter wasn't working properly in all-in-one survey mode, made the mailer able to use a port in the hostnamesetting, optimized and fixed SPSS export, fixed an issue with completion not being saved if the last group only contains a boilerplate question or is not shown at all, and fixed the logout/login page language direction, which was wrong with RTL languages.Image: http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~4/329723715 

More... (http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~3/329723715/)]]></description>
			<content:encoded><![CDATA[<div><img src="http://c.fsdn.com/fm/screenshots/37224_thumb.png" border="0" alt="" />LimeSurvey (formerly PHPSurveyor) is a Webapplication that interacts with MySQL, MSSQL, orPostgres to develop surveys, publish surveys, andcollect responses to surveys. Once a survey hasbeen created, data can be inserted into the surveyeither by a &quot;pretty&quot; public screen which presentseach question one at a time, or by a quick andnasty data entry screen. It includes the capacityto generate individualized &quot;tokens&quot;, so thatinvitations can be issued to participants. It alsohas the capacity to set conditions on whetherquestions will display (branching), numerousquestion types, and a basic statistics function.<b>License:</b> GNU General Public License (GPL)<b>Changes:</b><br />
This release added qmail to mailer settings, updated FCKeditor to version 2.6.2, updated the German, French, and Estonian translation, fixed HTML tags in PDF export, fixed a problem where array_filter wasn't working properly in all-in-one survey mode, made the mailer able to use a port in the hostnamesetting, optimized and fixed SPSS export, fixed an issue with completion not being saved if the last group only contains a boilerplate question or is not shown at all, and fixed the logout/login page language direction, which was wrong with RTL languages.<img src="http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~4/329723715" border="0" alt="" /><br />
<br />
<a href="http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~3/329723715/" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/software-releases-rss-news/">Software Releases - RSS News</category>
			<dc:creator>iBot</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/software-releases-rss-news/72644-limesurvey-1-71-build-5246-stable-branch.html</guid>
		</item>
		<item>
			<title>Asterisk on IPCop Asterisk 1.4.21.1 for IPCop 1.4.18 (Default branch)</title>
			<link>http://www.unix.com/software-releases-rss-news/72643-asterisk-ipcop-asterisk-1-4-21-1-ipcop-1-4-18-default-branch.html</link>
			<pubDate>Tue, 08 Jul 2008 22:30:05 GMT</pubDate>
			<description>The Asterisk on IpCop project maintains an Asterisk package as an IPCop add-on and an IPCop ISO already containing Asterisk.Image: http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~4/329723714 

More... (http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~3/329723714/)</description>
			<content:encoded><![CDATA[<div>The Asterisk on IpCop project maintains an Asterisk package as an IPCop add-on and an IPCop ISO already containing Asterisk.<img src="http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~4/329723714" border="0" alt="" /><br />
<br />
<a href="http://rss.freshmeat.net/~r/freshmeat/feeds/fm-releases-unix/~3/329723714/" target="_blank">More...</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/software-releases-rss-news/">Software Releases - RSS News</category>
			<dc:creator>iBot</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/software-releases-rss-news/72643-asterisk-ipcop-asterisk-1-4-21-1-ipcop-1-4-18-default-branch.html</guid>
		</item>
	</channel>
</rss>
