<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Fedora on Saleem Ansari</title>
    <link>/tags/fedora/</link>
    <description>Recent content in Fedora on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Tue, 30 Jul 2013 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/fedora/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Contiuned: Juniper Networks VPN from Fedora 64bit</title>
      <link>/2013/07/30/contiuned-juniper-networks-vpn-from-fedora-64bit/</link>
      <pubDate>Tue, 30 Jul 2013 00:00:00 +0000</pubDate>
      <guid>/2013/07/30/contiuned-juniper-networks-vpn-from-fedora-64bit/</guid>
      <description>This post is the continuation of my earlier post about Juniper VPN.&#xA;In the earlier post, I connected to VPN using a login/password/certification combination. Now I also managed to use the ncui tool for the connection which is based on a cookie value and a certificate. I wasn&amp;rsquo;t able to connect to this configuration using the method in my previous post.&#xA;$ ./ncui -h vpn.example.com -c DSID=&amp;#34;YOUR_DSID_COOKIE&amp;#34; -f vpn.example.com-cert.der Password: &amp;lt;ENTER SUDO PASSWORD HERE&amp;gt; Here, first you need to login to your vpn domain from a web-browser.</description>
    </item>
    <item>
      <title>Setting up OpenStack on Fedora 19 is a lot of work</title>
      <link>/2013/07/21/setting-up-openstack-on-fedora-19-is-a-lot-of-work/</link>
      <pubDate>Sun, 21 Jul 2013 00:00:00 +0000</pubDate>
      <guid>/2013/07/21/setting-up-openstack-on-fedora-19-is-a-lot-of-work/</guid>
      <description>I wanted to experiment with creating a Fedora 19 compute node on Fedora 19 + OpenStack. However it seems there are a bunch of issues which need to be fixed. The issues and solutions are already recorded by many people.&#xA;I list the highlights:&#xA;I am recording the errors, commands and references in the following gist on github.com: openstack-fedora19.md&#xA;EDIT:&#xA;Finally I managed to complete the setup. Now its time to launch some VMs.</description>
    </item>
    <item>
      <title>Emacs fullscreen and Fedora 19</title>
      <link>/2013/07/20/emacs-fullscreen-and-fedora-19/</link>
      <pubDate>Sat, 20 Jul 2013 00:00:00 +0000</pubDate>
      <guid>/2013/07/20/emacs-fullscreen-and-fedora-19/</guid>
      <description>I was using fullscreen.el for so long but now that doesn&amp;rsquo;t seem to work on Fedora 19 / GNOME 3.8.1.&#xA;What to do? Following are the steps I did for now.&#xA;First install wmctrl:&#xA;$ sudo yum install wmctrl Now add following code to your ~/.emacs configuration file:&#xA;(defun switch-full-screen () (interactive) (shell-command &amp;#34;wmctrl -r :ACTIVE: -btoggle,fullscreen&amp;#34;)) (global-set-key [f11] &amp;#39;switch-full-screen) Restart Emacs and press F11. Thats it!</description>
    </item>
    <item>
      <title>Extract Text from from multi-page PDF with only Images</title>
      <link>/2013/07/19/extract-text-from-from-multi-page-pdf-with-only-images/</link>
      <pubDate>Fri, 19 Jul 2013 00:00:00 +0000</pubDate>
      <guid>/2013/07/19/extract-text-from-from-multi-page-pdf-with-only-images/</guid>
      <description>Sometimes there are only images in a PDF. In such cases you can not select text to copy / paste or just for reference.&#xA;To extract text from an Image or a PDF containing only images, I used Tesseract OCR Engine and Ghostscript. I am running Fedora 19 at the moment, however these steps should apply to an older version of Fedora or Ubuntu. ( I believe this can be done on Windows as well ).</description>
    </item>
    <item>
      <title>Juniper Networks VPN from Fedora 17 x86_64</title>
      <link>/2013/07/04/juniper-networks-vpn-from-fedora-17-x86_64/</link>
      <pubDate>Thu, 04 Jul 2013 00:00:00 +0000</pubDate>
      <guid>/2013/07/04/juniper-networks-vpn-from-fedora-17-x86_64/</guid>
      <description>I had to use Juniper VPN but apparently it doesn&amp;rsquo;t work well from Linux machines. To complicate the matter even more the underlying VPN software is 32 bit, but I am running a 64bit OS.&#xA;I have outlined the setup steps here:&#xA;Although all these steps are specifically for Fedora 17/18 x86_64 bit OS, it should be easy to connect from Ubuntu machines too.&#xA;I hope it helps you.&#xA;EDIT:</description>
    </item>
    <item>
      <title>Setting up NAT and MASQUERADE for sharing USB Tether connection over LAN</title>
      <link>/2013/05/14/setting-up-nat-and-masquerade-for-sharing-usb-tether-connection-over-lan/</link>
      <pubDate>Tue, 14 May 2013 00:00:00 +0000</pubDate>
      <guid>/2013/05/14/setting-up-nat-and-masquerade-for-sharing-usb-tether-connection-over-lan/</guid>
      <description>I the only source of Internet connection I have currently is my phone. I wanted to share this network with other systems, via a lan/wireless router. So here is a basic setup:&#xA;Android Phone with USB Tethering Laptop ( Fedora 18 ) Wireless Router with Lan A desktop machine ( Fedora 17 ) Setting up Internet gateway: Laptop + Android Phone&#xA;I connected Android Phone via USB cable to the laptop and enabled USB thether, so I have a usb device /dev/usb0.</description>
    </item>
    <item>
      <title>Where the heck did agave go from Fedora...</title>
      <link>/2013/02/22/where-the-heck-did-agave-go-from-fedora.../</link>
      <pubDate>Fri, 22 Feb 2013 00:00:00 +0000</pubDate>
      <guid>/2013/02/22/where-the-heck-did-agave-go-from-fedora.../</guid>
      <description>Where the heck did agave go from Fedora 17 repos? Yes I am asking the same question already been asked in fedora forum [1].&#xA;Apparently it doesn&amp;rsquo;t [2] have any maintainer hence no build for Fedora 17.&#xA;[1] http://forums.fedoraforum.org/showthread.php?t=276162 [2] https://admin.fedoraproject.org/pkgdb/acls/name/agave [3] http://home.gna.org/colorscheme/ </description>
    </item>
    <item>
      <title>Scala script tool seems to be broken Fedora 17</title>
      <link>/2013/02/20/scala-script-tool-seems-to-be-broken-fedora-17/</link>
      <pubDate>Wed, 20 Feb 2013 00:00:00 +0000</pubDate>
      <guid>/2013/02/20/scala-script-tool-seems-to-be-broken-fedora-17/</guid>
      <description>I am running Scala on Fedora 17 and I seem to face a problem. I created a /tmp/hello.scala file, as follows:&#xA;println(&amp;quot;Hello world&amp;quot;) This works just fine if I run it on Ubuntu 12.04 i.e. it prints Hello world. However, when I try to run it on Fedora, I don&amp;rsquo;t get any output and the script keeps waiting forever.&#xA;So I tried to inspect what&amp;rsquo;s happening here:&#xA;$ bash -x scala /tmp/hello.</description>
    </item>
    <item>
      <title>fudcon.in - online face of FUDCon Pune 2011</title>
      <link>/2011/11/10/fudcon.in-online-face-of-fudcon-pune-2011/</link>
      <pubDate>Thu, 10 Nov 2011 00:00:00 +0000</pubDate>
      <guid>/2011/11/10/fudcon.in-online-face-of-fudcon-pune-2011/</guid>
      <description>My involvement with FUDCon Pune 2011 started since the initial days of its planning. I wasn&amp;rsquo;t much involved until I took the task of managing a website for the event. My idea was to have a fully dynamic website where users could login, submit talks, vote for talks and we could manage the content all in a single website. The plan is available here.&#xA;After a few initial discussion about FUDCon websites here and there, Rahul arranged for a domain fudcon.</description>
    </item>
    <item>
      <title>FUDCon Pune - 6 more days for submission of talks</title>
      <link>/2011/10/18/fudcon-pune-6-more-days-for-submission-of-talks/</link>
      <pubDate>Tue, 18 Oct 2011 00:00:00 +0000</pubDate>
      <guid>/2011/10/18/fudcon-pune-6-more-days-for-submission-of-talks/</guid>
      <description>As of today over 100 delegates have already signed up for the event and 33 proposed sessions registered with us already. FUDCon Pune is an international event and we have speakers from many parts of the world. We are also listed on opensource.com now!&#xA;Submission Deadline - Midnight, 23rd of October, 2011 IST.&#xA;6 more days to go!&#xA;Reference: http://fudcon.in/content/fudcon-pune-pacing</description>
    </item>
    <item>
      <title>FUDCon Pune 2011</title>
      <link>/2011/10/14/fudcon-pune-2011/</link>
      <pubDate>Fri, 14 Oct 2011 00:00:00 +0000</pubDate>
      <guid>/2011/10/14/fudcon-pune-2011/</guid>
      <description>We managed to pull off the event website for FUDCon Pune 2011. This website has successfully been used for organizing a Fedora Activity Day i.e. FAD - II. However its primary motive is to manage the event FUDCon Pune 2011.&#xA;Needless to mention, this website is built in collaborative fashion, using Free and Open Source software. Based on COD - a Drupal based Conference Ogranizing Distribution, we added extra modules for our needs.</description>
    </item>
    <item>
      <title>Yay I am going to FUDCon Pune 2011...</title>
      <link>/2011/10/14/yay-i-am-going-to-fudcon-pune-2011.../</link>
      <pubDate>Fri, 14 Oct 2011 00:00:00 +0000</pubDate>
      <guid>/2011/10/14/yay-i-am-going-to-fudcon-pune-2011.../</guid>
      <description>Yay! I am going to FUDCon Pune 2011!</description>
    </item>
    <item>
      <title>PyLucene on Fedora 14</title>
      <link>/2011/02/25/pylucene-on-fedora-14/</link>
      <pubDate>Fri, 25 Feb 2011 00:00:00 +0000</pubDate>
      <guid>/2011/02/25/pylucene-on-fedora-14/</guid>
      <description>I couldn&amp;rsquo;t install pylucene simply by following command:&#xA;yum install pylucene Nor did following work:&#xA;easy_install pylucene Nor the following :-(&#xA;pip-python install pylucene So. I had to build it myself. Here, I list those steps:&#xA;Install JCC&#xA;$ JCC_JDK=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64 pip-python install jcc Download pylucene pylucene&#xA;wget -c http://apache.mirrors.pair.com//lucene/pylucene/pylucene-2.4.1-1-src.tar.gz tar zxf pylucene-2.4.1-1-src.tar.gz cd pylucene-2.4.1-1 Build and install http://lucene.apache.org/pylucene/documentation/install.html&#xA;pushd jcc # edit setup.py to match your environment JCC_JDK=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64 python setup.py build` sudo python setup.</description>
    </item>
    <item>
      <title>Days of foss.in 2010!</title>
      <link>/2010/12/20/days-of-foss.in-2010/</link>
      <pubDate>Mon, 20 Dec 2010 00:00:00 +0000</pubDate>
      <guid>/2010/12/20/days-of-foss.in-2010/</guid>
      <description>http://foss.in/ I was looking at content faces. They all had made it. Some laughing, some teasing, some pondering and recollecting the past - greeting each other with a hearty welcome &amp;ldquo;Hi!&amp;rdquo;. And there some were observing tenderly the atmosphere which was animate instantly, as everyone from far off places finally arrived at FOSS.IN 2010 service apartment.&#xA;Rahul had reached the airport earlier than us and we met him there. We - I, Shreyank, Siddhesh, Amit, Rahul, Neependra and Anand - were at the airport three hours ago.</description>
    </item>
    <item>
      <title>FAD - Fedora Activity Day</title>
      <link>/2010/06/04/fad-fedora-activity-day/</link>
      <pubDate>Fri, 04 Jun 2010 00:00:00 +0000</pubDate>
      <guid>/2010/06/04/fad-fedora-activity-day/</guid>
      <description>FAD - Fedora Activity Day I was excited to know what it would be like but I had no clue as it was one of my first such gathering in Fedora Community.&#xA;Day 1 I reached there at 10:00am feeling that I would be just on time but to my surprise I was an hour late. I snapped into the room and took a seat quietly. What a beginning! Autotools workshop was in progress.</description>
    </item>
  </channel>
</rss>
