<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.2030.tk" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ubuntu</title>
 <link>http://www.2030.tk/tag/ubuntu</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Foto batch resize and rename</title>
 <link>http://www.2030.tk/wiki/Foto_batch_resize_and_rename</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;h1&gt; Resize &lt;/h1&gt;
&lt;h2&gt; Install the Nautilus extension &lt;/h2&gt;
&lt;pre&gt; sudo aptitude install nautilus-image-converter
&lt;/pre&gt;
&lt;h1&gt; Rename based on EXIF data &lt;/h1&gt;
&lt;pre&gt; exiv2 -r&#039;%Y%m%d-%H%M_:basename:&#039; rename $(ls)
&lt;/pre&gt;&lt;/div&gt;</description>
 <comments>http://www.2030.tk/wiki/Foto_batch_resize_and_rename#comments</comments>
 <category domain="http://www.2030.tk/tag/batch">batch</category>
 <category domain="http://www.2030.tk/tag/exif">exif</category>
 <category domain="http://www.2030.tk/tag/foto">foto</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 30 Dec 2011 01:32:43 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">261 at http://www.2030.tk</guid>
</item>
<item>
 <title>Generate strong passwords</title>
 <link>http://www.2030.tk/wiki/Generate_strong_passwords</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;h1&gt; Installing the tool &lt;/h1&gt;
&lt;pre&gt; $ sudo aptitude install apg
&lt;/pre&gt;
&lt;h1&gt; Using it - the simplest way &lt;/h1&gt;
&lt;pre&gt; $ apg
&lt;/pre&gt;
&lt;p&gt;Entering some random data
&lt;/p&gt;
&lt;pre&gt; Please enter some random data (only first 16 are significant)
 (eg. your old password):&gt;
&lt;/pre&gt;
&lt;h2&gt; Output &lt;/h2&gt;
&lt;p&gt;6 random passwords like this:
&lt;/p&gt;
&lt;pre&gt; Kaswaym3 (Ka-swaym-THREE)
 Nugbubrish9 (Nug-bubr-ish-NINE)
 Bydfust0 (Byd-fust-ZERO)
 DigCavpifob7 (Dig-Cav-pif-ob-SEVEN)
 OlbOrdUv4 (Olb-Ord-Uv-FOUR)
 CemKirEj4 (Cem-Kir-Ej-FOUR)
&lt;/pre&gt;
&lt;/div&gt;</description>
 <comments>http://www.2030.tk/wiki/Generate_strong_passwords#comments</comments>
 <category domain="http://www.2030.tk/tag/administration">administration</category>
 <category domain="http://www.2030.tk/tag/passwd">passwd</category>
 <category domain="http://www.2030.tk/tag/password">password</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 09 Dec 2011 22:02:39 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">260 at http://www.2030.tk</guid>
</item>
<item>
 <title>Create sftp only accounts on ubuntu server</title>
 <link>http://www.2030.tk/wiki/Create_sftp_only_accounts_on_ubuntu_server</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;h1&gt; Configuring OpenSSH &lt;/h1&gt;
&lt;p&gt;Edit the file /etc/ssh/sshd_config
and change the line that starts with
&lt;/p&gt;
&lt;pre&gt; Subsystem sftp /.....
&lt;/pre&gt;
&lt;p&gt;to
&lt;/p&gt;
&lt;pre&gt; Subsystem sftp sftp-internal /.....
&lt;/pre&gt;
&lt;p&gt;and add following block at the end of this file:
&lt;/p&gt;
&lt;pre&gt; Match group filetransfer
   ChrootDirectory %h
   X11Forwarding no
   AllowTcpForwarding no
   ForceCommand internal-sftp
&lt;/pre&gt;
&lt;p&gt;Finally restart OpenSSH
&lt;/p&gt;
&lt;pre&gt; /etc/init.d/ssh restart
&lt;/pre&gt;
&lt;h1&gt; Create the sftp only group &lt;/h1&gt;
&lt;pre&gt; addgroup filetransfer
&lt;/pre&gt;
&lt;h1&gt; Create a user and jail it into that group (no SSH login allowed for them) &lt;/h1&gt;
&lt;pre&gt; adduser username
 usermod -G filetransfer username
