<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:inebium="http://inebium.com/rss/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>iNebium.com: Latest Posts</title>
		<language>en-us</language>
		<description>iNebium.com: Latest Posts</description>
		<link>http://inebium.com/</link>
		<item>
			<title>How to run glxgears at full speed and not synchronized to vertical refresh?</title>
			<link>http://inebium.com/post/glxgears-vertical-refresh-vblank-mode</link>
			<description>You normally use glxgears to check performance of your graphic card but you get the same as your monitor refresh rate (60Hz = 60fps). You simply need to override a variable to not run synchronized to the vertical refresh.</description>
			<pubDate>Nov, 15 2011 05:32:47 +0000</pubDate>
		</item>
		<item>
			<title>catalyst 11.10 / gnome-shell still not usable</title>
			<link>http://inebium.com/post/catalyst-11-10-gnome-shell-still-not-usable</link>
			<description>In my post about catalyst 11.9, I wrote a rant about the AMD catalyst driver which after 6 months were still not working with gnome-shell. Another month has passed and unfortunately gnome-shell is still not usable with the catalyst driver.</description>
			<pubDate>Nov, 01 2011 12:57:49 +0000</pubDate>
		</item>
		<item>
			<title>A list of useful regexp</title>
			<link>http://inebium.com/post/regexp-validate-email-regexp-replace</link>
			<description>regexp or in other words regular expression is something you have to regularly use in your applications. I've decided to write this post as a placeholder for regexp I believe are common and useful such as regexp for email validation or some you might use to replace characters in a string. I might write some piece of java code but you can use these regular expression in many other languages.</description>
			<pubDate>Oct, 30 2011 09:16:54 +0000</pubDate>
		</item>
		<item>
			<title>catalyst 11.9 still doesn't work with gnome-shell!</title>
			<link>http://inebium.com/post/catalyst-11-9-gnome-shell-broken</link>
			<description>Gnome 3.0 was released on the 6th of April 2011. At the time I write this post, Gnome 3.2 has been released, we are on the 29th of September. Guess what, they have just released catalyst 11.9. I have tried it and gnome-shell still doesn't work properly!! Are they testing their driver goddammit?!</description>
			<pubDate>Sep, 29 2011 10:01:37 +0000</pubDate>
		</item>
		<item>
			<title>3DES Encryption in Java and DES Encryption in Java</title>
			<link>http://inebium.com/post/3des-java-encrypter-des-java-encryption</link>
			<description>Here is a small post with just code to do 3DES (Triple DES) and DES Encryption in Java. You can simply copy/paste it in a Class you call Encrypter and it's ready to use. The public constructor takes the key and the IV as arguments.</description>
			<pubDate>Nov, 13 2010 09:23:26 +0000</pubDate>
		</item>
		<item>
			<title>A short introduction to VisualVM and the JVM</title>
			<link>http://inebium.com/post/visualvm-java-monitor-profile</link>
			<description>While I was reading the comments in my previous post about java 1.7, I realized that there is one thing that Java as which is great: VisualVM. If you don't know it, this is a must read post. You will discover it and see how to use it. I will talk about the Garbage Collector as well, only basic things to be able to understand Visual GC.</description>
			<pubDate>Nov, 03 2010 07:20:32 +0000</pubDate>
		</item>
		<item>
			<title>Java 1.7 - What's new? Release date, code examples and performance</title>
			<link>http://inebium.com/post/java-7-new-release-performance-code</link>
			<description>I have been reading quite a lot about Java 1.7. There are articles about what's new, some code examples, some benchmark to compare performance with previous version of Java and discussion on when it will be released. I have decided to regroup all I have discovered in this article so that I and maybe you, won't have to spend hours surfing the web to find all this information.</description>
			<pubDate>Apr, 10 2010 09:17:26 +0000</pubDate>
		</item>
		<item>
			<title>Become a friend of Gnome</title>
			<link>http://inebium.com/post/linux-gnome-friend</link>
			<description><span style="display:none">Become a friend of gnome. GNOME offers a great desktop environment</span>
