<?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>Frontier Computing and Network Services</title>
	<atom:link href="http://fcns.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://fcns.eu</link>
	<description></description>
	<lastBuildDate>Fri, 01 Feb 2013 13:47:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Remove files from your entire Git history.</title>
		<link>http://fcns.eu/2013/01/25/remove-files-from-git-history/</link>
		<comments>http://fcns.eu/2013/01/25/remove-files-from-git-history/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 13:36:10 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=631</guid>
		<description><![CDATA[In case you forgot to remove sensitive or binary files from your Git repository, here is a quick script which aims to remove all said files from all you previous commits. You can run it like this: sh script.sh file1 dir1 &#160; #!/bin/bash # Script to permanently remove files/folders from your git history. To use <a href="http://fcns.eu/2013/01/25/remove-files-from-git-history/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2013/01/25/remove-files-from-git-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Disk I/O error when logging into Skype 4.0</title>
		<link>http://fcns.eu/2012/07/09/ubuntu-fixing-skype-4-0/</link>
		<comments>http://fcns.eu/2012/07/09/ubuntu-fixing-skype-4-0/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 16:01:54 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=587</guid>
		<description><![CDATA[If you&#8217;ve just upgraded from the old Skype version (Ubuntu repository) to version 4.0, you may get a &#8220;Disk I/O error﻿&#8221; when you try to login. To fix it, you just have to type the following command into a terminal (do not use sudo!). ~$ rm .Skype/shared.xml That&#8217;s it! Andrei~]]></description>
		<wfw:commentRss>http://fcns.eu/2012/07/09/ubuntu-fixing-skype-4-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disabling F10 key functionality for MC in Ubuntu.</title>
		<link>http://fcns.eu/2012/07/09/ubuntu-disabling-f10-key-functionality-for-mc/</link>
		<comments>http://fcns.eu/2012/07/09/ubuntu-disabling-f10-key-functionality-for-mc/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 12:16:18 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=576</guid>
		<description><![CDATA[If you use MC a lot, you probably know how annoying it is when you press F10 to quit and a menu pops up. To disable the F10 key functionality (right-click emulation) in Ubuntu 12.04, type the following commands in a terminal: &#160; mkdir -p ~/.config/gtk-3.0 cat &#60;&#60;EOF &#62; ~/.config/gtk-3.0/gtk.css @binding-set NoKeyboardNavigation { unbind "&#60;shift&#62;F10" <a href="http://fcns.eu/2012/07/09/ubuntu-disabling-f10-key-functionality-for-mc/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/07/09/ubuntu-disabling-f10-key-functionality-for-mc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Git submodules</title>
		<link>http://fcns.eu/2012/07/09/working-with-git-submodules/</link>
		<comments>http://fcns.eu/2012/07/09/working-with-git-submodules/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 09:32:08 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=567</guid>
		<description><![CDATA[As the title says, this post is about working with Git submodules. In case you don&#8217;t know what this is, here&#8217;s a quick example. Say your application depends on an external library called &#8216;ext_lib&#8217;. Some people may want to package their application with a modified version of &#8216;ext-lib&#8217;, though others would rather just link to <a href="http://fcns.eu/2012/07/09/working-with-git-submodules/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/07/09/working-with-git-submodules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUDA gpucomputingsdk-4.2.9.linux compile on Ubuntu 12.04 LTS fails with undefined reference to &#8216;gluErrorString&#8217;</title>
		<link>http://fcns.eu/2012/05/24/cuda-4-2-9-sdk-compile-on-ubuntu-12-04-lts-fails-with-undefined-reference-to-gluerrorstring/</link>
		<comments>http://fcns.eu/2012/05/24/cuda-4-2-9-sdk-compile-on-ubuntu-12-04-lts-fails-with-undefined-reference-to-gluerrorstring/#comments</comments>
		<pubDate>Thu, 24 May 2012 16:06:15 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=549</guid>
		<description><![CDATA[HAY GUISE. Once again, the common.mk files in CUDA SDK are not completely usable and minor adjustments are required. Out of the box compile gives you errors like: ../../lib/librendercheckgl_x86_64.a(rendercheck_gl.cpp.o): In function `CheckBackBuffer::checkStatus(char const*, int, bool)': rendercheck_gl.cpp:(.text+0xfbb): undefined reference to `gluErrorString' Quick fix is the following as I have found out from these sources. 1) change <a href="http://fcns.eu/2012/05/24/cuda-4-2-9-sdk-compile-on-ubuntu-12-04-lts-fails-with-undefined-reference-to-gluerrorstring/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/05/24/cuda-4-2-9-sdk-compile-on-ubuntu-12-04-lts-fails-with-undefined-reference-to-gluerrorstring/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Happy Hacking Keyboard Professional2: How to use meta-key (◇) for keyboard shortcuts in gnome2 (change from Muhenkan)</title>
		<link>http://fcns.eu/2012/05/14/happy-hacking-keyboard-professional2-how-to-use-meta-key-%e2%97%87-for-keyboard-shortcuts-in-gnome2-change-from-muhenkan/</link>
		<comments>http://fcns.eu/2012/05/14/happy-hacking-keyboard-professional2-how-to-use-meta-key-%e2%97%87-for-keyboard-shortcuts-in-gnome2-change-from-muhenkan/#comments</comments>
		<pubDate>Mon, 14 May 2012 16:37:55 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=545</guid>
		<description><![CDATA[If you have a brand new Happy Hacking Keyboard Professional 2 (jp_src) and you don&#8217;t know how to use your Meta (◇) key for gnome keyboard shortcuts because it detects Muhenkan instead, simply switch on Dip switch SW1 on the back of your keyboard. This will map Super_L (Left_Win) to the ◇-key, which is recognized <a href="http://fcns.eu/2012/05/14/happy-hacking-keyboard-professional2-how-to-use-meta-key-%e2%97%87-for-keyboard-shortcuts-in-gnome2-change-from-muhenkan/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/05/14/happy-hacking-keyboard-professional2-how-to-use-meta-key-%e2%97%87-for-keyboard-shortcuts-in-gnome2-change-from-muhenkan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Module windrvr6 is not loaded. Please reinstall the cable drivers. See Answer Record 22648. Digilent Atlys on CentOS 64-bit. Xilinx ISE 13.2</title>
		<link>http://fcns.eu/2012/05/11/module-windrvr6-is-not-loaded-please-reinstall-the-cable-drivers-see-answer-record-22648-digilent-atlys-on-centos-64-bit-xilinx-ise-13-2/</link>
		<comments>http://fcns.eu/2012/05/11/module-windrvr6-is-not-loaded-please-reinstall-the-cable-drivers-see-answer-record-22648-digilent-atlys-on-centos-64-bit-xilinx-ise-13-2/#comments</comments>
		<pubDate>Fri, 11 May 2012 21:28:04 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[Xilinx]]></category>
		<category><![CDATA[Digilent Atlys]]></category>
		<category><![CDATA[Digilent JTAG cable]]></category>
		<category><![CDATA[iMPACT]]></category>
		<category><![CDATA[Record 22648]]></category>
		<category><![CDATA[Spartan-6 XC6SLX45]]></category>
		<category><![CDATA[windrvr6]]></category>
		<category><![CDATA[Xilinx ISE13.2]]></category>
		<category><![CDATA[Xilinx Platform Cable II]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=525</guid>
		<description><![CDATA[Greetings, If the title is familiar, you probably are going through the same hell that took away 2 days of my life. I got some new cool prototyping FPGA boards from Digilent: Atlys with a Spartan-6 XC6SLX45 FPGA on it. Trying to program the board in ISE iMPACT you get the following error: WARNING:iMPACT - <a href="http://fcns.eu/2012/05/11/module-windrvr6-is-not-loaded-please-reinstall-the-cable-drivers-see-answer-record-22648-digilent-atlys-on-centos-64-bit-xilinx-ise-13-2/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/05/11/module-windrvr6-is-not-loaded-please-reinstall-the-cable-drivers-see-answer-record-22648-digilent-atlys-on-centos-64-bit-xilinx-ise-13-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing &#8220;vesamenu.c32: not a COM32R image&#8221;</title>
		<link>http://fcns.eu/2012/05/02/fixing-linux-mint-usb-boot/</link>
		<comments>http://fcns.eu/2012/05/02/fixing-linux-mint-usb-boot/#comments</comments>
		<pubDate>Wed, 02 May 2012 11:13:31 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=518</guid>
		<description><![CDATA[vesamenu.c32: not a COM32R image boot: If you&#8217;ve ever encountered the above error while trying to boot Linux Mint off an USB stick, here&#8217;s the solution! Browse the USB device to the syslinux folder Open and edit the syslinux.cfg file The first line should read: default vesamenu.c32 Change it to: default live Save and close <a href="http://fcns.eu/2012/05/02/fixing-linux-mint-usb-boot/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/05/02/fixing-linux-mint-usb-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling ThinkPad fingerprint reader in Ubuntu 12.04.</title>
		<link>http://fcns.eu/2012/04/29/fingerprint-reader/</link>
		<comments>http://fcns.eu/2012/04/29/fingerprint-reader/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 09:44:38 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ThinkPad]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=503</guid>
		<description><![CDATA[This guide is intended for ThinkPad laptops using the Upek Biometric Touchchip/Touchstrip Fingerprint Sensor. As it seems, there is a fingerprint reader application available for Debian-based distributions, which is called Fingerprint GUI. The problem is that in my case it works only if I run the application as root. I&#8217;m not sure if it&#8217;s a <a href="http://fcns.eu/2012/04/29/fingerprint-reader/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/04/29/fingerprint-reader/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>MyProfile is now available for download!</title>
		<link>http://fcns.eu/2012/04/20/releasing-myprofile/</link>
		<comments>http://fcns.eu/2012/04/20/releasing-myprofile/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 17:16:06 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[digital identity]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[WebID]]></category>

		<guid isPermaLink="false">http://fcns.eu/?p=497</guid>
		<description><![CDATA[Great news everyone! Today marks the first release of MyProfile, even though it&#8217;s in a very early alpha stage. You can fork a copy on GitHub right away and start hacking. If you find any bugs or if you have any suggestions, please open an issue ticket on GitHub. Of course, feel free to contribute <a href="http://fcns.eu/2012/04/20/releasing-myprofile/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://fcns.eu/2012/04/20/releasing-myprofile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