&lt;/pre&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Create_sftp_only_accounts_on_ubuntu_server&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Create_sftp_only_accounts_on_ubuntu_server#comments</comments>
 <category domain="http://www.2030.tk/tag/security">security</category>
 <category domain="http://www.2030.tk/tag/server">server</category>
 <category domain="http://www.2030.tk/tag/sftp">sftp</category>
 <category domain="http://www.2030.tk/tag/ssh">ssh</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 25 Nov 2011 23:52:59 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">259 at http://www.2030.tk</guid>
</item>
<item>
 <title>AXbo Schlafphasenwecker und Linux</title>
 <link>http://www.2030.tk/wiki/AXbo_Schlafphasenwecker_und_Linux</link>
 <description>&lt;p&gt;&lt;!--paging_filter--&gt;!!! UPDATE !!!&lt;br /&gt;
Laut einem Kommentar von Jens Ougaard (aXbo Support?) auf dem Blog von crox kann man nun unter &lt;a href=&quot;http://www.axbo.com/webstart/aXbo_unix_2_0_14.sh&quot; title=&quot;http://www.axbo.com/webstart/aXbo_unix_2_0_14.sh&quot;&gt;http://www.axbo.com/webstart/aXbo_unix_2_0_14.sh&lt;/a&gt; eine Unix taugliche Version bekommen.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/links/goto/213/105/links_related&quot;&gt;&lt;img src=&quot;http://www.2030.tk/files/imagepicker/r/rac/aXbo_SchlafphasenWecker.jpg&quot; alt=&quot;aXbo Schlafphasenwecker Logo&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/AXbo_Schlafphasenwecker_und_Linux&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/AXbo_Schlafphasenwecker_und_Linux#comments</comments>
 <category domain="http://www.2030.tk/tag/axbo">axbo</category>
 <category domain="http://www.2030.tk/tag/gadget">gadget</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/install">install</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/schlafphasen">schlafphasen</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <category domain="http://www.2030.tk/tag/wecker">wecker</category>
 <pubDate>Sun, 28 Dec 2008 18:33:46 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">213 at http://www.2030.tk</guid>
</item>
<item>
 <title>HP LaserJet P1006 and Ubuntu</title>
 <link>http://www.2030.tk/wiki/HP_LaserJet_P1006_and_Ubuntu</link>
 <description>&lt;p&gt;!!! Note: At the moment my printer just prints the first page and then displays an printer error !!!&lt;/p&gt;
&lt;p&gt;If you power on the Printer, it will automatically install it and you get a popup thats asking if you want to configure the HP LaserJet P1006.&lt;br /&gt;
This way it won&#039;t work, don&#039;t know why but will try to find out.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/HP_LaserJet_P1006_and_Ubuntu&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/HP_LaserJet_P1006_and_Ubuntu#comments</comments>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/install">install</category>
 <category domain="http://www.2030.tk/tag/printing">printing</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 17 Oct 2008 23:05:30 +0200</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">210 at http://www.2030.tk</guid>
</item>
<item>
 <title>Install Ubuntu 8.04 on Lenovo 3000 N200 with encrypted LVM</title>
 <link>http://www.2030.tk/wiki/Install_Ubuntu_8.04_on_Lenovo_3000_N200_with_encrypted_LVM</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;h1&gt;Pre install&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt; Download and Burn Ubuntu 8.04 (I used 8.04.01) Alternate ISO
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Base Installation&lt;/h1&gt;
&lt;p&gt;I just followed &lt;a href=&quot;http://www.2030.tk/links/goto/203/81/links_related&quot;&gt;this&lt;/a&gt; blog post&amp;nbsp;;-)
&lt;/p&gt;
&lt;h1&gt;Post install&lt;/h1&gt;
&lt;h2&gt; Power Savings &lt;/h2&gt;
&lt;h3&gt; Enable Laptop mode &lt;/h3&gt;
&lt;p&gt;You can see if laptop mode is active with this command:
&lt;/p&gt;
&lt;pre&gt; # cat /proc/sys/vm/laptop_mode
 5