<div>
<div style="float:left;width:125px;">
<a href="http://www.gnome.org/friends/" style="border:0px;"><img src="http://statics.inebium.com/images/posts/18/fog-125x125.png" alt="Become a Friend of GNOME" border="0" /></a>
</div>
<div style="float:left;width:440px;margin-left:15px;">
For those of you who don't know, GNOME offers an easy to understand desktop for your GNU/Linux or UNIX computer. To put it simple, it's a desktop environment and if you are using Ubuntu then that's what you are using the most when you are using Linux. Today they are trying to hire a Sysadmin and they need the help of the community. Maybe you can help?
</div>
<div style="clear:left;"></div>
</div></description>
			<pubDate>Mar, 28 2010 09:15:07 +0000</pubDate>
		</item>
		<item>
			<title>An example on how to use sed</title>
			<link>http://inebium.com/post/sed-example-replace-multiple-files</link>
			<description>This post is a very short one but might be really useful. You have multiple files they all contains the same string like a parameter for config files and you would like to change it in all the files. That would take you a while if you have 100 files so here is exactly what you need in 1 simple command line using <strong>sed</strong> on Linux.</description>
			<pubDate>Mar, 25 2010 01:41:03 +0000</pubDate>
		</item>
		<item>
			<title>Best android apps</title>
			<link>http://inebium.com/post/best-android-apps</link>
			<description>I have the Nexus One since the 6th of January. I discovered few apps which I find really good so I've decided to make a list of them. If you found better ones or you believe some other apps diserve to be here, leave a comment. That will be useful for everyone.</description>
			<pubDate>Mar, 17 2010 09:03:22 +0000</pubDate>
		</item>
		<item>
			<title>Tips about vim</title>
			<link>http://inebium.com/post/vim</link>
			<description>I am a vim user and I thought it would be interesting if I was sharing some of the stuff I like the most about vim as well as having this post as a reminder for myself. So here are few things about vim.</description>
			<pubDate>Mar, 09 2010 12:03:48 +0000</pubDate>
		</item>
		<item>
			<title>lighttpd: tips, url.redirect, url.rewrite, mod_proxy, etc...</title>
			<link>http://inebium.com/post/tips-lighttpd-url-redirect-url-rewrite</link>
			<description>If you are using lighttpd or you intend to use it then you should check this post. You'll find quite a few interesting things about url-redirect and url-rewrite using respectively mod_redirect and mod_rewrite. I have added some other tips as well such as enabling compression, getting drupal to work with lighttpd or how to use mod_proxy (useful if you run a java webapp for example).</description>
			<pubDate>Mar, 05 2010 07:32:55 +0000</pubDate>
		</item>
		<item>
			<title>Clear memory caches on Linux</title>
			<link>http://inebium.com/post/clear-memory-cache-linux</link>
			<description>You have a machine with a lot of RAM. After sometimes you notice that you have hardly any RAM left and that it starts to swap. Though if you look at your process using top for example you notice that none of your application are using all your memory. This is because Linux is caching stuff into memory and unfortunately when you need to use more memory rather than freeing some cache it will start to swap. So let's see how to clear the memory cache.</description>
			<pubDate>Mar, 04 2010 02:53:27 +0000</pubDate>
		</item>
		<item>
			<title>Resume a scp transfer</title>
			<link>http://inebium.com/post/resume-scp-transfer-rsync-limit-scp-speed</link>
			<description>You are copying big files using scp and unfortunately the transfer fails. You get "stalled". You have already copied 80% of the file and you don't want to start from the beginning especially because it could fail again. Here is the solution to your problem. How to resume a scp transfer? Using rsync.</description>
			<pubDate>Mar, 04 2010 02:52:08 +0000</pubDate>
		</item>
		<item>
			<title>Google Nexus One review</title>
			<link>http://inebium.com/post/nexus-one-review-android-phone</link>
			<description>I bought the <strong>Nexus One</strong> on the 6th of January 2 days after it was released. It has been delivered on the 14th of february. I am in UK so it costed me about £340 but I then had to pay the V.A.T so in total it costed me £400. I have to say that I have no regret as I find this phone fantastic. It is my first android phone and actually first smartphone. In this post I would like to make a review of the Nexus One and share my experience.</description>
			<pubDate>Feb, 13 2010 07:10:26 +0000</pubDate>
		</item>
		<item>
			<title>How to: postfix, dovecot with imap, smtp sasl authentication, encryption</title>
			<link>http://inebium.com/post/postfix-dovecot-sasl-authentication-smtp-imap-spamassassin</link>
			<description>This is a great how-to if you want to install and configure an email server. If you are struggling to do so, this post will put an end to it. I myself was struggling getting everything to work as I wanted especially for the smtp to do authentication and solve the relay access denied error message I was getting even with the authentication working. On top of having a working email server with encryption and authentication we will configure spamassassin in order to get rid of the SPAM. Configuration files are available for download and it is guarantee to work not like the thousand of tutorials I read.</description>
			<pubDate>Feb, 06 2010 10:39:14 +0000</pubDate>
		</item>
		<item>
			<title>Install linux on a eeepc 1000he</title>
			<link>http://inebium.com/post/install-linux-eeepc-1000he-archlinux-kernel-config</link>
			<description><p>I came across a eeepc 1000he over christmas where I had to install Linux (more precisely Archlinux). It was for my brother who wanted to try Linux and use it for his work. That gave me the idea for my previous post "<a href="http://inebium.com/post/discover-install-try-linux-archlinux">Discover, install and try a new Linux distribution: archlinux</a>". Indeed I didn't know any real good tutorial for archlinux when someone never used Linux before. As he managed to install Archlinux few problems remained: the touchpad was not working perfectly and the hardware acceleration for compiz was not working out of the box. So I decided, as I wanted him to have a good experience with Linux, to create a good kernel config and compile the kernel myself as well as make a good xorg.conf (I am not a big fan of the AutoAddDevices as things don't work really perfectly for a specific machine).</p></description>
			<pubDate>Jan, 10 2010 05:27:33 +0000</pubDate>
		</item>
		<item>
			<title>udev is slow to start at boot time</title>
			<link>http://inebium.com/post/udev-slow-start</link>
			<description>You are compiling your kernel yourself or after a kernel update from your distribution, udev takes forever to start but you don't know why. I will give you the solution to this problem in this post.</description>
			<pubDate>Jan, 09 2010 07:16:00 +0000</pubDate>
		</item>
		<item>
			<title>Create a VPN on Linux with Poptop</title>
			<link>http://inebium.com/post/vpn-linux-pptp-windows-client</link>
			<description>You are using Linux and you need to create a VPN where both Windows and Linux users will be able to connect to really easily. This post is done for you. In few lines we will see how to install and configure <a href="http://www.poptop.org">Poptop</a>, an open source PPTP server for Linux. On top of that we'll see the options you need in the kernel as well as how to configure iptables properly if ever you use it. Then how to connect to it using pptpclient on Linux which is the client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Finally we'll see how to connect to your VPN on Windows.</description>
			<pubDate>Jan, 06 2010 10:51:30 +0000</pubDate>
		</item>
		<item>
			<title>Discover, install and try a new Linux distribution: archlinux</title>
			<link>http://inebium.com/post/discover-install-try-linux-archlinux</link>
			<description>You are not using Linux yet or maybe you are but a different linux distribution. Maybe you are using ubuntu? This post is done for you. You are about to discover and learn about the best linux distribution ever. Archlinux might not be the easiest distribution to install but with this complete guide, it will. Archlinux let you have the entire control on every part of your system.</description>
			<pubDate>Dec, 25 2009 08:21:39 +0000</pubDate>
		</item>
	</channel>
</rss>
