<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>.bootstrap</title>
	<link>http://mediakey.dk/~cc</link>
	<description>Safe with most medications</description>
	<lastBuildDate>Tue, 06 Jul 2010 06:12:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Volkswagen lancerer privatleasing af Golf, Golf Plus og Golf Variant i Danmark</title>
		<description><![CDATA[


Privatleasing bliver også her til lands mere og mere populært, ikke mindst grundet de synlige fordele man som kunde opnår, når man leaser sin bil: lave månedlige rater og ingen uforudsete udgifter, fx ved værkstedsbesøg. Ingen dyre billån og ingen bekymring for værditab ved salg er blot nogle af de indlysende fordele, der gør privatleasing [...]


No related posts.]]></description>
		<link>http://mediakey.dk/~cc/volkswagen-lancerer-privatleasing-af-golf-golf-plus-og-golf-variant-i-danmark/</link>
			</item>
	<item>
		<title>Top 5 iPhone Applications</title>
		<description><![CDATA[


Read more at: http://x2q.net/top-5-iphone-applications/




Image via CrunchBase



5. Stanza
A book reader that grabs free titles from public domains, Stanza has soared in popularity — making the iPhone a worthy competitor to Amazon&#8217;s Kindle.
Read more at: http://www.lexcycle.com/
4. RunKeeper
RunKeeper is an iPhone application that enables you to use the built-in GPS in your iPhone 3G to track all of [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/how-to-unlock-iphone-3gs/' rel='bookmark' title='Permanent Link: How to Unlock iPhone 3GS'>How to Unlock iPhone 3GS</a></li>
<li><a href='http://mediakey.dk/~cc/tomtom-on-an-iphone/' rel='bookmark' title='Permanent Link: TomTom on an iPhone'>TomTom on an iPhone</a></li>
<li><a href='http://mediakey.dk/~cc/iphone-reviews/' rel='bookmark' title='Permanent Link: iPhone Reviews'>iPhone Reviews</a></li>
</ol>]]></description>
		<link>http://mediakey.dk/~cc/top-5-iphone-applications/</link>
			</item>
	<item>
		<title>How to do syslog from PHP</title>
		<description><![CDATA[


Configure (r)syslogd
vim /etc/rsyslog.d/99-custom-logging.conf

if $syslogfacility-text == 'local6' and $programname == 'log1' then /var/log/log1.log
if $syslogfacility-text == 'local6' and $programname == 'log1' then ~
if $syslogfacility-text == 'local7' and $programname == 'log2' then /var/log/log2.log
if $syslogfacility-text == 'local7' and $programname == 'log2' then ~

The logging code in PHP

openlog("gateway", LOG_PID&#124;LOG_NDELAY, LOG_LOCAL6);
syslog(LOG_INFO, "Test message");

The logging results

tail -f /var/log/log1.log
May 25 21:23:35 thor log1[4354]: [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/jslogger-javascript-logging-utility/' rel='bookmark' title='Permanent Link: jsLogger: JavaScript logging utility'>jsLogger: JavaScript logging utility</a></li>
<li><a href='http://mediakey.dk/~cc/smtp-telnet-session/' rel='bookmark' title='Permanent Link: SMTP Telnet Session'>SMTP Telnet Session</a></li>
<li><a href='http://mediakey.dk/~cc/apache2-deflate-setup/' rel='bookmark' title='Permanent Link: Apache2 deflate setup'>Apache2 deflate setup</a></li>
</ol>]]></description>
		<link>http://mediakey.dk/~cc/how-to-do-syslog-from-php/</link>
			</item>
	<item>
		<title>Linux How to: Add a existing user to existing group</title>
		<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>
		<link>http://mediakey.dk/~cc/linux-how-to-add-a-existing-user-to-existing-group/</link>
			</item>
	<item>
		<title>Howto Recover a Linux Root Password</title>
		<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>
		<link>http://mediakey.dk/~cc/howto-recover-a-linux-root-password/</link>
			</item>
	<item>
		<title>Combine Multiple PDFs Into One File</title>
		<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>
		<link>http://mediakey.dk/~cc/combine-multiple-pdfs-into-one-file/</link>
			</item>
	<item>
		<title>How To Update A Garmin Nuvi (Firmware and Maps)</title>
		<description><![CDATA[
Updating your unit software just got easier. Use WebUpdater to automatically keep your operating software current. The Garmin WebUpdater can be downloaded from Garmin.
If you need to update your software / firmware from Linux, you can actually extract the downloaded exe and upload the unit software / firmware update file (e.g. called GUPDATE.GCD) manually to [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/garmin-mobile-xt-on-n5800-europe-map-20101/' rel='bookmark' title='Permanent Link: Garmin Mobile XT on N5800 &#8211; Europe Map 2010.1'>Garmin Mobile XT on N5800 &#8211; Europe Map 2010.1</a></li>
<li><a href='http://mediakey.dk/~cc/garmin-mobile-xt-5-on-nokia-n95/' rel='bookmark' title='Permanent Link: Garmin Mobile XT 5 on Nokia N95'>Garmin Mobile XT 5 on Nokia N95</a></li>
<li><a href='http://mediakey.dk/~cc/jailbreak-iphone-3gs-using-redsn0w-windows/' rel='bookmark' title='Permanent Link: Jailbreak iPhone 3GS Using redsn0w (Windows)'>Jailbreak iPhone 3GS Using redsn0w (Windows)</a></li>
</ol>]]></description>
		<link>http://mediakey.dk/~cc/how-to-update-a-garmin-nuvi-firmware-and-maps/</link>
			</item>
	<item>
		<title>Top 10 Free Windows 7 Applications</title>
		<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>
		<link>http://mediakey.dk/~cc/top-10-free-windows-7-applications/</link>
			</item>
	<item>
		<title>Wireless: How To Secure Your Wireless Network</title>
		<description><![CDATA[
Malicious people don&#8217;t target big and corporate wireless networks only. If you have a Wi-Fi network at home or in a small office, your network might be attractive also. Malicious people might consider using unprotected and weak protected networks as hubs for malicious and illegal activities. By using an unprotected or weak protected wireless network, [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/hack-wireless-network-crack/' rel='bookmark' title='Permanent Link: Hack Wireless WEP Network'>Hack Wireless WEP Network</a></li>
<li><a href='http://mediakey.dk/~cc/howto-crack-or-hack-a-wireless-network-with-wired-equivalent-privacy-wep/' rel='bookmark' title='Permanent Link: Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)'>Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)</a></li>
<li><a href='http://mediakey.dk/~cc/hack-wireless-wpa-network/' rel='bookmark' title='Permanent Link: Hack Wireless WPA Network'>Hack Wireless WPA Network</a></li>
</ol>]]></description>
		<link>http://mediakey.dk/~cc/wireless-how-to-secure-your-wireless-network/</link>
			</item>
	<item>
		<title>Decompile and Disassemble Windows Exe-files</title>
		<description><![CDATA[
Many people are unaware of the fact that it is possible to decompile and disassemble almost all types of Windows Exe-files.
What is a Decompiler
A decompiler is the name given to a computer program that performs the reverse operation to that of a compiler. That is, it translates a file containing information at a relatively low [...]


Related posts:<ol><li><a href='http://mediakey.dk/~cc/monitor-configuration-files/' rel='bookmark' title='Permanent Link: Monitor Configuration Files'>Monitor Configuration Files</a></li>
<li><a href='http://mediakey.dk/~cc/black-windows-xp-theme/' rel='bookmark' title='Permanent Link: Black Windows XP Theme'>Black Windows XP Theme</a></li>
<li><a href='http://mediakey.dk/~cc/how-to-mount-bin-cue-image-files-in-linux/' rel='bookmark' title='Permanent Link: How to mount bin / cue image files in Linux'>How to mount bin / cue image files in Linux</a></li>
</ol>]]></description>
		<link>http://mediakey.dk/~cc/decompile-and-disassemble-windows-exe-files/</link>
			</item>
	<item>
		<title>Howto install HipHop for PHP on Ubuntu</title>
		<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>
		<link>http://mediakey.dk/~cc/howto-install-hiphop-for-php-on-ubuntu/</link>
			</item>
	<item>
		<title>What to Expect: Ubuntu 10.04 LTS: The Lucid Lynx</title>
		<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>
		<link>http://mediakey.dk/~cc/what-to-expect-ubuntu-10-04-lts-the-lucid-lynx/</link>
			</item>
	<item>
		<title>Firefox Flash Interaction Bug: I Cannot Click In Flash Application e.g. Youtube</title>
		<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>
		<link>http://mediakey.dk/~cc/firefox-flash-interaction-bug-i-cannot-click-in-flash-application-e-g-youtube/</link>
			</item>
	<item>
		<title>Howto: Install Ruby and Rails on Debian or Ubuntu</title>
		<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>
		<link>http://mediakey.dk/~cc/howto-install-ruby-and-rails-on-debian-or-ubuntu/</link>
			</item>
	<item>
		<title>Howto: How to Reset the MySQL Root Password</title>
		<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>
		<link>http://mediakey.dk/~cc/howto-how-to-reset-the-mysql-root-password/</link>
			</item>
</channel>
</rss>