&lt;/pre&gt;
&lt;p&gt;If the content of that file is 0, laptop mode is disabled. In the example here, laptop mode is enabled.
&lt;/p&gt;&lt;p&gt;To enable laptop mode, you can use this command:
&lt;/p&gt;
&lt;pre&gt; echo 5 &gt; /proc/sys/vm/laptop_mode
&lt;/pre&gt;
&lt;h2&gt; Putting /etc into Version Controll &lt;/h2&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Install_Ubuntu_8.04_on_Lenovo_3000_N200_with_encrypted_LVM&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Install_Ubuntu_8.04_on_Lenovo_3000_N200_with_encrypted_LVM#comments</comments>
 <category domain="http://www.2030.tk/tag/administration">administration</category>
 <category domain="http://www.2030.tk/tag/crypto">crypto</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/install">install</category>
 <category domain="http://www.2030.tk/tag/lenovo">lenovo</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Tue, 19 Aug 2008 21:08:44 +0200</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">203 at http://www.2030.tk</guid>
</item>
<item>
 <title>Backup Installed Software List on Ubuntu</title>
 <link>http://www.2030.tk/wiki/Backup_Installed_Software_List_on_Ubuntu</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;h1&gt;Preparation&lt;/h1&gt;
&lt;p&gt;For debian-based system: Install “debfoster” and run it. After answering a lot of questions about your packages you will have a system without unnecessary packages and a short list of only the packages that you have actively chosen to install. (Tip by Motin)
&lt;/p&gt;&lt;p&gt;Another way to clean the system is:
&lt;/p&gt;
&lt;pre&gt; $ apt-get autoremove
&lt;/pre&gt;
&lt;h1&gt;To Backup&lt;/h1&gt;
&lt;pre&gt; $ dpkg --get-selections
&lt;/pre&gt;
&lt;h1&gt;To Restore&lt;/h1&gt;
&lt;p&gt;Importing the List:
&lt;/p&gt;
&lt;pre&gt; $ dpkg --set-selections &amp;lt; /backup/installed-software.log
&lt;/pre&gt;
&lt;p&gt;Install the imported list:
&lt;/p&gt;
&lt;pre&gt; $ dselect
&lt;/pre&gt;&lt;/div&gt;</description>
 <comments>http://www.2030.tk/wiki/Backup_Installed_Software_List_on_Ubuntu#comments</comments>
 <category domain="http://www.2030.tk/tag/backup">backup</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 06 Jun 2008 20:06:17 +0200</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">195 at http://www.2030.tk</guid>
</item>
<item>
 <title>Howto install Skype on 64-Bit Ubuntu</title>
 <link>http://www.2030.tk/wiki/Howto_install_Skype_on_64-Bit_Ubuntu</link>
 <description>&lt;p&gt;Install on Gutsy&lt;br /&gt;
  sudo apt-get install ia32-libs lib32asound2&lt;br /&gt;
  wget -N boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb&lt;br /&gt;
  wget -O skype-install.deb &lt;a href=&quot;http://www.skype.com/go/getskype-linux-ubuntu&quot; title=&quot;http://www.skype.com/go/getskype-linux-ubuntu&quot;&gt;http://www.skype.com/go/getskype-linux-ubuntu&lt;/a&gt;&lt;br /&gt;
  sudo dpkg -i getlibs-all.deb&lt;br /&gt;
  sudo dpkg -i --force-all skype-install.deb&lt;br /&gt;
  sudo getlibs /usr/bin/skype&lt;/p&gt;
</description>
 <comments>http://www.2030.tk/wiki/Howto_install_Skype_on_64-Bit_Ubuntu#comments</comments>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Sun, 04 May 2008 14:47:39 +0200</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">185 at http://www.2030.tk</guid>
</item>
<item>
 <title>Digitales Fotolabor mit Linux</title>
 <link>http://www.2030.tk/wiki/Digitales_Fotolabor_mit_Linux</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;p&gt;Hier folgt eine Zusammenstellung von Infos und Links zum Thema Fotografie unter Linux...
&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;!!! Work in progress&amp;nbsp;!!!
 Zusätzliche Infos könnt ihr gerne in den Kommentaren abgeben
