<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>UNIX on Saleem Ansari</title>
    <link>/tags/unix/</link>
    <description>Recent content in UNIX on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Tue, 18 Mar 2014 00:42:53 +0530</lastBuildDate>
    <atom:link href="/tags/unix/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>UNIX and heavy duty printing</title>
      <link>/2014/03/18/unix-and-heavy-duty-printing/</link>
      <pubDate>Tue, 18 Mar 2014 00:42:53 +0530</pubDate>
      <guid>/2014/03/18/unix-and-heavy-duty-printing/</guid>
      <description>UNIX and heavy duty printing This weekend I had to ensure that the posters get done within two days. The challenge was that on Monday it was Holi ( the festival of colors ), so naturally no designing and printing available on Monday. Thankfully my friend was there for all the professional help, all the way from designing till printing.&#xA;Here in the pic is Saleem Ahamed standing besides the posters, who helped with all the designing and priting of BootConf 2014 posters.</description>
    </item>
    <item>
      <title>Symlink loop is still an unsolved problem</title>
      <link>/2011/12/10/symlink-loop-is-still-an-unsolved-problem/</link>
      <pubDate>Sat, 10 Dec 2011 00:00:00 +0000</pubDate>
      <guid>/2011/12/10/symlink-loop-is-still-an-unsolved-problem/</guid>
      <description>How do I dereference a symbolic link?&#xA;$ ls -l /usr/bin/java lrwxrwxrwx. 1 root root 22 Jul 20 2010 /usr/bin/java -&amp;gt; /etc/alternatives/java $ ls -l /etc/alternatives/java lrwxrwxrwx. 1 root root 30 Aug 9 2010 /etc/alternatives/java -&amp;gt; /usr/java/jdk1.6.0_20/bin/java $ ls -l /usr/java/jdk1.6.0_20/bin/java -rwxr-xr-x. 1 root root 50810 Apr 13 2010 /usr/java/jdk1.6.0_20/bin/java Lets create a chain of symbolic links:&#xA;mkdir /tmp/symlink cd /tmp/symlink echo &amp;#34;this is a test file&amp;#34; &amp;gt; abc.txt ln -s abc.</description>
    </item>
    <item>
      <title>How does live linux disk work without any swap for applications bigger than available RAM?</title>
      <link>/2009/12/14/how-does-live-linux-disk-work-without-any-swap-for-applications-bigger-than-available-ram/</link>
      <pubDate>Mon, 14 Dec 2009 00:00:00 +0000</pubDate>
      <guid>/2009/12/14/how-does-live-linux-disk-work-without-any-swap-for-applications-bigger-than-available-ram/</guid>
      <description>How does live linux disk work without any swap for applications bigger than available RAM? This question has occurred to me a lot of times. In the normal scenario I configure enough swap space on the harddis for my GNU/Linux installation. It looks clear that whenever a new request for memory is made by an application, the Linux kernel (OS) gives that request by swapping out a page into swap space ( when there wasn&amp;rsquo;t enought space available in RAM).</description>
    </item>
  </channel>
</rss>
