<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://x4.6times7.org/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>x4.6times7.org</title>
        <description></description>
        <link>http://x4.6times7.org/dokuwiki/</link>
        <lastBuildDate>Sat, 24 Jul 2010 16:10:54 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://x4.6times7.org/dokuwiki/lib/images/favicon.ico</url>
            <title>x4.6times7.org</title>
            <link>http://x4.6times7.org/dokuwiki/</link>
        </image>
        <item>
            <title>My Emacs Memory</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/devlog/blog/my_emacs_memory?rev=1279884359</link>
            <description>This is the place where I write down emacs commands and tricks that I often need and often forget. It is not sorted in any way, and of course, it is not complete.

General

	*  Reload a file with: M-x revert-buffer, automatically reload changes with auto-revert, there is also a auto-revert-tail-mode to watch log files.
	*  Spell checking on the fly with: M-x flyspell-mode. Middle mouse button will give you a list of possible corrections for each misspelled word.</description>
            <author>x4</author>
        <category>linux</category>
            <pubDate>Fri, 23 Jul 2010 13:25:59 +0200</pubDate>
        </item>
        <item>
            <title>The Perfect Makefile for PDF Latex</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/devlog/blog/the_perfect_makefile_for_pdf_latex?rev=1276182226</link>
            <description>*  Automatically generates PDF files from EPS

	*  Uses rubber to compile and generate bibliography


.PHONY: clean clobber

FILENAME = your_file_name_here

SOURCES = main.tex bibliography.bib

EPSS := $(wildcard images/*.eps)

$(FILENAME).pdf: $(SOURCES) $(EPSS:.eps=.pdf)
	rubber --pdf main.tex

%.pdf : %.eps
	epstopdf $^

clean:
	rm -f $(EPSS:.eps=.pdf)
	rm -f $(FILENAME).pdf $(FILENAME).dvi
	rm -f *.log *.toc *.aux *.out *.bbl *.blg

clobber:
	$(MAKE) clean
	rm -f *~ \#*\#</description>
            <author>x4</author>
        <category>devlog:blog</category>
            <pubDate>Thu, 10 Jun 2010 17:03:46 +0200</pubDate>
        </item>
        <item>
            <title>Navigation</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/sidebar?rev=1274209255</link>
            <description>*  Home
	*  DevLog
			*  All Posts
			*  Ubuntu
			*  Bugs+Workarounds
			*  HowTos






	*  MX Revolution on Ubuntu
	*  PulseAudio Streaming Tricks
	*  Deactivate Touchpad while Typing
	*  Pidgin/Skype LED notifications





	*  Who uses Linux?
	*  North-American Power Blackout 2003</description>
            <author>x4</author>
            <pubDate>Tue, 18 May 2010 21:00:55 +0200</pubDate>
        </item>
        <item>
            <title>Setting up Latex to work with 'classicthesis '</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/devlog/blog/setting_up_latex_to_work_with_classicthesis?rev=1274209180</link>
            <description>I wanted to use the CTAN classicthesis.sty package for Latex.
I needed to install several texlive- and font packages to make every option work. Here is a list of it:


sudo apt-get install texlive-latex-base \
                     texlive-latex-recommended \
                     texlive-latex-extra \
                     texlive-fonts-recommended</description>
            <author>x4</author>
        <category>linux</category>
        <category>ubuntu</category>
        <category>software_recommendation</category>
            <pubDate>Tue, 18 May 2010 20:59:40 +0200</pubDate>
        </item>
        <item>
            <title>SYN!</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/root?rev=1262167560</link>
            <description>This site contains some articles and blogposts on computer science with a focus on open source software.


Fortune Cookies


Fortune is a simple program that displays a random message from a database of quotations.

It displays cookies from: 


	*  Kernelcookies - Some of the funnier or more obscure Linux kernel messages
	*  Elements of Programming Style - 69 quotes of “Elements of Programming Style” by Kernighan &amp; Plaugher
	*  Bastard Operator From Hell - The daily excuses of the BOFH 
	*  Debi…</description>
            <author>x4</author>
            <pubDate>Wed, 30 Dec 2009 11:06:00 +0200</pubDate>
        </item>
        <item>
            <title>How To Enable ddccontrol For Users</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/devlog/blog/how_to_enable_ddccontrol_for_users?rev=1262167471</link>
            <description>By Jakob Hollenstein

First of all install ddccontrol...
sudo apt-get install gddccontrol

Add i2c-dev to /etc/modules.

create a file /etc/udev/rules.d/50-i2c.rules



# This file sets the group of the i2c-* devices to &quot;users&quot;

KERNEL==&quot;i2c\-[0-9]&quot;, GROUP=&quot;users&quot;</description>
            <author>x4</author>
        <category>linux</category>
        <category>software_recommendation</category>
        <category>howto</category>
            <pubDate>Wed, 30 Dec 2009 11:04:31 +0200</pubDate>
        </item>
        <item>
            <title>About this site</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/about/aboutthis?rev=1262167267</link>
            <description>Statement


This site is created using DokuWiki and some plugins, because I didn't want to write html and php.

Where are the Fortune Cookies from?


I have downloaded them from the following locations:


	*  &lt;http://freshmeat.net/projects/kernelcookies/&gt;
	*  &lt;http://freshmeat.net/projects/fortune-mod-prog-style/&gt;
	*  &lt;http://packages.debian.org/unstable/games/fortunes-bofh-excuses&gt;
	*  &lt;http://packages.debian.org/unstable/source/fortunes-debian-hints&gt;
	*  &lt;http://www.shlomifish.org/humour/fortu…</description>
            <author>x4</author>
        <category>about</category>
            <pubDate>Wed, 30 Dec 2009 11:01:07 +0200</pubDate>
        </item>
        <item>
            <title>About Me</title>
            <link>http://x4.6times7.org/dokuwiki/doku.php/me/aboutme?rev=1262167199</link>
            <description>*  Name: Andreas Klien
	*  Living in: Vienna/Austria
	*  Job: Studying Computer Engineering at the Vienna University of Technology.



You can contact me by email at klDOTandreasATgmailDOTcom.






If the box above is empty, you have a rather snappish Adblocker, that's okay.</description>
            <author>x4</author>
        <category>me</category>
            <pubDate>Wed, 30 Dec 2009 10:59:59 +0200</pubDate>
        </item>
    </channel>
</rss>