&lt;/pre&gt;
&lt;h1&gt; Tutorials &lt;/h1&gt;
&lt;ul&gt;&lt;li&gt; &lt;a href=&quot;http://uploaded.to/file/ubeyfa&quot;&gt;HDR mit Photomatix&lt;/a&gt; (video tutorial 100MB)
&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt; Software &lt;/h1&gt;
&lt;h2&gt; Bild manipulation &lt;/h2&gt;
&lt;ul&gt;&lt;li&gt; &lt;a href=&quot;http://gimp.org/&quot;&gt;Gimp (alternative zu Photoshop, leider bis jetzt nur 8-Bit verarbeitung)&lt;/a&gt;
&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.gimpshop.com/&quot;&gt;GimpShop (Gimp mit verändertem GUI, damit es wie Photoshop zu bedienen ist)&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Digitales_Fotolabor_mit_Linux&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Digitales_Fotolabor_mit_Linux#comments</comments>
 <category domain="http://www.2030.tk/tag/fotografie">fotografie</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/raw">raw</category>
 <category domain="http://www.2030.tk/tag/software">software</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Tue, 22 Apr 2008 12:43:13 +0200</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">183 at http://www.2030.tk</guid>
</item>
<item>
 <title>Epson Perfection 3590 Photo Scanner auf Ubuntu 7.10</title>
 <link>http://www.2030.tk/wiki/Epson_Perfection_3590_Photo_Scanner_auf_Ubuntu_7.10</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;p&gt;Zuerst mal die Sowtware für iscan runterladen von &lt;a href=&quot;http://www.avasys.jp/lx-bin2/linux_e/scan/DL1.do&quot;&gt;http://www.avasys.jp/lx-bin2/linux_e/scan/DL1.do&lt;/a&gt;, dort einfach Debian als Distribution und others als Version wählen.
&lt;/p&gt;&lt;p&gt;Da ich es auf einem 64-Buit System mache, müssen noch ein paar packete installiert werden:
&lt;/p&gt;
&lt;pre&gt; sudo apt-get install ia32-libs fakeroot alien
&lt;/pre&gt;
&lt;p&gt;Nun das packet in ein tar umwandeln und danach in ein deb packet
&lt;/p&gt;
&lt;pre&gt; fakeroot alien -t --scripts iscan-2.10.0-1.c2.i386.rpm
 fakeroot alien iscan-2.10.0.tgz
 fakeroot alien -t --scripts iscan-plugin-gt-f520-1.0.0-1.c2.i386.rpm
 fakeroot alien iscan-plugin-gt-f520-1.0.0.tgz
&lt;/pre&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Epson_Perfection_3590_Photo_Scanner_auf_Ubuntu_7.10&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Epson_Perfection_3590_Photo_Scanner_auf_Ubuntu_7.10#comments</comments>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/scanner">scanner</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Sun, 06 Apr 2008 00:40:30 +0200</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">177 at http://www.2030.tk</guid>
</item>
<item>
 <title>Encrypt an partition with cryptsetup</title>
 <link>http://www.2030.tk/wiki/Encrypt_an_partition_with_cryptsetup</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;p&gt;This howto log is done on Ubuntu 7.10 64-bit version but should be fine with most debian based distros
&lt;/p&gt;&lt;p&gt;Go to the related link at the end of this article if you want to know what the commands exactly do or if you dont have the same system as I have
&lt;/p&gt;&lt;p&gt;Create a partition GParted (aptitude install gparted), Select Filesystem as &quot;not formatted&quot; and note down the device name (e.g. /dev/sdb1)
&lt;/p&gt;
&lt;h3&gt;Install needed tools&lt;/h3&gt;
&lt;pre&gt; aptitude install cryptsetup
&lt;/pre&gt;
&lt;h3&gt;Load needed modules&lt;/h3&gt;
&lt;p&gt;If you have a 32-bit Pentium, you need to load aes-i586 or simply aes (not optimized) instead of aes-x86_64
&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Encrypt_an_partition_with_cryptsetup&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Encrypt_an_partition_with_cryptsetup#comments</comments>
 <category domain="http://www.2030.tk/tag/crypto">crypto</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/security">security</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Wed, 26 Mar 2008 21:18:49 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">172 at http://www.2030.tk</guid>
</item>
<item>
 <title>Lightscribe with Ubuntu 7.10</title>
 <link>http://www.2030.tk/wiki/Lightscribe_with_Ubuntu_7.10</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;p&gt;Da ich das ganze auf einem 64-Bit System mache, muss zuerst die 32-bit compatibility library, fakeroot und alien installiert werden
