<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Srijith Unplugged &#187; Search Results  &#187;  -script-</title>
	<atom:link href="http://blog.sriunplugged.com/post/-script-/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://blog.sriunplugged.com</link>
	<description>The place where I share my experiments on my computer</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:57:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Auto Backup using Dropbox in Linux/Mac</title>
		<link>http://blog.sriunplugged.com/shell-scripting/auto-backup-dropbox-linux-mac/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/auto-backup-dropbox-linux-mac/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:17:11 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=398</guid>
		<description><![CDATA[<p>...&#160; itself to be auto backed up. Thus I wrote a very small <strong class="search-excerpt">script</strong> which does this for me. All it does is read all the folders which needs&#160;...&#160; copy them to dropbox folder. The rest is done by dropbox <strong class="search-excerpt">script</strong>s. Hence I expect the dropbox program to be running always in the&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/auto-backup-dropbox-linux-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron a Django Program</title>
		<link>http://blog.sriunplugged.com/python/cron-django-program/</link>
		<comments>http://blog.sriunplugged.com/python/cron-django-program/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 21:48:58 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[import]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=383</guid>
		<description><![CDATA[<p>...&#160; while developing a website in Django was I always had a <strong class="search-excerpt">script</strong> which collects or data which is to be in the cron. But Django usually&#160;...&#160; not None

def prepare_environment():
# we'll need this <strong class="search-excerpt">script</strong>'s directory for searching purposess
curdir, curfile =&#160;...&#160; move up one directory at a time from this <strong class="search-excerpt">script</strong>'s
# path, searching for settings.py
settings_module = None
while not&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/python/cron-django-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Engineer/System Administrator Interview Questions</title>
		<link>http://blog.sriunplugged.com/shell-scripting/service-engineersystem-administrator-interview-questions/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/service-engineersystem-administrator-interview-questions/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 21:48:37 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[interview]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=377</guid>
		<description><![CDATA[<p>...&#160; have been modified before that date.Use perl.Assume the <strong class="search-excerpt">script</strong> is run in the native folder itself.Ans:
#!/usr/bin/perl 
@array=`ls&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/service-engineersystem-administrator-interview-questions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Operator Preference Grouping Order in C</title>
		<link>http://blog.sriunplugged.com/interview/operator-preference-grouping-order/</link>
		<comments>http://blog.sriunplugged.com/interview/operator-preference-grouping-order/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 20:22:32 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[interview]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[grouping]]></category>
		<category><![CDATA[operator]]></category>
		<category><![CDATA[ORDER]]></category>
		<category><![CDATA[preference]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=371</guid>
		<description><![CDATA[<p>...&#160; Right to Left grouping in C.





Level
Operator
De<strong class="search-excerpt">script</strong>ion
Grouping


1
::
scope
Left-to-right


2
() [] . -&#62; ++&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/interview/operator-preference-grouping-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ontology Linked Data</title>
		<link>http://blog.sriunplugged.com/assginment/ontology-linked-data/</link>
		<comments>http://blog.sriunplugged.com/assginment/ontology-linked-data/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:43:12 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[Assginment]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[ontology]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=349</guid>
		<description><![CDATA[<p>...&#160; char etc.)
Domain Ontology



Domain ontologies are de<strong class="search-excerpt">script</strong>ions of particular subjects or domain areas. Domain ontologies are the&#160;...&#160; Thus, domain ontologies are the basic bread-and-butter de<strong class="search-excerpt">script</strong>ive structures for real-world applications of ontologies. They provide a&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/assginment/ontology-linked-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Command Archive</title>
		<link>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 10:45:19 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[HISTFILESIZE]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=4</guid>
		<description><![CDATA[<p>...&#160; to solve tat problem.

Or there is another way. Make a <strong class="search-excerpt">script</strong> tat will automatically archive the old commands to a file and compress&#160;...&#160; /home/$1/history/cmd_archive
fi
[/bash]

This <strong class="search-excerpt">script</strong> also reduces the current .bashrc file to only unique entry.Although&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Auto Away Notifier for Pidgin in Perl</title>
		<link>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 10:05:22 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[acpi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[Auto Away Notifier]]></category>
		<category><![CDATA[Auto Away Notifier Perl]]></category>
		<category><![CDATA[Auto Away Plugin]]></category>
		<category><![CDATA[FILE]]></category>
		<category><![CDATA[LID]]></category>
		<category><![CDATA[Purple Debug]]></category>
		<category><![CDATA[Tools Plugins]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=10</guid>
		<description><![CDATA[<p>...&#160; finally lots of "You there???". So  I thought of making a <strong class="search-excerpt">script</strong> that would inform my buddies that I am away when someone sends me a&#160;...&#160; =&#62; &#34;Auto Away Notifier&#34;,
de<strong class="search-excerpt">script</strong>ion =&#62; &#34;Auto Away Notifier in Perl&#34;,
author =&#62;&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BSNL Dataone Auto Downloader</title>
		<link>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 21:41:43 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[acpi]]></category>
		<category><![CDATA[dataone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[GMT]]></category>
		<category><![CDATA[RTC]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[UTC]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=8</guid>
		<description><![CDATA[<p>...&#160; system time to the hardware clock in the system shutdown <strong class="search-excerpt">script</strong>s. This is distribution specific, so here are some examples:

  Debian&#160;...&#160; /etc/default/rcS
#
# Default settings for the <strong class="search-excerpt">script</strong>s in /etc/rcS.d/
#
# For information about these variables see the&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Script for Auto Copying of Cds/Dvds</title>
		<link>http://blog.sriunplugged.com/shell-scripting/auto-copy-cd/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/auto-copy-cd/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 09:12:30 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Cd Drive Found]]></category>
		<category><![CDATA[Cd Ejected]]></category>
		<category><![CDATA[Folder Name]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Waiting Cd]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=57</guid>
		<description><![CDATA[<p>...&#160; is a <strong class="search-excerpt">script</strong> that i created for automatically copying all the files in cd to a folder&#160;...&#160; the folder names and paths accordingly. And the shell <strong class="search-excerpt">script</strong> as



[shell]
./cdcopy
[/shell]

This <strong class="search-excerpt">script</strong> depends on the copy <strong class="search-excerpt">Script</strong> I posted earlier so use that as well.
On&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/auto-copy-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Reminders In Gnome Panel</title>
		<link>http://blog.sriunplugged.com/linux/display-reminders-in-gnome-panel/</link>
		<comments>http://blog.sriunplugged.com/linux/display-reminders-in-gnome-panel/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 20:40:29 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[FILE]]></category>
		<category><![CDATA[Panel Reminder]]></category>
		<category><![CDATA[Perl Program]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=9</guid>
		<description><![CDATA[<p>...&#160; value=Panel Reminder/&#62;
&#60;oaf_attribute name=de<strong class="search-excerpt">script</strong>ion type=string value=Perl Program working in&#160;...&#160; value=Panel Reminder/&#62;
&#60;oaf_attribute name=de<strong class="search-excerpt">script</strong>ion type=string value=Perl Program working in Panel:R&#160;...&#160;line_wrap(TRUE);
$label-&#62;modify_font(Gtk2::Pango::FontDe<strong class="search-excerpt">script</strong>ion-&#62;from_string(&#34;Monospace 10&#34;));
$label-&#62;modify_fg(&#34;normal&#34;,&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/display-reminders-in-gnome-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

