<?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>.bootstrap &#187; Ubuntu</title>
	<atom:link href="http://mediakey.dk/~cc/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediakey.dk/~cc</link>
	<description>Safe with most medications</description>
	<lastBuildDate>Tue, 06 Jul 2010 06:12:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux How to: Add a existing user to existing group</title>
		<link>http://mediakey.dk/~cc/linux-how-to-add-a-existing-user-to-existing-group/</link>
		<comments>http://mediakey.dk/~cc/linux-how-to-add-a-existing-user-to-existing-group/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:29:43 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[/etc/group]]></category>
		<category><![CDATA[/etc/passwd]]></category>
		<category><![CDATA[adduser]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usermod]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=970</guid>
		<description><![CDATA[


usermod example
Add existing user john to admin supplementary/secondary group with usermod command using -a option ~ i.e. add the user to the supplemental group(s). Use only with -G option:

# usermod -a -G admin john

Change existing user john primary group to mail:

# usermod -g mail tony



Related posts:Migrate existing Ext3 filesystems to Ext4
Rethinking the GUI (Graphical User [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/migrate-existing-ext3-filesystems-to-ext4/' rel='bookmark' title='Permanent Link: Migrate existing Ext3 filesystems to Ext4'>Migrate existing Ext3 filesystems to Ext4</a></li>
<li><a href='http://mediakey.dk/~cc/rethinking-the-gui-graphical-user-interface-and-the-cli-command-line-interface/' rel='bookmark' title='Permanent Link: Rethinking the GUI (Graphical User Interface) and the CLI (Command Line Interface)'>Rethinking the GUI (Graphical User Interface) and the CLI (Command Line Interface)</a></li>
<li><a href='http://mediakey.dk/~cc/run-single-commands-on-a-ssh-based-server/' rel='bookmark' title='Permanent Link: Run Single Commands on a SSH-based Server'>Run Single Commands on a SSH-based Server</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/linux-how-to-add-a-existing-user-to-existing-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Recover a Linux Root Password</title>
		<link>http://mediakey.dk/~cc/howto-recover-a-linux-root-password/</link>
		<comments>http://mediakey.dk/~cc/howto-recover-a-linux-root-password/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:55:08 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[/etc/passwd]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root password]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=964</guid>
		<description><![CDATA[


This post is intended for users that forgot the root passwords or can&#8217;t use it due to other problems (corrupted file /etc/passwd or whatever). Can also be used to gain unauthorized to linux machines, but don&#8217;t do that.
What to do
Boot using a recovery CD or DVD.
Mount the drive

mount /mnt /dev/sda2

Replace the existing root password with [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-how-to-reset-the-mysql-root-password/' rel='bookmark' title='Permanent Link: Howto: How to Reset the MySQL Root Password'>Howto: How to Reset the MySQL Root Password</a></li>
<li><a href='http://mediakey.dk/~cc/recover-crack-a-password-from-a-microsoft-access-database-mdb/' rel='bookmark' title='Permanent Link: Recover (Crack) a password from a Microsoft Access Database (mdb)'>Recover (Crack) a password from a Microsoft Access Database (mdb)</a></li>
<li><a href='http://mediakey.dk/~cc/crack-or-recover-password-protected-excel-spreadsheet/' rel='bookmark' title='Permanent Link: Crack or Recover Password Protected Excel Spreadsheet'>Crack or Recover Password Protected Excel Spreadsheet</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/howto-recover-a-linux-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combine Multiple PDFs Into One File</title>
		<link>http://mediakey.dk/~cc/combine-multiple-pdfs-into-one-file/</link>
		<comments>http://mediakey.dk/~cc/combine-multiple-pdfs-into-one-file/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:44:06 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[combine]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ghostscript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=962</guid>
		<description><![CDATA[
From time to time it is very useful to combine multiple PDF documents into one file. 
Install gs (ghostscript) and pdftk (tool for manipulating PDF documents)

sudo aptitude install gs pdftk

Now we will see one example, which shows how to combine a few pdf files; 1.pdf,2.pdf,3.pdf.

gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined_pdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf

If you want to [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/dos2unix-on-ubuntu-and-debian/' rel='bookmark' title='Permanent Link: dos2unix on Ubuntu and Debian'>dos2unix on Ubuntu and Debian</a></li>
<li><a href='http://mediakey.dk/~cc/crack-pdf-password-with-pdfcrack/' rel='bookmark' title='Permanent Link: Crack pdf password with pdfcrack'>Crack pdf password with pdfcrack</a></li>
<li><a href='http://mediakey.dk/~cc/bash-tips-and-tricks/' rel='bookmark' title='Permanent Link: Bash shortcuts tips and tricks'>Bash shortcuts tips and tricks</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/combine-multiple-pdfs-into-one-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Free Windows 7 Applications</title>
		<link>http://mediakey.dk/~cc/top-10-free-windows-7-applications/</link>
		<comments>http://mediakey.dk/~cc/top-10-free-windows-7-applications/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:42:41 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[7-zip]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[GNOME Do]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE alternative]]></category>
		<category><![CDATA[Infra Recorder]]></category>
		<category><![CDATA[Inkscape]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer alternative]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Launchy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Paint.NET]]></category>
		<category><![CDATA[PDFCreator]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[quicksilver]]></category>
		<category><![CDATA[Scribus]]></category>
		<category><![CDATA[TOP10]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[uTorrent]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[VLC]]></category>
		<category><![CDATA[VLC Player]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=947</guid>
		<description><![CDATA[

7-Zip file archiver &#8211; a polished, quickly, and efficient file archiver. Supports the following formats, 7z, ZIP, GZIP, BZIP2, TAR, RAR, CAB, ISO, ARJ, LZH, CHM, MSI, WIM, Z, CPIO, RPM, DEB and NSIS.
Infra Recorder &#8211; User-friendly and lean recorder suite for CD / DVD / HD DVD / Blu-ray. Supports also creation of music [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/seamless-windows-applications-on-ubuntu-linux-using-virtualbox/' rel='bookmark' title='Permanent Link: Seamless Windows Applications on Ubuntu Linux Using VirtualBox'>Seamless Windows Applications on Ubuntu Linux Using VirtualBox</a></li>
<li><a href='http://mediakey.dk/~cc/what-is-the-coolest-thing-you-can-do-using-linux-that-you-cant-do-with-windows-or-on-a-mac/' rel='bookmark' title='Permanent Link: What is the coolest thing you can do using Linux that you can&#8217;t do with Windows or on a Mac?'>What is the coolest thing you can do using Linux that you can&#8217;t do with Windows or on a Mac?</a></li>
<li><a href='http://mediakey.dk/~cc/xen-howto-install-windows/' rel='bookmark' title='Permanent Link: Xen Howto: Install Windows'>Xen Howto: Install Windows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/top-10-free-windows-7-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto install HipHop for PHP on Ubuntu</title>
		<link>http://mediakey.dk/~cc/howto-install-hiphop-for-php-on-ubuntu/</link>
		<comments>http://mediakey.dk/~cc/howto-install-hiphop-for-php-on-ubuntu/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 19:33:32 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[hiphop]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[llvm]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=951</guid>
		<description><![CDATA[
HipHop is a source code transformer which transforms PHP source code into highly optimized C++ and then compiles it using g++.
Required packages

sudo apt-get install cmake g++ libboost-dev flex bison re2c libmysqlclient-dev libxml2-dev libmcrypt-dev libicu-dev openssl binutils-dev libcap-dev libgd2-xpm-dev zlib1g-dev libtbb-dev libonig-dev libpcre3-dev git-core autoconf libtool libcurl4-openssl-dev libboost-system-dev libboost-program-options-dev libboost-filesystem-dev

Get the HipHop source-code

mkdir hiphop
cd hiphop
git clone [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-install-ruby-and-rails-on-debian-or-ubuntu/' rel='bookmark' title='Permanent Link: Howto: Install Ruby and Rails on Debian or Ubuntu'>Howto: Install Ruby and Rails on Debian or Ubuntu</a></li>
<li><a href='http://mediakey.dk/~cc/ubuntu-howto-install-oracle/' rel='bookmark' title='Permanent Link: Ubuntu Howto: Install Oracle'>Ubuntu Howto: Install Oracle</a></li>
<li><a href='http://mediakey.dk/~cc/ubuntu-howto-install-sun-java/' rel='bookmark' title='Permanent Link: Ubuntu Howto: Install Sun Java'>Ubuntu Howto: Install Sun Java</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/howto-install-hiphop-for-php-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What to Expect: Ubuntu 10.04 LTS: The Lucid Lynx</title>
		<link>http://mediakey.dk/~cc/what-to-expect-ubuntu-10-04-lts-the-lucid-lynx/</link>
		<comments>http://mediakey.dk/~cc/what-to-expect-ubuntu-10-04-lts-the-lucid-lynx/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:26:12 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=945</guid>
		<description><![CDATA[
Ubuntu 10.04 Alpha 2 is available and comes with Linux kernel 2.6.32, KDE 4.4 RC1 and a significant faster boot process. The release is a &#8220;alpha&#8221; release, which means that it is not fully developed and therefore may contain errors and other obst. The final version of Ubuntu 10.04 LTS it planned to be released [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/ubuntu-studio/' rel='bookmark' title='Permanent Link: Ubuntu Studio'>Ubuntu Studio</a></li>
<li><a href='http://mediakey.dk/~cc/development-release-ubuntu-810-alpha-4/' rel='bookmark' title='Permanent Link: Development Release: Ubuntu 8.10 Alpha 4'>Development Release: Ubuntu 8.10 Alpha 4</a></li>
<li><a href='http://mediakey.dk/~cc/ubuntu-howto-install-xen/' rel='bookmark' title='Permanent Link: Ubuntu Howto: Install Xen'>Ubuntu Howto: Install Xen</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/what-to-expect-ubuntu-10-04-lts-the-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Flash Interaction Bug: I Cannot Click In Flash Application e.g. Youtube</title>
		<link>http://mediakey.dk/~cc/firefox-flash-interaction-bug-i-cannot-click-in-flash-application-e-g-youtube/</link>
		<comments>http://mediakey.dk/~cc/firefox-flash-interaction-bug-i-cannot-click-in-flash-application-e-g-youtube/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:20:46 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=938</guid>
		<description><![CDATA[
I experienced recently that I was unable to hit and click in flash based application using the mouse, which meant that I was forced to use the keyboard to navigate in all flash application &#8211; not a good user experience and very annoying. Adobe Flash does simply not register any mouse clicks (e.g. on YouTube, [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-embed-evince-pdf-viewer-into-firefox-on-fc5/' rel='bookmark' title='Permanent Link: Howto embed evince pdf viewer into Firefox on fc5'>Howto embed evince pdf viewer into Firefox on fc5</a></li>
<li><a href='http://mediakey.dk/~cc/beautiful-and-efficient-file-upload-using-flash-and-ruby-on-rails/' rel='bookmark' title='Permanent Link: Beautiful and Efficient File Upload Using Flash and Ruby on Rails'>Beautiful and Efficient File Upload Using Flash and Ruby on Rails</a></li>
<li><a href='http://mediakey.dk/~cc/fedora-core-5-test-2-flash-demo/' rel='bookmark' title='Permanent Link: Fedora Core 5 Test 2 Flash demo'>Fedora Core 5 Test 2 Flash demo</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/firefox-flash-interaction-bug-i-cannot-click-in-flash-application-e-g-youtube/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Howto: Install Ruby and Rails on Debian or Ubuntu</title>
		<link>http://mediakey.dk/~cc/howto-install-ruby-and-rails-on-debian-or-ubuntu/</link>
		<comments>http://mediakey.dk/~cc/howto-install-ruby-and-rails-on-debian-or-ubuntu/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:35:06 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian package]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=935</guid>
		<description><![CDATA[
Ruby on Rails &#8211; what the f&#8230;
Ruby on Rails, often shortened to Rails or RoR, is an open source web application framework for the Ruby programming language. It is intended to be used with an Agile development methodology that is used by web developers for rapid development.
Ruby on Rails is often installed using RubyGems, a [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/ubuntu-howto-install-ruby-and-ruby-on-rails/' rel='bookmark' title='Permanent Link: Ubuntu Howto: Install Ruby and Ruby on Rails'>Ubuntu Howto: Install Ruby and Ruby on Rails</a></li>
<li><a href='http://mediakey.dk/~cc/howto-install-ruby-and-ruby-on-rails-on-debian-etch-40/' rel='bookmark' title='Permanent Link: Howto Install Ruby and Ruby on Rails on Debian Etch 4.0'>Howto Install Ruby and Ruby on Rails on Debian Etch 4.0</a></li>
<li><a href='http://mediakey.dk/~cc/howto-install-ruby-on-rails-on-fedora-core-5-fc5/' rel='bookmark' title='Permanent Link: Howto install Ruby on Rails on Fedora Core 5 (fc5)'>Howto install Ruby on Rails on Fedora Core 5 (fc5)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/howto-install-ruby-and-rails-on-debian-or-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: How to Reset the MySQL Root Password</title>
		<link>http://mediakey.dk/~cc/howto-how-to-reset-the-mysql-root-password/</link>
		<comments>http://mediakey.dk/~cc/howto-how-to-reset-the-mysql-root-password/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:20:49 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=933</guid>
		<description><![CDATA[
The following procedure can be used to reset the password for any MySQL root accounts on Linux and Unix (*nix). The instructions assume that you have got the proper permissions on the host system.
Stop the MySQL daemon process

sudo /etc/init.d/mysql stop

Create a text file /home/me/mysql.sql and place the following statements in it. Replace the password with [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-recover-a-linux-root-password/' rel='bookmark' title='Permanent Link: Howto Recover a Linux Root Password'>Howto Recover a Linux Root Password</a></li>
<li><a href='http://mediakey.dk/~cc/executing-sql-statements-from-a-text-file/' rel='bookmark' title='Permanent Link: Executing SQL Statements from a Text File'>Executing SQL Statements from a Text File</a></li>
<li><a href='http://mediakey.dk/~cc/how-to-hack-windows-password-with-ophcrack/' rel='bookmark' title='Permanent Link: How to hack Windows password with Ophcrack'>How to hack Windows password with Ophcrack</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/howto-how-to-reset-the-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs visual cheat sheet</title>
		<link>http://mediakey.dk/~cc/emacs-visual-cheat-sheet/</link>
		<comments>http://mediakey.dk/~cc/emacs-visual-cheat-sheet/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:25:41 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mc]]></category>
		<category><![CDATA[mcedit]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[references]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=930</guid>
		<description><![CDATA[
Emacs is a very challenging editor to learn to use visual learners that are raised with Microsoft Word and other visual (read more or less over-engineered editors) so to help alleviate the keyboard navigation blues, a guy called Steven Chan has created a Emacs Visual Cheat Sheet, which is as the names mentions visual and [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/ruby-on-rails-cheat-sheet/' rel='bookmark' title='Permanent Link: Ruby on Rails Cheat Sheet'>Ruby on Rails Cheat Sheet</a></li>
<li><a href='http://mediakey.dk/~cc/linux-developers-considering-move-to-eclipse/' rel='bookmark' title='Permanent Link: Linux developers considering move to Eclipse'>Linux developers considering move to Eclipse</a></li>
<li><a href='http://mediakey.dk/~cc/bash-shell-object-oriented/' rel='bookmark' title='Permanent Link: Bash Shell: Object Oriented'>Bash Shell: Object Oriented</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/emacs-visual-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack Bluetooth Connection</title>
		<link>http://mediakey.dk/~cc/hack-bluetooth-connection-crack/</link>
		<comments>http://mediakey.dk/~cc/hack-bluetooth-connection-crack/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:28:32 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[car audio]]></category>
		<category><![CDATA[carwhisperer]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[handset]]></category>
		<category><![CDATA[headset]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=921</guid>
		<description><![CDATA[
Carwhisperer is a new tool, which allows people equipped with a Linux Laptop and a directional antenna to inject audio to, and record audio from bypassing cars that have an unconnected Bluetooth handsfree unit running. Since many manufacturers use a standard passkey which often is the only authentication that is needed to connect.
This tool allows [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-install-carwhisperer-on-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Howto Install Carwhisperer on Ubuntu 9.10'>Howto Install Carwhisperer on Ubuntu 9.10</a></li>
<li><a href='http://mediakey.dk/~cc/how-to-hack-windows-password-with-ophcrack/' rel='bookmark' title='Permanent Link: How to hack Windows password with Ophcrack'>How to hack Windows password with Ophcrack</a></li>
<li><a href='http://mediakey.dk/~cc/getting-my-bluetooth-jabra-bt250-to-work-with-linux/' rel='bookmark' title='Permanent Link: Getting my Bluetooth Jabra BT250 to work with Linux'>Getting my Bluetooth Jabra BT250 to work with Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/hack-bluetooth-connection-crack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Audio Editor Top 3</title>
		<link>http://mediakey.dk/~cc/linux-audio-editor-top-3/</link>
		<comments>http://mediakey.dk/~cc/linux-audio-editor-top-3/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:36:18 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Audacity]]></category>
		<category><![CDATA[audio editor]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[ReZound]]></category>
		<category><![CDATA[Sourceforge]]></category>
		<category><![CDATA[Sweep]]></category>
		<category><![CDATA[TOP3]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=909</guid>
		<description><![CDATA[
Audacity (No 1 Linux Audio Editor)
Audacity is a digital audio editor and recording application. Audacity is free, open source and cross-platform, available for Windows, Mac OS X, BSD also. Audacity was created by Dominic Mazzoni while a graduate student at Carnegie Mellon University. Mazzoni now works at Google, but is still the main developer and [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-crack-and-remove-windows-media-video-wmvasf-and-audio-wma-drm-license-wmp-with-fairuse4wm-and-mirakagi/' rel='bookmark' title='Permanent Link: Howto Crack and Remove Windows Media Video (WMV/ASF) and Audio (WMA) DRM License WMP with FairUse4WM and Mirakagi'>Howto Crack and Remove Windows Media Video (WMV/ASF) and Audio (WMA) DRM License WMP with FairUse4WM and Mirakagi</a></li>
<li><a href='http://mediakey.dk/~cc/top-10-free-windows-7-applications/' rel='bookmark' title='Permanent Link: Top 10 Free Windows 7 Applications'>Top 10 Free Windows 7 Applications</a></li>
<li><a href='http://mediakey.dk/~cc/dos2unix-on-ubuntu-and-debian/' rel='bookmark' title='Permanent Link: dos2unix on Ubuntu and Debian'>dos2unix on Ubuntu and Debian</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/linux-audio-editor-top-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Create a libstdc++ Compat on Debian (e.g. libstdc++-libc6.2-2.so.3)</title>
		<link>http://mediakey.dk/~cc/howto-create-a-libstdc-compat-on-debian-e-g-libstdc-libc6-2-2-so-3/</link>
		<comments>http://mediakey.dk/~cc/howto-create-a-libstdc-compat-on-debian-e-g-libstdc-libc6-2-2-so-3/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:22:07 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[DL380]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[G4]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[ldconfig]]></category>
		<category><![CDATA[ldd]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[libstdc++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ROM Flash]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[Smart Array 6400]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=907</guid>
		<description><![CDATA[
Today I tried to update a Smart Array 6400 controller with a new firmware version, but it was not easy, since HP releases proprietary crap software, which is linked against an ancient version of the libstdc++ library, namely libstdc++-libc6.2-2.so.3.
This was, what I got using ldd 

hopper:~# ldd cpqsetup
	linux-gate.so.1 =>  (0xf7f4d000)
	libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f2c000)
	libstdc++-libc6.2-2.so.3 => [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/howto-install-ruby-and-rails-on-debian-or-ubuntu/' rel='bookmark' title='Permanent Link: Howto: Install Ruby and Rails on Debian or Ubuntu'>Howto: Install Ruby and Rails on Debian or Ubuntu</a></li>
<li><a href='http://mediakey.dk/~cc/howto-create-your-own-debian-or-ubuntu-package-repository/' rel='bookmark' title='Permanent Link: Howto: Create your own Debian or Ubuntu package repository'>Howto: Create your own Debian or Ubuntu package repository</a></li>
<li><a href='http://mediakey.dk/~cc/howto-php-java-bridge-on-debian/' rel='bookmark' title='Permanent Link: Howto PHP / Java bridge on Debian'>Howto PHP / Java bridge on Debian</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/howto-create-a-libstdc-compat-on-debian-e-g-libstdc-libc6-2-2-so-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crack or Recover Password Protected Excel Spreadsheet</title>
		<link>http://mediakey.dk/~cc/crack-or-recover-password-protected-excel-spreadsheet/</link>
		<comments>http://mediakey.dk/~cc/crack-or-recover-password-protected-excel-spreadsheet/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:43:20 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xlcrack]]></category>
		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=905</guid>
		<description><![CDATA[
From time to time someone sends me password protected Microsoft Excel (xls-files) spreadsheets. Getting xls files is in it self is bothersome, but that’s the way the world of IT is today, but hopefully more and more home and business users discover the OpenOffice productivity suite in the future. But getting password protected xls-files is [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/crack-or-recover-read-only-password-protected-word-document/' rel='bookmark' title='Permanent Link: Crack or Recover Read-only Password Protected Word Document'>Crack or Recover Read-only Password Protected Word Document</a></li>
<li><a href='http://mediakey.dk/~cc/recover-crack-a-password-from-a-microsoft-access-database-mdb/' rel='bookmark' title='Permanent Link: Recover (Crack) a password from a Microsoft Access Database (mdb)'>Recover (Crack) a password from a Microsoft Access Database (mdb)</a></li>
<li><a href='http://mediakey.dk/~cc/crack-mdb-password/' rel='bookmark' title='Permanent Link: Crack mdb Password'>Crack mdb Password</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/crack-or-recover-password-protected-excel-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Howto Install Carwhisperer on Ubuntu 9.10</title>
		<link>http://mediakey.dk/~cc/howto-install-carwhisperer-on-ubuntu-9-10/</link>
		<comments>http://mediakey.dk/~cc/howto-install-carwhisperer-on-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 13:21:46 +0000</pubDate>
		<dc:creator>Claus</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[car audio]]></category>
		<category><![CDATA[carwhisperer]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[handset]]></category>
		<category><![CDATA[headset]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mediakey.dk/~cc/?p=895</guid>
		<description><![CDATA[
Carwhisperer is a new tool, which allows people equipped with a Linux Laptop and a directional antenna to inject audio to, and record audio from bypassing cars that have an unconnected Bluetooth handsfree unit running. Since many manufacturers use a standard passkey which often is the only authentication that is needed to connect.
This tool allows [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/hack-bluetooth-connection-crack/' rel='bookmark' title='Permanent Link: Hack Bluetooth Connection'>Hack Bluetooth Connection</a></li>
<li><a href='http://mediakey.dk/~cc/ubuntu-howto-install-oracle/' rel='bookmark' title='Permanent Link: Ubuntu Howto: Install Oracle'>Ubuntu Howto: Install Oracle</a></li>
<li><a href='http://mediakey.dk/~cc/howto-install-hiphop-for-php-on-ubuntu/' rel='bookmark' title='Permanent Link: Howto install HipHop for PHP on Ubuntu'>Howto install HipHop for PHP on Ubuntu</a></li>
</ol>]]></description>
		<wfw:commentRss>http://mediakey.dk/~cc/howto-install-carwhisperer-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