&lt;/p&gt;
&lt;pre&gt; sudo apt-get install ia32-libs fakeroot alien
&lt;/pre&gt;
&lt;p&gt;Nun muss das &lt;a href=&quot;http://www.lightscribe.com/downloadsection/linux/index.aspx?id=1372&quot;&gt;Lightscribe System Software&lt;/a&gt; als 32-bit .deb package und das &lt;a href=&quot;http://www.lacie.com/us/support/drivers/driver.htm?id=10094&quot;&gt;Lacie 4L&lt;/a&gt; package als x586 RPM heruntergeladen werden.
&lt;/p&gt;&lt;p&gt;Nun können beide packete in ein tar file umgewandelt
&lt;/p&gt;
&lt;pre&gt; fakeroot alien -t lightscribe-X.X.X.X-linux-2.6-intel.deb
 fakeroot alien -t 4L-X.X-rX.i586.rpm
&lt;/pre&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Lightscribe_with_Ubuntu_7.10&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Lightscribe_with_Ubuntu_7.10#comments</comments>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/lightscribe">lightscribe</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Sun, 16 Mar 2008 01:22:53 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">166 at http://www.2030.tk</guid>
</item>
<item>
 <title>Dual monitor on Ubuntu 7.10</title>
 <link>http://www.2030.tk/wiki/Dual_monitor_on_Ubuntu_7.10</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;p&gt;If you see the desktop in mirror mode on both monitors after you connected the second one, then you just have to do some few steps to get it in extended mode.
&lt;/p&gt;
&lt;pre&gt; Don&#039;t touch the GUI Setting tool (displayconfig-gtk) for monitors, it won&#039;t work correctly and may
 destroy your xorg.conf
&lt;/pre&gt;
&lt;p&gt;To see the identifier for your monitors you can use &quot;xrandr -q&quot;, see sample output below:
&lt;/p&gt;
&lt;pre&gt; ~$  xrandr -q
 Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 3200 x 1200
 VGA connected 1280x1024+0+0 (normal left inverted right) 376mm x 301mm
    1280x1024      60.0*+   84.8     75.0     59.9  
&lt;/pre&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Dual_monitor_on_Ubuntu_7.10&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Dual_monitor_on_Ubuntu_7.10#comments</comments>
 <category domain="http://www.2030.tk/tag/graphics">graphics</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/monitor">monitor</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Sat, 01 Mar 2008 13:17:52 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">161 at http://www.2030.tk</guid>
</item>
<item>
 <title>Install Xubuntu 7.04 on IBM X41 Tablet</title>
 <link>http://www.2030.tk/wiki/Install_Xubuntu_7.04_on_IBM_X41_Tablet</link>
 <description>&lt;p&gt;&lt;!--paging_filter--&gt;Dieses HOWTO Arbeitet mit der Version 7.04 von Xubuntu&lt;/p&gt;
