<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Web Page on Amit Agarwal Linux Blog</title>
    <link>/tags/web-page/</link>
    <description>Recent content in Web Page on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 12 Dec 2013 01:19:50 +0000</lastBuildDate>
    
	<atom:link href="/tags/web-page/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>get systemd journal entries on web interface.</title>
      <link>/2013/12/12/systemd-journal-entries-web-interface/</link>
      <pubDate>Thu, 12 Dec 2013 01:19:50 +0000</pubDate>
      
      <guid>/2013/12/12/systemd-journal-entries-web-interface/</guid>
      <description>&lt;p&gt;Just in case you need it, you can get the journalctl entries from &lt;a class=&#34;zem_slink&#34; title=&#34;Systemd&#34; href=&#34;http://freedesktop.org/wiki/Software/systemd/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;systemd&lt;/a&gt; in the &lt;a class=&#34;zem_slink&#34; title=&#34;Web page&#34; href=&#34;http://en.wikipedia.org/wiki/Web_page&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;web page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;First install :&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;yum install systemd-journal-gateway&lt;/pre&gt;
&lt;p&gt;Once you have done this you can get the journal entries with &lt;a class=&#34;zem_slink&#34; title=&#34;Wget&#34; href=&#34;http://www.gnu.org/software/wget&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;wget&lt;/a&gt; as well with&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;wget &lt;a class=&#34;linkification-ext&#34; title=&#34;Linkification: http://localhost:19531/entries&#34; href=&#34;http://localhost:19531/entries&#34;&gt;http://localhost:19531/entries&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;or if you prefer, you can browse with a browser at &lt;a href=&#34;http://localhost:19531/&#34;&gt;http://localhost:19531/&lt;/a&gt;. It has a nice little interface for browsing the entries, nothing too fancy but just sufficient.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>quick notepad in firefox.</title>
      <link>/2013/05/20/quick-notepad-firefox/</link>
      <pubDate>Mon, 20 May 2013 00:53:57 +0000</pubDate>
      
      <guid>/2013/05/20/quick-notepad-firefox/</guid>
      <description>&lt;p&gt;If you quickly need to note something and you do not want to leave your browser then just add a bookmark to :&lt;/p&gt;
&lt;pre class=&#34;brush: html; gutter: true; first-line: 1&#34;&gt;data:text/html, &amp;lt;html contenteditable&amp;gt;&lt;/pre&gt;
&lt;p&gt;and whenever you need to get the notepad, just open this bookmark. Sorry, I do not remember, where I got this from, but this is something that I did not discover but since I do not remember where I got this from, I am not able to credit the authour.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Script to get yourself some conkyrc files</title>
      <link>/2011/10/08/script-conkyrc-files/</link>
      <pubDate>Sat, 08 Oct 2011 10:37:48 +0000</pubDate>
      
      <guid>/2011/10/08/script-conkyrc-files/</guid>
      <description>&lt;p&gt;Continuing from where we left, here is a script that can do all this for you 🙂&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;curl http://ubuntuforums.org/showthread.php?t=281865\&amp;page=$i | sed -n &#39;/\\/pr/ p&#39;| sed &#39;// d&#39;| sed &#39;s##\n-----------------------------------\n\n\n#&#39; &amp;gt;conkyrc
	dos2unix conkyrc
	cp conkyrc .test
	while [ $(wc -l .test|sed &#39;s/[^0-9]//g&#39;) != 0 ]
	do
		sed -n &#39;1,/------------------------/ p&#39; .test|sed &#39;$d&#39; &amp;gt;conkyrc.$count
		diff .test conkyrc.$count |sed &#39;s/^&amp;lt;.//&#39;|sed &#39;1, /---------------------/ d;2d&#39;&amp;gt;.test
		((count++))
	done&lt;/pre&gt;
&lt;p&gt;This will create couple of conkyrc.files in the &lt;a class=&#34;zem_slink&#34; title=&#34;Working directory&#34; href=&#34;http://en.wikipedia.org/wiki/Working_directory&#34; rel=&#34;wikipedia&#34;&gt;current directory&lt;/a&gt;. Each of these is one from the &lt;a class=&#34;zem_slink&#34; title=&#34;Web page&#34; href=&#34;http://en.wikipedia.org/wiki/Web_page&#34; rel=&#34;wikipedia&#34;&gt;web-page&lt;/a&gt; that I mentioned earlier. So, enjoy….&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Auto Key press fill forms through simulating key presses | Linux.com</title>
      <link>/2010/07/31/auto-key-press-fill-forms-simulating-key-presses-linuxcom/</link>
      <pubDate>Sat, 31 Jul 2010 03:16:33 +0000</pubDate>
      
      <guid>/2010/07/31/auto-key-press-fill-forms-simulating-key-presses-linuxcom/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;This script can be used to repeatedly press &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Electronic keyboard&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Electronic_keyboard&amp;quot;&amp;gt;keys&lt;/a&gt; on the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Keyboard (computing)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Keyboard_%28computing%29&amp;quot;&amp;gt;keyboard&lt;/a&gt;, it was used to fill out 100 odd entries on a &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Web page&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Web_page&amp;quot;&amp;gt;web page&lt;/a&gt; while testing without having to physically enter the data.&lt;/p&gt;
&lt;p&gt;Save the code below some where like &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Filesystem Hierarchy Standard&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard&amp;quot;&amp;gt;/usr/bin&lt;/a&gt;/ with what ever file name you like, set the file to be &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Executable&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Executable&amp;quot;&amp;gt;executable&lt;/a&gt; with &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Chmod&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Chmod&amp;quot;&amp;gt;chmod&lt;/a&gt; +x /usr/bin/keyrepeat&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>check out http://browsershots.org/</title>
      <link>/2009/12/19/check-out-httpbrowsershots-org/</link>
      <pubDate>Sat, 19 Dec 2009 07:49:06 +0000</pubDate>
      
      <guid>/2009/12/19/check-out-httpbrowsershots-org/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;If you are a web developer and are worried about how your &amp;lt;a class=&amp;quot;zem_slink&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Website&amp;quot; title=&amp;quot;Website&amp;quot; rel=&amp;quot;wikipedia&amp;quot;&amp;gt;website&lt;/a&gt; would look like in the various browsers and do not have the resources to test all the browsers, what do you do? Check out the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Web_page&amp;quot; title=&amp;quot;Web page&amp;quot; rel=&amp;quot;wikipedia&amp;quot;&amp;gt;webpage&lt;/a&gt; at&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://browsershots.org/&amp;quot;&amp;gt;http://browsershots.org/&lt;/a&gt;&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.macstories.net/iphone/website-iphone/&amp;quot;&amp;gt;Setting Up Your Website to Run on iPhone Browser&lt;/a&gt; (macstories.net)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; href=&amp;quot;http://reblog.zemanta.com/zemified/8d5363f4-7641-40c8-b111-4a4d12d41ba5/&amp;quot; title=&amp;quot;Reblog this post [with Zemanta]&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_e36.png&amp;quot; alt=&amp;quot;Reblog this post [with Zemanta]&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related more-info pretty-attribution paragraph-reblog&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