&lt;div class=&quot;toc&quot;&gt;
&lt;div class=&quot;toc-title&quot;&gt;Table of Contents [&lt;a href=&quot;#&quot; class=&quot;toc-toggle&quot;&gt;hide&lt;/a&gt;]&lt;/div&gt;
&lt;div class=&quot;toc-list&quot;&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;#GettingtheImage&quot;&gt;Getting the Image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#postInstallstuff&quot;&gt;post Install stuff&lt;/a&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;#DistroaufdenauktuellstenStandbringen&quot;&gt;Distro auf den auktuellsten Stand bringen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#ServicePartitionnichtautomatischmounten&quot;&gt;Service Partition nicht automatisch mounten&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h1 id=&quot;GettingtheImage&quot;&gt;Getting the Image&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;http://www.xubuntu.org/get&quot;&gt;Hier kann man das image runterladen&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&quot;postInstallstuff&quot;&gt;post Install stuff&lt;/h1&gt;
&lt;h2 id=&quot;DistroaufdenauktuellstenStandbringen&quot;&gt;Distro auf den auktuellsten Stand bringen&lt;/h2&gt;
&lt;div class=&quot;geshifilter&quot;&gt;
&lt;div class=&quot;geshifilter-bash&quot; style=&quot;font-family: monospace;&quot;&gt;
&lt;ol&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; aptitude update&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; aptitude upgrade&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; aptitude &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; linux-headers-generic&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&quot;ServicePartitionnichtautomatischmounten&quot;&gt;Service Partition nicht automatisch mounten&lt;/h2&gt;
&lt;div class=&quot;geshifilter&quot;&gt;
&lt;div class=&quot;geshifilter-bash&quot; style=&quot;font-family: monospace;&quot;&gt;
&lt;ol&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; pico /etc/fstab&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Install_Xubuntu_7.04_on_IBM_X41_Tablet&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Install_Xubuntu_7.04_on_IBM_X41_Tablet#comments</comments>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/ibm">ibm</category>
 <category domain="http://www.2030.tk/tag/install">install</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 11 Jan 2008 17:37:30 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">57 at http://www.2030.tk</guid>
</item>
<item>
 <title>Transparent Terminal on Background</title>
 <link>http://www.2030.tk/wiki/Transparent_Terminal_on_Background</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;ul&gt;&lt;li&gt; &lt;a href=&quot;http://tombuntu.com/index.php/2007/08/27/transparent-terminal-on-your-desktop/&quot;&gt;http://tombuntu.com/index.php/2007/08/27/transparent-terminal-on-your-desktop/&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;</description>
 <comments>http://www.2030.tk/wiki/Transparent_Terminal_on_Background#comments</comments>
 <category domain="http://www.2030.tk/tag/desktop">desktop</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/shell">shell</category>
 <category domain="http://www.2030.tk/tag/terminal">terminal</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 04 Jan 2008 14:26:51 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">27 at http://www.2030.tk</guid>
</item>
<item>
 <title>Install Ubuntu 7.10 on Lenovo 3000 N200</title>
 <link>http://www.2030.tk/wiki/Install_Ubuntu_7.10_on_Lenovo_3000_N200</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;p&gt;Its almost running out of the box.
&lt;/p&gt;
&lt;h1&gt; Desktop Stuff &lt;/h1&gt;
&lt;h2&gt; Compiz Einstellungen &lt;/h2&gt;
&lt;p&gt;Install Advanced Desktop Effect Settings
&lt;/p&gt;
&lt;pre&gt; sudo aptitude install compizconfig-settings-manager
&lt;/pre&gt;
&lt;h2&gt; Screenlets &lt;/h2&gt;
&lt;p&gt;Take a look at &lt;a href=&quot;http://tombuntu.com/index.php/2007/08/24/osx-like-widgets-with-ubuntu-screenlets-and-compiz-fusion/&quot;&gt;http://tombuntu.com/index.php/2007/08/24/osx-like-widgets-with-ubuntu-screenlets-and-compiz-fusion/&lt;/a&gt; or &lt;a href=&quot;http://compiz.org/Desktop_Screenlets&quot;&gt;http://compiz.org/Desktop_Screenlets&lt;/a&gt;
&lt;/p&gt;
&lt;h2&gt; Avant Window Navigator &lt;/h2&gt;
&lt;ul&gt;&lt;li&gt; &lt;a href=&quot;http://blog.t-error.ch/article/528/avant_window_navigator/&quot;&gt;http://blog.t-error.ch/article/528/avant_window_navigator/&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt; Desktop Background Shell &lt;/h2&gt;
&lt;p&gt;see &lt;a href=&quot;/wiki/Transparent_Terminal_on_Background&quot;&gt;Transparent Terminal on Background&lt;/a&gt;
&lt;/p&gt;
&lt;h2&gt; Screen flickering &lt;/h2&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Install_Ubuntu_7.10_on_Lenovo_3000_N200&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Install_Ubuntu_7.10_on_Lenovo_3000_N200#comments</comments>
 <category domain="http://www.2030.tk/tag/administration">administration</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/install">install</category>
 <category domain="http://www.2030.tk/tag/lenovo">lenovo</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Fri, 04 Jan 2008 14:25:03 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">26 at http://www.2030.tk</guid>
</item>
<item>
 <title>Bluethooth mouse Razer and Ubuntu 7.10</title>
 <link>http://www.2030.tk/wiki/Bluethooth_mouse_Razer_and_Ubuntu_7.10</link>
 <description>&lt;p&gt;To get the mouse working, first you ned the MAC adress of your mouse...&lt;br /&gt;
You get it with following command in a shel (assumes, you have bluez-util installed)&lt;/p&gt;
&lt;div class=&quot;geshifilter&quot;&gt;
&lt;div class=&quot;geshifilter-bash&quot; style=&quot;font-family: monospace;&quot;&gt;
&lt;ol&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;hcitool scan&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;To pair your mouse, you can execute the following command in a shell&lt;/p&gt;
&lt;div class=&quot;geshifilter&quot;&gt;
&lt;div class=&quot;geshifilter-bash&quot; style=&quot;font-family: monospace;&quot;&gt;
&lt;ol&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; hidd --connect XX:XX:XX:XX:XX:XX&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;To have it always automatically paired, you can set the two variables like the following sample in the file /etc/default/bluethooth&lt;/p&gt;
&lt;div class=&quot;geshifilter&quot;&gt;
&lt;div class=&quot;geshifilter-bash&quot; style=&quot;font-family: monospace;&quot;&gt;
&lt;ol&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;HIDD_ENABLED=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-family: monospace; font-weight: normal;&quot;&gt;
&lt;div style=&quot;font-family: monospace; font-weight: normal; font-style: normal&quot;&gt;&lt;span style=&quot;color: #007800;&quot;&gt;HIDD_OPTIONS=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;-i XX:XX:XX:XX:XX:XX --server&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://www.2030.tk/wiki/Bluethooth_mouse_Razer_and_Ubuntu_7.10#comments</comments>
 <category domain="http://www.2030.tk/tag/bluethooth">bluethooth</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/mouse">mouse</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <pubDate>Wed, 02 Jan 2008 13:01:11 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">22 at http://www.2030.tk</guid>
</item>
<item>
 <title>Enable AuthenTec Fingerprint Reader as PAM modul</title>
 <link>http://www.2030.tk/wiki/Enable_AuthenTec_Fingerprint_Reader_as_PAM_modul</link>
 <description>&lt;div class=&quot;wiki-content&quot;&gt;&lt;h3&gt; Using fprint library &lt;/h3&gt;
&lt;p&gt;It seems that the fprint packages are now in ubuntu universe repository for interpid and for hardy-backports...
&lt;a href=&quot;http://packages.ubuntu.com/search?lang=de&amp;amp;searchon=names&amp;amp;keywords=fprint&quot;&gt;http://packages.ubuntu.com/search?lang=de&amp;amp;searchon=names&amp;amp;keywords=fprint&lt;/a&gt;
&lt;/p&gt;
&lt;h4&gt; Using Debian packages from Madman2k &lt;/h4&gt;
&lt;p&gt;(Text copy)
&lt;/p&gt;&lt;p&gt;In order to enable fprint authentication on Ubuntu install the libfprint and libpam packages (see attached tar or download from madmans site) and then edit your /etc/pam.d/common-auth so it contains
&lt;/p&gt;
&lt;pre&gt; auth    sufficient      pam_fprint.so
 auth    required        pam_unix.so nullok_secure
&lt;/pre&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.2030.tk/wiki/Enable_AuthenTec_Fingerprint_Reader_as_PAM_modul&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.2030.tk/wiki/Enable_AuthenTec_Fingerprint_Reader_as_PAM_modul#comments</comments>
 <category domain="http://www.2030.tk/tag/administration">administration</category>
 <category domain="http://www.2030.tk/tag/fingerprint">fingerprint</category>
 <category domain="http://www.2030.tk/howtos">Howto</category>
 <category domain="http://www.2030.tk/tag/linux">Linux</category>
 <category domain="http://www.2030.tk/tag/pam">PAM</category>
 <category domain="http://www.2030.tk/tag/security">security</category>
 <category domain="http://www.2030.tk/tag/ubuntu">ubuntu</category>
 <enclosure url="http://www.2030.tk/system/files/fprint-packages-madman2k.tar" length="194560" type="application/x-tar" />
 <pubDate>Tue, 01 Jan 2008 14:05:46 +0100</pubDate>
 <dc:creator>rac</dc:creator>
 <guid isPermaLink="false">18 at http://www.2030.tk</guid>
</item>
</channel>
</rss>

