<?xml version="1.0" encoding="UTF-8"?>




<rss version="2.0"> <channel> <title>Evernote Openbook: Linux</title>
<link>http://www.evernote.com/pub/astreim/Linux</link>
<description>Notes from astreim&#039;s  Evernote Openbook: Linux</description> 

  
  <lastBuildDate>Sat, 14 Nov 2009 15:16:21 GMT</lastBuildDate>
 
  
  <item> <title>How to get Hard disk CPU information</title> <link>http://www.evernote.com/pub/astreim/Linux#d5f3e6cc-2957-4f80-8612-4512714e4ef4</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#d5f3e6cc-2957-4f80-8612-4512714e4ef4"><img align="right" src="http://www.evernote.com/shard/s1/thumb/d5f3e6cc-2957-4f80-8612-4512714e4ef4"/></a>
        <div class="ennote"><a shape="rect" href="http://onlyubuntu.blogspot.com/2009/11/how-to-get-hard-diskcpu-infomation-and.html" target="_blank">How to get Hard disk,CPU infomation and temperature in Ubuntu</a><div></div><div>von <a shape="rect" target="_blank" href="http://www.google.com/reader/view/feed/http%3A%2F%2Ffeeds.feedburner.com%2FOnlyUbuntuLinux%3Fformat%3Dxml">Only Ubuntu Linux</a> von noreply@blogger.com (Admin)<div></div></div><div></div><div></div><div><div><div><div><p/>First,open up terminal from Applications/Accessories/Terminal,and run:<br clear="none"/><br clear="none"/>sudo hdparm /dev/sdc<br clear="none"/><br clear="none"/>Output:<br clear="none"/><br clear="none"/>/dev/sdc:<br clear="none"/> multcount     = 16 (on)<br clear="none"/> IO_support    =  0 (default)<br clear="none"/> readonly      =  0 (off)<br clear="none"/> readahead     = 256 (on)<br clear="none"/> geometry      = 19457/255/63, sectors = 312581808, start = 0<br clear="none"/><br clear="none"/>CPU info.<br clear="none"/><br clear="none"/>cat /proc/cpuinfo<br clear="none"/><br clear="none"/>Output example:<br clear="none"/><br clear="none"/>processor : 0<br clear="none"/>vendor_id : AuthenticAMD<br clear="none"/>cpu family : 15<br clear="none"/>model  : 95<br clear="none"/>model name : AMD Athlon(tm) 64 Processor 3000+<br clear="none"/>stepping : 2<br clear="none"/>cpu MHz  : 1799.564<br clear="none"/>cache size : 512 KB<br clear="none"/>fpu  : yes<br clear="none"/>fpu_exception : yes<br clear="none"/>cpuid level : 1<br clear="none"/>wp  : yes<br clear="none"/>flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow up rep_good extd_apicid pni cx16 lahf_lm svm extapic cr8_legacy<br clear="none"/>bogomips : 3599.12<br clear="none"/>TLB size : 1024 4K pages<br clear="none"/>clflush size : 64<br clear="none"/>cache_alignment : 64<br clear="none"/>address sizes : 40 bits physical, 48 bits virtual<br clear="none"/>power management: ts fid vid ttp tm stc<br clear="none"/><br clear="none"/>CPU Temperature<br clear="none"/><br clear="none"/>Option 1:<br clear="none"/><br clear="none"/>cat /proc/acpi/thermal_zone/THRM/temperature<br clear="none"/><br clear="none"/>This requires kernel modules support,and enable this in kernel option.<br clear="none"/><br clear="none"/>Option 2:<br clear="none"/><br clear="none"/>Install lm-sensors:<br clear="none"/><br clear="none"/>sudo apt-get install lm-sensors<br clear="none"/><br clear="none"/>Then run:<br clear="none"/><br clear="none"/>sensors-detect<br clear="none"/><br clear="none"/>there will be some questions and you can answer them all YES.<br clear="none"/>Now,use this command and you will get cpu temperature:<br clear="none"/><br clear="none"/>sensors<br clear="none"/><br clear="none"/>k8temp-pci-00c3<br clear="none"/>Adapter: PCI adapter<br clear="none"/>Core0 Temp:  +44.0°C<br clear="none"/>Core1 Temp:  +34.0°C<br clear="none"/><div></div></div></div></div></div></div>
    
    ]]></description> <pubDate>Sat, 14 Nov 2009 15:16:21 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#d5f3e6cc-2957-4f80-8612-4512714e4ef4</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/d5f3e6cc-2957-4f80-8612-4512714e4ef4"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Ubuntu: Easily Add Desktop Launcher for VirtualBox Virtual Machine -- Digital Streets</title> <link>http://www.evernote.com/pub/astreim/Linux#266c91fc-ab4a-43df-a843-9be32e0a71e0</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><div><a shape="rect" title="Permanent Link to Ubuntu: Easily Add Desktop Launcher for VirtualBox Virtual Machine" rel="bookmark" href="http://blogs.tech-recipes.com/shamanstears/2008/02/01/ubuntu-easily-add-desktop-launcher-for-virtualbox-virtual-machine-2/" target="_blank">Ubuntu: Easily Add Desktop Launcher for VirtualBox Virtual Machine</a> 
			February 1st, 2008
		</div>
		<div>
			
			<p>VirtualBox makes it easy to run virtual environments on your Ubuntu machine.  You can add a launcher to your desktop to make accessing your virtual machine even easier.  Here’s how:</p>
<p>1. Right-click your desktop and select <b>Create Launcher</b> from the context menu.</p>
<p>2. From the Create Launcher window, keep the <b>Type</b> as <b>Application</b>.  In the <b>Name</b> textbox, input the name that will be used to label the launcher.  In the <b>Command</b> textbox, input the following:</p>
<p>VBoxManage startvm your_virtual_machine_name</p>
<p>making sure to use the name of your Virtual Machine as it is labeled in VirtualBox.</p>
<p>3. Click OK.</p>
<p>The launcher will be placed on your desktop, giving you instant access to your virtual machine.</p></div></div>
    
    ]]></description> <pubDate>Thu, 12 Nov 2009 14:55:59 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#266c91fc-ab4a-43df-a843-9be32e0a71e0</guid> 
  
  </item>

  
  <item> <title>Probleme mit HDD an 7270 als Sambashare unter Ubuntu 9.04 - IP-Phone-Forum</title> <link>http://www.evernote.com/pub/astreim/Linux#faa48bdc-96f8-412f-ba1e-d9aa777c7e3f</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><div>der Fritz!Box SMB-Server benutzt noch LANMAN-Authentication.<br clear="none"/>
Unter Ubuntu SMB-Client ist es aber standardmäßig deaktiviert, da es schon veraltet und nicht mehr so sicher ist. Wird aber z.B. noch von win98 verwendet.<br clear="none"/>
<br clear="none"/>
Die Option muss also im Samba-Client eingeschaltet werden, dazu muss man die Datei smb.conf editieren.<br clear="none"/>
<br clear="none"/>
/etc/samba/smb.conf mit Editor öffnen und unter der Sektion<br clear="none"/>
####### Authentication #######<br clear="none"/>
die Option client lanman auth = yes<br clear="none"/>
eintragen und abspeichern.<br clear="none"/>
<br clear="none"/>
Auf die Fritz!Box zugreifen und bei der Abfrage eingeben ...<br clear="none"/>
<b>Benutzername:</b> ist egal z.B. Gast oder dein Benutzername<br clear="none"/>
<b>Domäne:</b> ist egal z.B. WORKGROUP<br clear="none"/>
<b>Passwort:</b> ist selbsterklärend!<br clear="none"/>
<br clear="none"/>
So funktioniert es bei mir!</div>
		
	
		
		
		
		
		
		
		
		
		
		
			<div>			</div></div>
    
    ]]></description> <pubDate>Mon, 19 Oct 2009 03:06:10 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#faa48bdc-96f8-412f-ba1e-d9aa777c7e3f</guid> 
  
  </item>

  
  <item> <title>VPN-Verbindung mit Shrew Soft VPN Connect zur FRITZ!Box (Client-LAN-Kopplung)</title> <link>http://www.evernote.com/pub/astreim/Linux#49cda500-71eb-4cbb-9a69-58df3bbc0581</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#49cda500-71eb-4cbb-9a69-58df3bbc0581"><img align="right" src="http://www.evernote.com/shard/s1/thumb/49cda500-71eb-4cbb-9a69-58df3bbc0581"/></a>
        <div class="ennote"><div>
    </div>
 <div><p>VPN</p></div>

 <div>




		

		
		

		      
			  	                        		 <a shape="rect" href="#">Seite drucken</a><br clear="none"/><br clear="none"/><br clear="none"/>
			    VPN-Verbindung mit Shrew Soft VPN Connect zur FRITZ!Box (Client-LAN-Kopplung)  

		

		

		

		

		

		

		
		Das Programm &quot;FRITZ!Box-Fernzugang einrichten&quot; ermöglicht eine komfortable VPN-Konfiguration für die Verbindung von einem Computer mit FRITZ!Fernzugang zu einer FRITZ!Box (Client-LAN-Kopplung). Alle Sicherheitseinstellungen werden von dem Programm automatisch generiert und in Konfigurationsdateien geschrieben, die danach lediglich in das Programm FRITZ!Fernzugang und die FRITZ!Box importiert werden müssen.
<br clear="none"/>Für VPN-Verbindungen von der VPN-Lösung eines anderen Herstellers zur FRITZ!Box können Sie eine mit &quot;FRITZ!Box-Fernzugang einrichten&quot; erstellte Konfigurationsdatei manuell anpassen. In dieser Anleitung beschreiben wir Ihnen die notwendigen Anpassungen für VPN-Verbindungen von dem VPN-Client Shrew Soft VPN Connect zu einer FRITZ!Box. Der Shrew Soft VPN Client steht sowohl für Windows (32-Bit und 64-Bit) sowie für Linux und BSD zum kostenlosen Download bereit.
<div>HINWEIS:
<br clear="none"/>Bei dieser Anleitung handelt es sich um eine unverbindliche Beispielkonfiguration ohne Anspruch auf technische Vollständigkeit. Der AVM-Support bietet keine Unterstützung bei der individuellen Anpassung einer VPN-Konfigurationsdatei oder der Einrichtung einer VPN-Lösung eines anderen Herstellers.</div>
<br clear="none"/>
Voraussetzungen
<div>Für das Erzeugen der VPN-Konfigurationsdatei für die FRITZ!Box muss ein Computer mit Windows Vista, XP oder 2000 zur Verfügung stehen.</div>
<div>Shrew Soft VPN Connect muss in der Version 2.1.4 (oder höher) installiert sein.</div>
<div>HINWEIS:
<br clear="none"/>Die aktuelle Version von Shrew Soft VPN Connect steht unter  <a shape="rect" title="Textlink" target="_blank" href="http://www.shrew.net">www.shrew.net</a> zum kostenlosen Download zur Verfügung.</div>
<br clear="none"/>
Beispielwerte in dieser Anleitung
Ersetzen Sie bei der VPN-Konfiguration die hier genannten Beispielwerte durch die in Ihrer Konfiguration tatsächlich verwendeten Werte.
<ul><li>IP-Netzwerk der FRITZ!Box:
<br clear="none"/>192.168.100.0 (Subnetzmaske: 24 - 255.255.255.0)</li><li>IP-Adresse des VPN-Benutzers im FRITZ!Box-Netzwerk:
<br clear="none"/>192.168.100....</li></ul></div></div>
    
    ]]></description> <pubDate>Fri, 16 Oct 2009 10:31:53 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#49cda500-71eb-4cbb-9a69-58df3bbc0581</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/49cda500-71eb-4cbb-9a69-58df3bbc0581"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>OMG! UBUNTU!: Integrate Google Docs With Ubuntu</title> <link>http://www.evernote.com/pub/astreim/Linux#354709f4-159b-4da8-9152-aacea1c3d738</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#354709f4-159b-4da8-9152-aacea1c3d738"><img align="right" src="http://www.evernote.com/shard/s1/thumb/354709f4-159b-4da8-9152-aacea1c3d738"/></a>
        <div class="ennote">Upload To Google Docs Via Nautilus   <p>You can easily upload a file to Google Doc’s via a Right Click with this User Script for Nautilus.</p>  <p><a shape="rect" href="http://lh3.ggpht.com/_FJH0hYZmVtc/SqmCLwBCHAI/AAAAAAAACuE/KChbz98yUJQ/s1600-h/screenshot_001%5B1%5D.png" target="_blank"></a></p>  <p>Once installed you need simply right click on the file you wish to send and choose ‘Send To Google Docs’.</p>  <p>You will be prompted for your login details. Enter them and click OK. </p>  <p><a shape="rect" href="http://lh4.ggpht.com/_FJH0hYZmVtc/SqmCNcGBn1I/AAAAAAAACuM/S3G01-jZulc/s1600-h/screenshot_0023.png" target="_blank"></a> <a shape="rect" href="http://lh4.ggpht.com/_FJH0hYZmVtc/SqmCOGuedgI/AAAAAAAACuU/I_TlWn2gyZs/s1600-h/screenshot_0033.png" target="_blank"></a> </p>  <p>Your file will be uploaded and, if successful, a confirmation dialog will appear. </p>  Download   <p><a shape="rect" href="http://code.google.com/p/nautilus-gdoc/" target="_blank">http://code.google.com/p/nautilus-gdoc/</a></p>  Installation   <p>To install any script, simple copy the downloaded script into your User Scripts folder, which is located @ home/.gnome2/nautilus-scripts </p></div>
    
    ]]></description> <pubDate>Wed, 14 Oct 2009 13:19:46 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#354709f4-159b-4da8-9152-aacea1c3d738</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/354709f4-159b-4da8-9152-aacea1c3d738"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Getting media ready on your disk</title> <link>http://www.evernote.com/pub/astreim/Linux#4599c9e8-9969-4490-9685-99166cf36115</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#4599c9e8-9969-4490-9685-99166cf36115"><img align="right" src="http://www.evernote.com/shard/s1/thumb/4599c9e8-9969-4490-9685-99166cf36115"/></a>
        <div class="ennote"><div>Cinelerra for Grandma</div>
<div>
<div>Basic HOWTOs for very beginners</div>
</div>

  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/index.html" target="_blank">Home</a></div>
  <div> </div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/prerequisites.html" target="_blank">Pre-requisites</a></div>
  <div> </div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/installation.html" target="_blank">Installation</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/get_media_ready.html" target="_blank">Preparing media</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/settings.html" target="_blank">Adjusting settings</a></div>
  <div> </div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/loading.html" target="_blank">Loading media</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/first_editing.html" target="_blank">First editing</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/second_editing.html" target="_blank">Second editing</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/titles.html" target="_blank">Titles</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/transitions.html" target="_blank">Transitions</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/effects.html" target="_blank">Effects</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/compositing.html" target="_blank">Compositing</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/colour_correction.html" target="_blank">Colour correction</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/rendering.html" target="_blank">Rendering</a></div>
  <div> </div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/DVD.html" target="_blank">Making a DVD</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/animations.html" target="_blank">Making animations</a></div>
  <div> </div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/compilation.html" target="_blank">Compilation</a></div>
  <div> </div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/troubleshooting.html" target="_blank">Troubleshooting</a></div>
  <div><a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/glossary.html" target="_blank">Glossary</a></div>

<div>
<div>
Getting media ready on your disk
</div>
<div>
  <div>Table of Contents</div>
  &lt;p&gt;&lt;b&gt;JavaScript must be enabled in your browser to display the table of contents.&lt;/b&gt;&lt;/p&gt;
<div><a shape="rect" href="#_how_to_capture_video_from_your_minidv_camcorder">How to capture video from your miniDV camcorder</a></div><div><a shape="rect" href="#_using_the_graphical_user_interface_kino">Using the Graphical User Interface - Kino</a></div><div><a shape="rect" href="#_using_the_command_line_dvgrab">Using the Command Line - dvgrab</a></div><div><a shape="rect" href="#_how_to_split_your_raw_dv_source_files">How to split your Raw DV source files</a></div><div><a shape="rect" href="#_how_to_refine_the_splitting_of_your_raw_dv_source_files">How to refine the splitting of your Raw DV source files</a></div><div><a shape="rect" href="#_how_to_import_photos_from_a_digital_camera_or_from_an_sd_card_reader">How to import photos from a digital camera (or from an SD card reader)</a></div><div><a shape="rect" href="#_how_to_download_images_from_the_internet_legally">How to download images from the Internet (legally)</a></div><div><a shape="rect" href="#_how_to_manipulate_rotate_and_resize_your_digital_images">How to manipulate (rotate and resize) your digital images</a></div><div><a shape="rect" href="#_using_the_graphical_user_interface_gthumb_the_grandma_way">Using the Graphical User Interface - gthumb (the grandma way)</a></div><div><a shape="rect" href="#_using_the_graphical_user_interface_gimp_the_artist_way">Using the Graphical User Interface - GIMP (the artist way)</a></div><div><a shape="rect" href="#_using_the_command_line_imagemagick_the_grandchild_way">Using the Command Line - Imagemagick (the grandchild way)</a></div><div><a shape="rect" href="#_how_to_download_music_from_the_internet_legally">How to download music from the Internet (legally)</a></div><div><a shape="rect" href="#_how_to_choose_the_format_of_your_source_video_for_editing">How to choose the format of your source video for editing</a></div><div><a shape="rect" href="#_how_to_convert_your_source_file_to_mjpeg">How to convert your source file to MJPEG</a></div></div>
How to capture video from your miniDV camcorder
<div>
<div><p>Cinelerra record function for capture with firewire cable (dv input) isn't working well on newer kernels. You can use Kino instead, or dvgrab (a nice and easy command line application).<br clear="none"/>
dvgrab command line style is quicker but Kino is more accurate in automatic scene splitting. dvgrab can grab also HDV content.</p></div>
<div><p>You will likely have to make firewire work before capturing with Kino or dvgrab.</p></div>
Using the Graphical User Interface - Kino<div></div>
<div><ul><li>
<p>
Install Kino using Synaptic Package Manager.
</p>
</li><li>
<p>
Make sure your camera is on, in playback mode and connected to the computer with the firewire cable.
</p>
</li><li>
<p>
Launch Kino and click on the Capture tab on the right. Watch for errors at the bottom left of the main window. If you are desperate, consult the <a shape="rect" href="http://www.g-raffa.eu/Cinelerra/HOWTO/troubleshooting.html" target="_blank">Troubleshooting</a> page.
</p>
</li><li>
<p>
You can navi...</p></li></ul></div></div></div></div>
    
    ]]></description> <pubDate>Wed, 16 Sep 2009 08:05:21 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#4599c9e8-9969-4490-9685-99166cf36115</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/4599c9e8-9969-4490-9685-99166cf36115"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Backup</title> <link>http://www.evernote.com/pub/astreim/Linux#68bbe0dd-6e3c-49aa-927b-ebae1d59fc84</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote">I also save the list of currently installed software;<br clear="none"/><br clear="none"/>dpkg --get-selections &gt; /media/disk/$today/dpkg_list.txt<br clear="none"/><br clear="none"/>You can then restore everything by doing this;<br clear="none"/><br clear="none"/># sudo dpkg --set-selections &lt; /media/disk/{date}/dpkg_list.txt<br clear="none"/># sudo apt-get -y update<br clear="none"/># sudo apt-get dselect-upgrade<br clear="none"/><br clear="none"/>Or so I have read - I've never tried it ...<br clear="none"/>If you didn't compile any application by yourself, backing up the home<br clear="none"/>and etc folder is the way to go. You can always 'backup' a list of<br clear="none"/>installed application through:<br clear="none"/><br clear="none"/>sudo aptitude-create-state-bundle $filename<br clear="none"/><br clear="none"/>and reapply them through<br clear="none"/><br clear="none"/>sudo aptitude-run-state-bundle<br clear="none"/><br clear="none"/>or you could save a plaintext list through:<br clear="none"/><br clear="none"/>dpkg --get-selections | awk '!/deinstall|purge|hold/ {print $1}' &gt;<br clear="none"/>packages.list<br clear="none"/>and install it by<br clear="none"/>xargs -a &quot;packages.list&quot; sudo apt-get install<br clear="none"/><br clear="none"/>Regards Friedrich<br clear="none"/><br clear="none"/>---<br clear="none"/><br clear="none"/><br clear="none"/></div>
    
    ]]></description> <pubDate>Wed, 09 Sep 2009 23:13:38 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#68bbe0dd-6e3c-49aa-927b-ebae1d59fc84</guid> 
  
  </item>

  
  <item> <title>Watch Log Files in Realtime / Ubuntu Tutorials : Dapper – Hardy – Intrepid – Jaunty</title> <link>http://www.evernote.com/pub/astreim/Linux#fcce7ab8-9135-4890-9bff-81973e1e2dcd</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote">Watch Log Files in Realtime
				<div>
<p>
 </p><p>A very useful tool in any kind of troubleshooting is checking out the log files. Whether you’re troubleshooting a system problem, monitoring a mail server or simply checking the visitors for a web server the log files are your best friend. There are a few ways to handle this.</p>
<p>Probably the most common command used to keep an eye on log files is tail. Here are a few examples:</p>
<p>tail -f /var/log/syslog</p>
<p>tail -n25 /var/log/mail.log</p>
<p>tail -F /var/log/lighttpd/error.log</p>
<p>You’ll notice that each command above used a different option. Let me explain what each does.</p>
<p>-f, –follow : output appended data as the file grows</p>
<p>-n, –lines: output the last N lines, instead of the last 10; or use +N to output lines starting with the Nth</p>
<p>-F: same as –follow –retry</p>
<p>–retry: keep trying to open a file even if it is inaccessible when tail starts or if it becomes inaccessible later</p>
<p>Also note that ctrl-c will stop the -f or –follow options.</p>
<p>One thing that I’ve learned in all my troubleshooting and administration is that the system almost always tells you what the problem is. The trick is to simply know where to look. /var/log/messages, /var/log/syslog and other files in the /var/log/ directory will almost surely have the answer.</p></div></div>
    
    ]]></description> <pubDate>Wed, 09 Sep 2009 13:12:25 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#fcce7ab8-9135-4890-9bff-81973e1e2dcd</guid> 
  
  </item>

  
  <item> <title>Warum ist meine Ext3 Festplatte kleiner als angegeben? | Linux und Ich</title> <link>http://www.evernote.com/pub/astreim/Linux#f7ac1e5c-cfd3-4f52-802e-fb074f6ab1c7</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#f7ac1e5c-cfd3-4f52-802e-fb074f6ab1c7"><img align="right" src="http://www.evernote.com/shard/s1/thumb/f7ac1e5c-cfd3-4f52-802e-fb074f6ab1c7"/></a>
        <div class="ennote"><div>

	<div>


	
										<a shape="rect" title="Permanent Link to Warum ist meine Ext3 Festplatte kleiner als angegeben?" rel="bookmark" href="http://linuxundich.de/de/ubuntu/festplatte-kleiner-als-angegeben-ext3/" target="_blank">Warum ist meine Ext3 Festplatte kleiner als angegeben?</a>
				<p>September 8th, 2009 <a shape="rect" title="Kommentiere Warum ist meine Ext3 Festplatte kleiner als angegeben?" href="http://linuxundich.de/de/ubuntu/festplatte-kleiner-als-angegeben-ext3/#comments" target="_blank">§ 3</a></p>
				
				<div>
										<p>In Foren fallen mir immer wieder Fragen von Linux-Anwendern zur Kapazität Ihrer Festplatten auf. Man wundert sich oft, warum nach dem Formatieren einer etwa 500GB großen Festplatte deutlich weniger freier Plattenplatz angezeigt wird, als eigentlich erwartet. </p>
<p>Dies liegt zum Einen an der unterschiedlichen Rechnungsweise der Festplattenhersteller, zum Anderen am Dateisystem Ext2/3 das üblicherweise einen Teil der Festplatte für das System reserviert. Ich versuche das Thema kurz zusammenzufassen…</p>
<p/>
<a shape="rect" name="wptoc_0_0_0"></a>Das Einheiten-Chaos
<p>Der primäre Unterschied liegt in der unterschiedlichen rechenweise von Festplattenherstellern und Informatikern. In der “normalen” Welt sind wir die 10 als Vorsatz für Maßeinheiten gewohnt. Bei den Gewichtseinheiten wird immer mit 10 hoch irgendwas gerecht, also beispielsweise…</p>
<ul><li>1 Kilogramm sind 10^3 Gramm</li><li>1 Tonne sind 10^3 Kilogramm oder 10^6 Gramm</li><li>usw… </li></ul>
<p>Informatiker rechnen nun meist Binär. Daher verwenden sie die 2 als Präfix für Potenzen.</p>
<ul><li>1 Byte entspricht 8 Bit</li><li>1 Kilobyte sind 2^10 Byte, also 1024 Byte</li><li>1 Megabyte sind 2^20 Byte, also 1.048.576 Byte</li><li>usw… </li></ul>
<p>Bei auf der 2 basierenden Einheiten sollte man daher eigentlich von Kibibyte, Mebibyte und Co. reden, doch im allgemeinen Sprachgebrauch macht das praktisch niemand.</p>
<p>Die Folge dieser unterschiedlichen Rechenweise: Eine vom Hersteller mit 1000 GB Speicherkapazität angegebene Festplatte wird vom Betriebsystem mit nur rund 932 GB ausgewiesen. Dem Marketing- und Kaufleuten der Festplattenherstellern kommt die größer aussehende Auszeichnung natürlich besser, als die “kleinere” Rechenweise der Informatiker.</p>
<p>Viel mehr will ich gar nicht auf diesen Unterschied eingehen. In der <a shape="rect" rel="nofollow" href="http://de.wikipedia.org/wiki/Byte#Gr.C3.B6.C3.9Fenunterschiede_zwischen_den_Bedeutungsauffassungen" target="_blank">Wikipedia</a> und selbst auf <a shape="rect" href="http://www.spiegel.de/netzwelt/web/0,1518,646498,00.html" target="_blank">Spiegel Online</a> finden sich wirklich gute Artikel, die das Thema auch dem Laien und nicht-Mathematiker erklären…</p>
<a shape="rect" name="wptoc_0_0_1"></a>Ext2/Ext3 reserviert sich Speicher
<p>Das eigentliche Thema ist die Tatsache, dass bei der Formatierung einer Festplatte mit Ext2 oder Ex...</p></div></div></div></div>
    
    ]]></description> <pubDate>Tue, 08 Sep 2009 11:53:45 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#f7ac1e5c-cfd3-4f52-802e-fb074f6ab1c7</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/f7ac1e5c-cfd3-4f52-802e-fb074f6ab1c7"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Chromium Browser</title> <link>http://www.evernote.com/pub/astreim/Linux#d0a829d9-87f1-4783-8832-4219f7b3e5f1</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><a shape="rect" href="http://feedproxy.google.com/~r/UbuntuTutorials/~3/7VVBur527I4/" target="_blank">Chromium Browser : Now Stable</a><div></div><div>von <a shape="rect" target="_blank" href="http://www.google.com/reader/view/feed/http%3A%2F%2Fubuntu-tutorials.com%2Ffeed%2Fatom%2F">Ubuntu Tutorials : Dapper - Hardy - Intrepid - Jaunty</a> von Christer Edwards<div></div></div><div></div><div><div><div><div><p>
 </p><p>The other day I decided I would try out the Chromium Browser again on Linux. It has been some time since I tried it–the last time it hardly rendered text properly–so I was very happy to see that it has improved significantly! When I say significantly I mean it is now my default browser, and has been for over a week. I don’t believe I have had any crashes (I can’t recall any as I write this), and everything that I expect to work has worked just fine. This includes flash, javascript, tabs, https, etc, etc. I trust it enough to write this post and not crash and lose my progress.</p>
<p>For those that haven’t tried it out yet, I would invite you to do so. I’ve outlined instructions below on how to use the chromium-daily PPA to update and use the latest nightly builds.</p>
<p>Configure PPA</p>
<p>Append the following line to your /etc/apt/sources.list:</p>
<p>deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main</p>
<p>You can also import the package signing key using the command:</p>
<p>sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 4E5E17B5</p>
<p>You’ll have to refresh your package list, but then you’ll be able to install the Chromium Browser and you’ll receive updates daily.</p>
<p>sudo aptitude update &amp;&amp; sudo aptitude install chromium-browser</p>
<p>Thoughts?</p>
<p>What are your thoughts on Chromium? Do you like it? Is it faster? I’m sure many of you will mention that its lack of plugins as compared to Firefox is holding you back, but that is on the horizon. Let me know what you like and what you don’t like, and if you’ve had as much success as I have.</p></div></div></div></div></div>
    
    ]]></description> <pubDate>Tue, 08 Sep 2009 11:26:25 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#d0a829d9-87f1-4783-8832-4219f7b3e5f1</guid> 
  
  </item>

  
  <item> <title>Mini-Howto: hso 1.9 Treiber für UMTS-Geräte wie GE0201 GE0301 mit dkms installieren › Forum › ubuntuusers.de</title> <link>http://www.evernote.com/pub/astreim/Linux#8cb3fff3-7838-4162-89f9-80afef20ee3f</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#8cb3fff3-7838-4162-89f9-80afef20ee3f"><img align="right" src="http://www.evernote.com/shard/s1/thumb/8cb3fff3-7838-4162-89f9-80afef20ee3f"/></a>
        <div class="ennote">
   <div><div><div><div><div>
    <div>
      <a shape="rect" href="http://forum.ubuntuusers.de/" target="_blank">ubuntuusers.de</a>
      <ul><li><a shape="rect" href="http://ubuntuusers.de/" target="_blank">Portal</a></li><li><a shape="rect" href="http://forum.ubuntuusers.de/" target="_blank">Forum</a></li><li><a shape="rect" href="http://wiki.ubuntuusers.de/" target="_blank">Wiki</a></li><li><a shape="rect" href="http://ikhaya.ubuntuusers.de/" target="_blank">Ikhaya</a></li><li><a shape="rect" href="http://planet.ubuntuusers.de/" target="_blank">Planet</a></li></ul>
    </div>

    <div>
      <div>
        <a shape="rect" href="http://wiki.ubuntuusers.de/ubuntuusers/Fehler%20melden" target="_blank">Fehler melden</a><br clear="none"/>
        <ul><li/></ul>
        <ul><li><a shape="rect" href="http://ubuntuusers.de/login/?next=http%3A%2F%2Fforum.ubuntuusers.de%2Ftopic%2Fmini-howto%3A-hso-1.9-treiber-fuer-umts-geraete%2F%3Fhighlight%3Dfonic" target="_blank">Login</a></li><li><a shape="rect" href="http://ubuntuusers.de/register/" target="_blank">Registrieren</a></li></ul>
        
  <a shape="rect" href="http://forum.ubuntuusers.de/" target="_blank">Forum</a>
  Mini-Howto: hso 1.9 Treiber für UMTS-Geräte wie GE0201 GE0301 mit dkms installieren

      </div>

      <div>

        <div>
          
            
            ÜberallForumWikiIkhayaPlanet
            
        </div><div></div>
          <div>
            <ul><li><a shape="rect" href="http://ubuntuusers.de/search/?advanced=True" target="_blank">Erweiterte Suche</a></li><li><a shape="rect" href="http://forum.ubuntuusers.de/newposts/" target="_blank">Neue Beiträge</a><a shape="rect" href="http://forum.ubuntuusers.de/unanswered/" target="_blank">Unbeantwortete Themen</a><a shape="rect" href="http://forum.ubuntuusers.de/unsolved/" target="_blank">Ungelöste Themen</a><a shape="rect" href="http://forum.ubuntuusers.de/last24/" target="_blank">24 Stunden</a><a shape="rect" href="http://forum.ubuntuusers.de/last12/" target="_blank">12 Stunden</a><a shape="rect" href="http://forum.ubuntuusers.de/last6/" target="_blank">6 Stunden</a></li></ul>
          </div>

          <div>
            <ul><li><a shape="rect" href="#">Optionen</a></li><li><a shape="rect" href="http://forum.ubuntuusers.de/markread/" target="_blank">Alle Foren als gelesen markieren</a></li></ul>
          </div>

        <p>
          <a shape="rect" href="http://ubuntuusers.de/" target="_blank">ubuntuusers.de</a> »
          <a shape="rect" href="http://forum.ubuntuusers.de/" target="_blank">Forum</a> »
          <a shape="rect" href="http://forum.ubuntuusers.de/forum/internetzugang/" target="_blank">Netzwerk und Internetzugang einrichten</a> »
          <a shape="rect" href="http://forum.ubuntuusers.de/topic/mini-howto:-hso-1.9-treiber-fuer-umts-geraete/" target="_blank">Mini-Howto: hso 1.9 Treiber für UMTS-Geräte wie GE0201 GE0301 mit dkms installieren</a>
        </p>

      </div>
      <div><a shape="rect" href="#"></a>
        Suchergebnisse werden hervorgehoben. Suchwörter <a shape="rect" href="http://forum.ubuntuusers.de/topic/mini-howto:-hso-1.9-treiber-fuer-umts-geraete/" target="_blank">ausblenden</a>.
      </div>

      <div>
        
        
        <div></div>        
        <div>
  <div>
    Mini-Howto: hso 1.9 Treiber für UMTS-Geräte wie GE0201 GE0301 mit dkms installieren
    <div>
      <div> « Zurück 1 Weiter » <div></div></div>
      Status: gelöst
      |
      
      Ubuntu-Version:
        Ubuntu 8.10 (Intrepid Ibex)
      
      <br clear="none"/>
      
  
    <a shape="rect" href="http://forum.ubuntuusers.de/topic/mini-howto:-hso-1.9-treiber-fuer-umts-geraete/reply/" target="_blank">antworten</a> |
    
  

    </div>
  </div>

  
          <p>
            <a shape="rect" href="http://ubuntuusers.de/user/maddin_/" target="_blank">maddin_</a>
          </p>
          <p>Anmeldungsdatum: <br clear="none"/>23. Juli 2006</p>
          <p>Beiträge: 4</p>
        
          <div>
            <div>
                <a shape="rect" href="http://forum.ubuntuusers.de/post/1900838/quote/" target="_blank">zitieren</a>
            </div>
            <a shape="rect" title="Kopiere diesen Link, um auf diesen Beitrag zu verweisen" href="http://forum.ubuntuusers.de/post/1900838/" target="_blank"></a>
            Verfasst: 29. März 2009 12:02
          </div>
          <div>
            <p>Hi,</p><p>für alle die neuere UMTS-Modems der Firma Option besitzen hier eine Anleitung wie der aktuelle Treiber hso-1.9 besonders einfach zu installieren ist.
Bei Ubuntu 8.10 und 9.04 wird zwar ein hso-Treiber mitgeliefert, aber nur Version 1.2, die für Geräte mit neuer Firmware nicht geeignet ist.</p><p>1. DKMS (der &quot;Dynamic Kernel Module Support&quot;) installieren</p>aptitude install dkms<p>2. das angehängte Archiv mit dem Treiber runterladen und in /usr/src auspacken
</p>cd /usr/src
tar xvfz hso-1.9.tar.gz<p>Nun sollte da ein Verzeichnis /usr/src/hso-1.9 sein.</p><p>3. den Treiber beim dkms &quot;anmelden&quot;
</p>dkms add -m hso -...</div></div></div></div></div></div></div></div></div></div>
    
    ]]></description> <pubDate>Fri, 04 Sep 2009 08:36:12 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#8cb3fff3-7838-4162-89f9-80afef20ee3f</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/8cb3fff3-7838-4162-89f9-80afef20ee3f"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Powerful Remote Incremental Backup with rdiff-backup | Tombuntu</title> <link>http://www.evernote.com/pub/astreim/Linux#54a7e4d4-ef2c-4f80-9c85-e3ebe483507e</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><div>

<div>





<div>
<a shape="rect" title="Powerful Remote Incremental Backup with rdiff-backup" href="http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup/" target="_blank">Powerful Remote Incremental Backup with rdiff-backup</a>

<div>Published in August 22nd, 2009 </div>
<div>Posted by <a shape="rect" title="Posts by Tom" href="http://tombuntu.com/index.php/author/admin/" target="_blank">Tom</a> in <a shape="rect" rel="category tag" title="View all posts in software" href="http://tombuntu.com/index.php/topics/software/" target="_blank">software</a></div>
<div>




<p>The last few days I have been testing backup software to automatically backup my desktop Ubuntu system. I’ve only just got it set up, but <a shape="rect" href="http://www.nongnu.org/rdiff-backup/index.html" target="_blank">rdiff-backup</a> is exactly what I was looking for and seems to be working very well. </p>
<p>rdiff-backup tries to “combine the best features of a mirror and an incremental backup”. It’s a command line utility that not only gives you a plain mirror of your files, but also allows you to retrieve previous versions of your files using the extra difference data it keeps. This means you can quickly copy and paste to restore a file from your most recent backup, or retrieve the contents of files as they were at the time of any previous backup. rdiff-backup has built in support for network backups over SSH and is network-efficient and fast thanks to its incremental nature. It’s also possible to run rdiff-backup on Windows, soon I’ll be investigating whether it will work as a backup solution for the Windows systems on my network.</p>
<p>If you’re looking for an simpler graphical backup tool, check out <a shape="rect" href="http://tombuntu.com/index.php/2008/11/18/a-guide-to-system-backup-and-restore-in-ubuntu/" target="_blank">A Guide to System Backup and Restore in Ubuntu</a>. The rest of this post will go though how I’ve set up rdiff-backup to backup my home directory to a hard drive connected to another Ubuntu system on my network.</p>
<p>SSH public key authentication<br clear="none"/>
If you want to schedule automatic rdiff-backups over the network you will need to use public keys with SSH so rdiff-backup can log into the remote system without a password. This assumes that both the remote and local systems already have SSH servers installed. </p>
<p>On your local system create new key pair with no passphrase for your user:<br clear="none"/>
ssh-keygen -t rsa</p>
<p>Use the ssh-copy-id tool to give the new public key to the remote backup system:<br clear="none"/>
ssh-copy-id -i ~/.ssh/id_rsa.pub '-p 2222 backups@192.168.1.40'</p>
<p>Finally, test logging in to the remote system without a password:<br clear="none"/>
ssh -p 2222 backups@192.168.1.40</p>
<p>Install rdiff-backup<br clear="none"/>
When operating over the network, rdi...</p></div></div></div></div></div>
    
    ]]></description> <pubDate>Sun, 23 Aug 2009 11:10:19 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#54a7e4d4-ef2c-4f80-9c85-e3ebe483507e</guid> 
  
  </item>

  
  <item> <title>WLAN/wpa supplicant › Wiki › ubuntuusers.de</title> <link>http://www.evernote.com/pub/astreim/Linux#3df8c149-3bd1-4d8d-b062-53d1f51fc951</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#3df8c149-3bd1-4d8d-b062-53d1f51fc951"><img align="right" src="http://www.evernote.com/shard/s1/thumb/3df8c149-3bd1-4d8d-b062-53d1f51fc951"/></a>
        <div class="ennote">
   <div><div><div><div><div>
    <div>
      <a shape="rect" href="http://wiki.ubuntuusers.de/" target="_blank">ubuntuusers.de</a>
      <ul><li><a shape="rect" href="http://ubuntuusers.de/" target="_blank">Portal</a></li><li><a shape="rect" href="http://forum.ubuntuusers.de/" target="_blank">Forum</a></li><li><a shape="rect" href="http://wiki.ubuntuusers.de/" target="_blank">Wiki</a></li><li><a shape="rect" href="http://ikhaya.ubuntuusers.de/" target="_blank">Ikhaya</a></li><li><a shape="rect" href="http://planet.ubuntuusers.de/" target="_blank">Planet</a></li></ul>
    </div>

    <div>
      <div>
        <a shape="rect" href="http://wiki.ubuntuusers.de/ubuntuusers/Fehler%20melden" target="_blank">Fehler melden</a><br clear="none"/>
        <ul><li/></ul>
        <ul><li><a shape="rect" href="http://ubuntuusers.de/login/?next=http%3A%2F%2Fwiki.ubuntuusers.de%2FWLAN%2Fwpa_supplicant" target="_blank">Login</a></li><li><a shape="rect" href="http://ubuntuusers.de/register/" target="_blank">Registrieren</a></li></ul>
        
  <a shape="rect" href="http://wiki.ubuntuusers.de/" target="_blank">Wiki</a>
  WLAN/wpa supplicant

      </div>

      <div>

        <div>
          
            ÜberallForumWikiIkhayaPlanet
            
        </div><div></div>
          <div>
            <ul><li><a shape="rect" href="http://ubuntuusers.de/search/" target="_blank">Erweiterte Suche</a></li><li><a shape="rect" href="http://wiki.ubuntuusers.de/Wiki/Letzte%20%C3%84nderungen" target="_blank">Letzte Änderungen</a><a shape="rect" href="http://wiki.ubuntuusers.de/Wiki/Tags" target="_blank">Tag-Wolke</a></li></ul>
          </div>

        <p>
          <a shape="rect" href="http://ubuntuusers.de/" target="_blank">ubuntuusers.de</a> »
          <a shape="rect" href="http://wiki.ubuntuusers.de/" target="_blank">Wiki</a> »
          <a shape="rect" href="http://wiki.ubuntuusers.de/WLAN" target="_blank">WLAN</a> »
          <a shape="rect" href="http://wiki.ubuntuusers.de/WLAN/wpa_supplicant" target="_blank">wpa_supplicant</a>
        </p>

      </div>

      <div>
        
        
        <div>
  <ul><li><a shape="rect" href="http://wiki.ubuntuusers.de/WLAN/?action=show" target="_blank">Artikel</a></li><li><a shape="rect" href="http://wiki.ubuntuusers.de/WLAN/?action=log" target="_blank">Versionen</a></li><li><a shape="rect" href="http://wiki.ubuntuusers.de/WLAN/?action=backlinks" target="_blank">Backlinks</a></li><li><a shape="rect" href="http://forum.ubuntuusers.de/topic/wlan-wpa-supplicant/" target="_blank">Diskussion</a></li><li><a shape="rect" href="http://wiki.ubuntuusers.de/WLAN/?action=subscribe" target="_blank">Abonnieren</a></li><li><a shape="rect" href="http://wiki.ubuntuusers.de/WLAN/?action=manage" target="_blank">Weitere Aktionen</a></li></ul>
</div>        
        <div>
  <a shape="rect" href="http://wiki.ubuntuusers.de/WLAN/wpa_supplicant?action=backlinks" target="_blank">wpa supplicant</a>

  

  <div><p>
</p><div>Dieser Artikel wurde für die folgenden
Ubuntu-Versionen getestet:<div><p>
</p><ul><li><p><a shape="rect" href="http://wiki.ubuntuusers.de/Jaunty_Jackalope" target="_blank">Ubuntu Jaunty Jackalope 9.04</a></p></li><li><p><a shape="rect" href="http://wiki.ubuntuusers.de/Intrepid_Ibex" target="_blank">Ubuntu Intrepid Ibex 8.10</a></p></li><li><p><a shape="rect" href="http://wiki.ubuntuusers.de/Hardy_Heron" target="_blank">Ubuntu Hardy Heron 8.04</a></p></li><li><p><a shape="rect" href="http://wiki.ubuntuusers.de/Dapper_Drake" target="_blank">Ubuntu Dapper Drake 6.06</a></p></li></ul></div></div><p>
</p><div>Achtung!<div><p>Ab Intrepid Ibex (8.10) wird dringend empfohlen, wenn man diese Variante benutzen will oder muss, die Pakete network-manager und auch network-manager-gnome bzw. network-manager-kde vollständig zu deinstallieren.
</p></div></div><div>Diese Anleitung setzt die Kenntnis folgender Seiten voraus:<div><p>
</p><ol><li><p><a shape="rect" href="#source-1"></a> <a shape="rect" href="http://wiki.ubuntuusers.de/Pakete_installieren" target="_blank">Installation von Paketen</a> </p></li><li><p><a shape="rect" href="#source-2"></a> <a shape="rect" href="http://wiki.ubuntuusers.de/Editor" target="_blank">Einen Editor öffnen</a> </p></li><li><p><a shape="rect" href="#source-3"></a> <a shape="rect" href="http://wiki.ubuntuusers.de/Terminal" target="_blank">Ein Terminal öffnen</a> </p></li></ol></div></div><div><div>Inhaltsverzeichnis<a shape="rect"> [-]</a></div><ol><li><a shape="rect" href="#Installation">Installation
</a><a shape="rect" href="#Aus-den-Ubuntu-Quellen">Aus den Ubuntu-Quellen
</a></li><li><a shape="rect" href="#Schluessel">Schlüssel
</a></li><li><a shape="rect" href="#WLAN-Konfigurationen-eintragen">WLAN-Konfigurationen eintragen
</a><a shape="rect" href="#WPA2-Verschluesselung">WPA2-Verschlüsselung
</a><a shape="rect" href="#WPA-Verschluesselung">WPA-Verschlüsselung
</a><a shape="rect" href="#WEP-Verschluesselung">WEP-Verschlüsselung
</a><a shape="rect" href="#Unverschluesselte-Netzwerke">Unverschlüsselte Netzwerke
</a><a shape="rect" href="#Verschluesselungskonfiguration-des-Access-Points-ermitteln">Verschlüsselungskonfiguration des Access...</a></li><li><a shape="rect" href="#wpa-supplicant-testen-und-manuell-starten">wpa_supplicant testen und manuell starten
</a></li><li><a shape="rect" href="#wpa-supplicant-aktivieren">wpa_supplicant aktivieren
</a><a shape="rect" href="#Treiber">Treiber
</a><a shape="rect" href="#Verbindung-aufbauen">Verbindung aufbauen
</a><a shape="rect" href="#Verbindung-automatisch-aufbauen">Verbindung automatisch aufbauen
</a></li><li><a shape="rect" href="#Roaming">Roaming
</a></li><li><a shape="rect" href="#Links">Links
</a><a shape="rect" href="#WLAN-Schluessel">WLAN-Schlüssel
</a></li></ol></div><p>Der wpa_supplicant (&quot;supplicant&quot; = Bittsteller) ist ein Linuxprogramm, welches, wie der Name schon sagt, die im <a shape="rect" href="http://de.wikipedia.org/wiki/Wi-Fi_Protected_Access" target="_blank">WPA-Standard</a> definierte Rolle des &quot;supplicant&quot; wahrnimmt.</p><p>Zur Authentifizierung existieren eine ganze Reihe von Protokollen, die wpa_supplicant auch beherrscht, wenn sie von der Hardware (auf der Client-Seite aber auch auf dem Access-Point) unterstützt werden. Der wpa_supplicant unterstützt WEP-, WPA-, WPA2-verschlüsselte und unverschlüsselte Netze. Die Vielzahl der möglichen Kombinationen macht die Konfiguration von wpa_...</p></div></div></div></div></div></div></div></div></div></div>
    
    ]]></description> <pubDate>Mon, 27 Jul 2009 14:57:15 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#3df8c149-3bd1-4d8d-b062-53d1f51fc951</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/3df8c149-3bd1-4d8d-b062-53d1f51fc951"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Ubuntu: Shutdown problem, CIFS related | My Thoughts</title> <link>http://www.evernote.com/pub/astreim/Linux#022dc1ee-409b-4ca6-bd3a-007d0277b4cd</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#022dc1ee-409b-4ca6-bd3a-007d0277b4cd"><img align="right" src="http://www.evernote.com/shard/s1/thumb/022dc1ee-409b-4ca6-bd3a-007d0277b4cd"/></a>
        <div class="ennote"><div><a shape="rect" title="Permanent Link: Ubuntu: Shutdown problem, CIFS related" rel="bookmark" href="http://blog.avirtualhome.com/2008/03/10/ubuntu-shutdown-problem-cifs-related/" target="_blank">Ubuntu: Shutdown problem, CIFS related</a>
				
Posted by <a shape="rect" title="Posts by Peter" href="http://blog.avirtualhome.com/author/Peter/" target="_blank">Peter</a> in <a shape="rect" rel="category tag" title="View all posts in Ubuntu" href="http://blog.avirtualhome.com/category/ubuntu/" target="_blank">Ubuntu</a>				

			</div>

			<div>
<p>If you install Samba on a Ubuntu Gutsy box and you are using the Networkmanager for your network settings you are very likely to encounter the following error message when you shutdown:<br clear="none"/>
CIFS: VFS server not responding<br clear="none"/>
CIFS: No response for cmd 114 mid 3</p>
<p>It’s a bug in Gutsy and it looks like it’s a bug in Hardy as well but there is a work around. </p>
<p>The reason for getting the error message is the fact that the network (NetworkManager) is being shutdown before dismounting of the Samba shares, and dismounting a network share without a network well that won’t work so well  </p>
<p>You can use the following work around:<br clear="none"/>
cd /etc/rc6.d<br clear="none"/>
ls -la</p>
<p>You should see :<br clear="none"/>
S&lt;nr&gt;wpa-ifupdown the nr is probably 15<br clear="none"/>
and<br clear="none"/>
S&lt;nr&gt;umountnfs.sh that nr is probably 31</p>
<p>Type:<br clear="none"/>
sudo mv S31umountnfs.sh S14umountnfs.sh</p>
<p>The point is to give the umountnfs.sh a lower as your wpa-ifupdown.sh</p>
<p>Follow the above steps also for /etc/rc0.d (Thanks to Deb Early for the suggestion)</p>

<div>
<div>
</div></div></div></div>
    
    ]]></description> <pubDate>Sat, 25 Jul 2009 18:10:37 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#022dc1ee-409b-4ca6-bd3a-007d0277b4cd</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/022dc1ee-409b-4ca6-bd3a-007d0277b4cd"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>how to: automatically umount cifs partitions - Ubuntu Forums</title> <link>http://www.evernote.com/pub/astreim/Linux#f61c096f-655c-442d-8e7e-2b0f115a54bb</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#f61c096f-655c-442d-8e7e-2b0f115a54bb"><img align="right" src="http://www.evernote.com/shard/s1/thumb/f61c096f-655c-442d-8e7e-2b0f115a54bb"/></a>
        <div class="ennote"><div>how to: automatically umount cifs partitions
			</div>
			
			
		


		
		
		<div>Hi everybody, <br clear="none"/>
I'm posting a modification of a simple script originally coded by 'jferrando'<br clear="none"/>
<a shape="rect" target="_blank" href="http://www.ubuntuforums.org/showthread.php?t=171958&amp;highlight=cifs">http://www.ubuntuforums.org/showthre...highlight=cifs</a><br clear="none"/>
devoted to automatically umount cifs partitions in the shutdown and reboot sequence of Ubuntu (Dapper+). The main problem with the original script was that mount locations of cifs partitions had to be explicitly hardcoded in the script: I have written a simple routine which detects all mounted cifs-partition and umount them before proceeding with the other phases of the  shutdown/reboot sequences.<br clear="none"/>
<br clear="none"/>
-----------------------------------------------------<br clear="none"/>
Instructions are very simple:<br clear="none"/>
uncompress archive and set 'chmod +x' on the mountcifs file   <br clear="none"/>
sudo cp mountcifs /etc/init.d/ <br clear="none"/>
<br clear="none"/>
cd /etc/rc0.d<br clear="none"/>
sudo ln -s /etc/init.d/mountcifs K02mountcifs<br clear="none"/>
<br clear="none"/>
cd /etc/rc6.d<br clear="none"/>
sudo ln -s /etc/init.d/mountcifs K02mountcifs<br clear="none"/>
<br clear="none"/>
...that's all!<br clear="none"/>
------------------------------------------------------<br clear="none"/>
I've experienced problem in the shutdown of my laptop just after sharing cifs filesystems with other PCs in a VPN network... this script fixed the problem.... hope it will be useful for someone out there!<br clear="none"/>
<br clear="none"/>
Happy Coding<br clear="none"/>
Max</div>
		
                

		
		
			<div>

			

			

			

			
				<a shape="rect" href="http://ubuntuforums.org/attachment.php?attachmentid=18909&amp;d=1162739523" target="_blank">mountcifs.zip</a> (585 Bytes, 5453 views)</div></div>
    
    ]]></description> <pubDate>Sat, 25 Jul 2009 16:24:54 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#f61c096f-655c-442d-8e7e-2b0f115a54bb</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/f61c096f-655c-442d-8e7e-2b0f115a54bb"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>mount</title> <link>http://www.evernote.com/pub/astreim/Linux#65805181-f6fb-4c56-a206-a283c83fd0e5</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote">sudo mount /dev/sdf1 ~/memory -o iocharset=iso8859-1,utf8=no,uid=andi</div>
    
    ]]></description> <pubDate>Tue, 21 Jul 2009 08:05:55 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#65805181-f6fb-4c56-a206-a283c83fd0e5</guid> 
  
  </item>

  
  <item> <title>convmv</title> <link>http://www.evernote.com/pub/astreim/Linux#9a03c37a-cd07-4f9e-9aec-b3b2f1def68b</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote">andi@oldman:~$ convmv<br clear="none"/>convmv 1.12 - converts filenames from one encoding to another<br clear="none"/>Copyright (C) 2003-2008 Bjoern JACKE &lt;bjoern@j3e.de&gt;<br clear="none"/><br clear="none"/>This program comes with ABSOLUTELY NO WARRANTY; it may be copied or modified<br clear="none"/>under the terms of the GNU General Public License version 2 or 3 as published<br clear="none"/>by the Free Software Foundation.<br clear="none"/><br clear="none"/> USAGE: convmv [options] FILE(S)<br clear="none"/>-f enc     encoding *from* which should be converted<br clear="none"/>-t enc     encoding *to* which should be converted<br clear="none"/>-r         recursively go through directories<br clear="none"/>-i         interactive mode (ask for each action)<br clear="none"/>--nfc      target files will be normalization form C for UTF-8 (Linux etc.)<br clear="none"/>--nfd      target files will be normalization form D for UTF-8 (OS X etc.)<br clear="none"/>--qfrom    be quiet about the &quot;from&quot; of a rename (if it screws up your terminal e.g.)<br clear="none"/>--qto      be quiet about the &quot;to&quot; of a rename (if it screws up your terminal e.g.)<br clear="none"/>--exec c   execute command instead of rename (use #1 and #2 and see man page)<br clear="none"/>--list     list all available encodings<br clear="none"/>--lowmem   keep memory footprint low (see man page)<br clear="none"/>--nosmart  ignore if files already seem to be UTF-8 and convert if posible<br clear="none"/>--notest   actually do rename the files<br clear="none"/>--replace  will replace files if they are equal<br clear="none"/>--unescape convert%20ugly%20escape%20sequences<br clear="none"/>--upper    turn to upper case<br clear="none"/>--lower    turn to lower case<br clear="none"/>--parsable write a parsable todo list (see man page)<br clear="none"/>--help     print this help<br clear="none"/><br clear="none"/>andi@oldman:~$ cd /media/memory<br clear="none"/>andi@oldman:/media/memory$ ls<br clear="none"/>Bilder  Hörspiele  Musik<br clear="none"/><br clear="none"/>andi@oldman:/media/memory$ convmv -r -t   iso-8859-1 -f utf8 *.*<br clear="none"/>Your Perl version has fleas #37757 #49830 <br clear="none"/>file or directory not found: *.*<br clear="none"/><br clear="none"/>andi@oldman:/media/memory$ ls<br clear="none"/>Bilder  Hörspiele  Musik<br clear="none"/><br clear="none"/>andi@oldman:/media/memory$ convmv -r -t iso-8859-1 -f utf8 *<br clear="none"/><br clear="none"/></div>
    
    ]]></description> <pubDate>Mon, 20 Jul 2009 21:38:39 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#9a03c37a-cd07-4f9e-9aec-b3b2f1def68b</guid> 
  
  </item>

  
  <item> <title>Reinstalling Ubuntu vs Vista | Speaking What We See</title> <link>http://www.evernote.com/pub/astreim/Linux#508fc7d2-9c8a-4624-9109-057794a463ba</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><div>  
                <div>
                                                  <div>
            <a shape="rect" name="main-content"></a>
                                    <div>
                            Reinstalling Ubuntu vs Vista
                                          

<div>
  
  
  <div>
        Posted Tue, 06/30/2009 - 14:19 by mtecknology
      </div>
  
    <div>
    <ul><li>General: <a shape="rect" title="Just a quick random rant that doesn't fit somewhere else." rel="tag" href="http://profarius.com/category/general/rant" target="_blank">Rant</a></li><li>Linux: <a shape="rect" title="Things listed on planet.ubuntu.com" rel="tag" href="http://profarius.com/category/linux/planet" target="_blank">Planet</a></li></ul>  </div>
    
  <div>
    <p>If you know me, you'll know I run a very trimmed down version of Ubuntu. I love the Ubuntu community and the OS. However, I do feel it's somewhat bloated. I've setup my system to be very lean.</p>
<p>I recently upgraded to 9.10 and then decided to drop back to stable. This involves reinstalling the base system and reinstalling all the packages. My sister complained about her system being incredibly slow. I decided to reinstall both at the same time to compare the time it takes to do them at the same time.</p>
<p>-----------</p>
<p>Backup:<br clear="none"/>
Linux: dpkg --get-selections &gt; ~/packages.list<br clear="none"/>
Vista: Burn everyting to a DVD, make a copy of installed apps and forget about the extra junk that she doesn't really need.</p>
<p>At this point, Linux is about one hour ahead of Vista.</p>
<p>Reinstall:<br clear="none"/>
Linux: Pop in CD, follow defaults except for partitioning, don't format /home partition.<br clear="none"/>
Vista: First install failed, tried again and it worked. I got the BSOD right before the install was nearly finished.</p>
<p>At this point, Linux is about three hours ahead of Vista.</p>
<p>Verify legit system:<br clear="none"/>
Linux: Done<br clear="none"/>
Vista: Start &gt; My Comp &gt; Properties &gt; Activate; probably need to call in system</p>
<p>Update:<br clear="none"/>
Linux: aptitude update &amp;&amp; aptitude full-upgrade &amp;&amp; reboot<br clear="none"/>
 # A kernel update is usually included here so we do reboot.<br clear="none"/>
Vista: Run the update utility, let the update utility update itself, check for updates, install updates, reboot, REPEAT(check for updates, install updates, reboot) about 15 times, Install SP1, reboot, REPEAT(check for updates, install updates, reboot) about 3 times, install SP2, reboot, check for updates, install updates, reboot</p>
<p>Keep in mind here that Vista also installs the updates again during shutdown and startup.</p>
<p>Remove bloat:<br clear="none"/>
Li...</p></div></div></div></div></div></div></div>
    
    ]]></description> <pubDate>Tue, 30 Jun 2009 21:03:12 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#508fc7d2-9c8a-4624-9109-057794a463ba</guid> 
  
  </item>

  
  <item> <title>Tweaking the rt2500pci for Jaunty</title> <link>http://www.evernote.com/pub/astreim/Linux#5145a18b-a6f1-467f-a1b8-870ec29d40a9</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><div><a shape="rect" href="http://www.seephar.com/2009/04/tweaking-the-rt2500pci-for-jaunty/" target="_blank">Tweaking the rt2500pci for Jaunty</a></div>
				<div>
					Posted on April 25, 2009 in <a shape="rect" rel="category tag" title="View all posts in Desktop PC's" href="http://www.seephar.com/category/desktop-pcs/" target="_blank">Desktop PC's</a>,  <a shape="rect" rel="category tag" title="View all posts in Tech Trouble" href="http://www.seephar.com/category/tech-trouble/" target="_blank">Tech Trouble</a>,  <a shape="rect" rel="category tag" title="View all posts in linux" href="http://www.seephar.com/category/linux/" target="_blank">linux</a>,  <a shape="rect" rel="category tag" title="View all posts in netbook" href="http://www.seephar.com/category/netbook/" target="_blank">netbook</a>,  <a shape="rect" rel="category tag" title="View all posts in networking" href="http://www.seephar.com/category/networking/" target="_blank">networking</a>,  <a shape="rect" rel="category tag" title="View all posts in ubuntu" href="http://www.seephar.com/category/ubuntu/" target="_blank">ubuntu</a>,  <a shape="rect" rel="category tag" title="View all posts in voip" href="http://www.seephar.com/category/voip/" target="_blank">voip</a>,  <a shape="rect" rel="category tag" title="View all posts in wireless" href="http://www.seephar.com/category/wireless/" target="_blank">wireless</a> by phh<div></div></div>
				<div>
				<p>With the release of Ubuntu 9.04 (Jaunty Jackalope) it is time to dust off the tweaks I perform with each new version. </p>
<p>I have a few RaLink rt2500 based wireless (wifi) pci adapters from MSI . One issue I tweak for is <a shape="rect" href="https://bugs.launchpad.net/linux/+bug/190515" target="_blank">well known</a> and is due to the way the driver is initialised in the kernel at 1Mb/s instead of 54Mb/s.</p>
<p>The other problem is related to suspend. It is nice to see that suspend and resume is working so well in Jaunty. Unfortunately the rt2500pci doesn’t seem to wake up after resuming from suspend.</p>
<p>It appears that there is an easy solution for the rt2500pci or the hard way. The easy solution is to install linux-backports-modules-jaunty (sudo apt-get install linux-backports-modules-jaunty).</p>
<p>Problems solved.</p>
<p>The more difficult (not recommended) methods:</p>
<p>1) The old solution for the network connection speed was to type the following in the terminal:</p>
<p>sudo gedit /etc/rc.local</p>
<p>and add the line:</p>
<p>/sbin/iwconfig wlan0 rate 54M</p>
<p>Make sure it is before “exit 0″ and save it. After the next restart it should be operating at full speed. To make it happen sooner than after the next restart you can run this command in your favourite terminal:</p>
<p>sudo /sbin/iwconfig wlan0 rate 54M</p>
<p>and then uncheck and recheck “wireless networking” in the Network Manager Applet.</p>
<p>2) The old solution for suspend/resume was to add a file to the /etc/pm/config.d directory:</p>
<p>sudo gedit /etc/pm/config.d/rt2500pci</p>
<p>and add the line:</p>
<p>SUSPEND_MODULES=&quot;rt2500pci&quot;</p>
<p>The file name can be whatever you want it to be but go ahead and save it and then after the next restart it should wake from suspend properly.</p></div></div>
    
    ]]></description> <pubDate>Fri, 26 Jun 2009 22:07:44 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#5145a18b-a6f1-467f-a1b8-870ec29d40a9</guid> 
  
  </item>

  
  <item> <title>Installing Google Android SDK 1.0 On Ubuntu 8.04 Desktop | HowtoForge - Linux Howtos and Tutorials</title> <link>http://www.evernote.com/pub/astreim/Linux#4a444a2c-c73a-460d-ac3c-db60e23a14a1</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#4a444a2c-c73a-460d-ac3c-db60e23a14a1"><img align="right" src="http://www.evernote.com/shard/s1/thumb/4a444a2c-c73a-460d-ac3c-db60e23a14a1"/></a>
        <div class="ennote">


<div>
 <div>
  <div>       
   <div>
         <div><a shape="rect" title="Home"></a></div>
    
    
    <ul><li><a shape="rect" href="http://www.howtoforge.com/subscription" target="_blank">Subscription</a></li><li><a shape="rect" href="http://www.howtoforge.com/add_howto" target="_blank">Contribute</a></li><li><a shape="rect" href="http://www.howtoforge.com/trip_search" target="_blank">Search</a></li><li><a shape="rect" target="_blank" href="http://lxer.com">News</a></li><li><a shape="rect" href="http://www.howtoforge.com/forums" target="_blank">Forums</a></li><li><a shape="rect" href="http://www.howtoforge.com/howtos" target="_blank">Howtos</a></li></ul>

     
      <div> 
                    <a shape="rect" rel="nofollow" href="http://www.howtoforge.com/forums/register.php" target="_blank"></a>   <a shape="rect" rel="nofollow" href="http://www.howtoforge.com/index.php?q=user/login" target="_blank"></a>
               <a shape="rect" href="http://www.howtoforge.com/add_howto" target="_blank"></a>
               <a shape="rect" href="http://www.howtoforge.com/subscription" target="_blank"></a>
                          <a shape="rect" href="http://www.howtoforge.com/feed.rss" target="_blank"></a></div>
     
    </div>
   </div>


    <div>
            <div>
        <div>
            <div>
Options For This Howto
<div><ul><li><a shape="rect" href="http://www.howtoforge.com/forums" target="_blank">Free Support</a><br clear="none"/></li><li><a shape="rect" href="http://www.projektfarm.de/contact_nav.html" target="_blank">Paid Support</a></li></ul></div>
</div>
<div>
Navigation
<div><div>
<ul><li><a shape="rect" href="http://www.howtoforge.com/howtos" target="_blank">Howtos</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/linux" target="_blank">Linux</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/linux/centos" target="_blank">CentOS</a><a shape="rect" href="http://www.howtoforge.com/howtos/linux/debian" target="_blank">Debian</a><a shape="rect" href="http://www.howtoforge.com/howtos/linux/fedora" target="_blank">Fedora</a><a shape="rect" href="http://www.howtoforge.com/howtos/linux/kernel" target="_blank">Kernel</a><a shape="rect" href="http://www.howtoforge.com/howtos/linux/mandriva" target="_blank">Mandriva</a><a shape="rect" href="http://www.howtoforge.com/howtos/linux/pclinuxos" target="_blank">PCLinuxOS</a><a shape="rect" href="http://www.howtoforge.com/howtos/linux/suse" target="_blank">SuSE</a><a shape="rect" href="http://www.howtoforge.com/howtos/linux/ubuntu" target="_blank">Ubuntu</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/apache" target="_blank">Apache</a><a shape="rect" href="http://www.howtoforge.com/howtos/backup" target="_blank">Backup</a><a shape="rect" href="http://www.howtoforge.com/howtos/control-panels" target="_blank">Control Panels</a><a shape="rect" href="http://www.howtoforge.com/howtos/dns" target="_blank">DNS</a><a shape="rect" href="http://www.howtoforge.com/howtos/desktop" target="_blank">Desktop</a><a shape="rect" href="http://www.howtoforge.com/howtos/email" target="_blank">Email</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/email/antispam-antivirus" target="_blank">Anti-Spam/Virus</a><a shape="rect" href="http://www.howtoforge.com/howtos/email/postfix" target="_blank">Postfix</a><a shape="rect" href="http://www.howtoforge.com/howtos/email/procmail" target="_blank">Procmail</a><a shape="rect" href="http://www.howtoforge.com/howtos/email/sendmail" target="_blank">Sendmail</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/ftp" target="_blank">FTP</a><a shape="rect" href="http://www.howtoforge.com/howtos/high-availability" target="_blank">High-Availability</a><a shape="rect" href="http://www.howtoforge.com/howtos/lighttpd" target="_blank">Lighttpd</a><a shape="rect" href="http://www.howtoforge.com/howtos/monitoring" target="_blank">Monitoring</a><a shape="rect" href="http://www.howtoforge.com/howtos/mysql" target="_blank">MySQL</a><a shape="rect" href="http://www.howtoforge.com/howtos/programming" target="_blank">Programming</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/programming/c-cplusplus" target="_blank">C/C++</a><a shape="rect" href="http://www.howtoforge.com/howtos/programming/php" target="_blank">PHP</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/samba" target="_blank">Samba</a><a shape="rect" href="http://www.howtoforge.com/howtos/security" target="_blank">Security</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/security/antispam-antivirus" target="_blank">Anti-Spam/Virus</a>
<a shape="rect" href="http://www.howtoforge.com/howtos/virtualization" target="_blank">Virtualization</a><a shape="rect" href="http://www.howtoforge.com/howtos/other" target="_blank">Other</a><a shape="rect" href="http://www.howtoforge.com/howtos/freebsd" target="_blank">FreeBSD</a><a shape="rect" href="http://www.howtoforge.com/howtos/commercial" target="_blank">Commercial</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/mini-howtos" target="_blank">Mini-Howtos</a></li><li><a shape="rect" href="http://www.howtoforge.com/forums" target="_blank">Forums</a></li><li><a shape="rect" href="http://www.howtoforge.com/add_howto" target="_blank">Contribute</a></li><li><a shape="rect" href="http://www.howtoforge.com/subscription" target="_blank">Subscription</a></li><li><a shape="rect" href="http://www.howtoforge.com/user" target="_blank">Login</a></li><li><a shape="rect" href="http://www.howtoforge.com/sitemap" target="_blank">Site Map/RSS Feeds</a></li></ul>
</div></div>
</div>
<div>
User login
<div><div>

  

  

  <div>

    <div>

    <br clear="none"/>

    

    </div>

    <div>

    <br clear="none"/>

    

    </div>

    <div>

    

    </div>

    

  </div>

  
	

  

  

  

  

  

  

<div>

  <a shape="rect" href="http://www.howtoforge.com/forums/register.php" target="_blank">Create a new account</a><br clear="none"/>

  <a shape="rect" href="http://www.howtoforge.com/forums/login.php?do=lostpw" target="_blank">Request new password</a>

</div>

</div></div>
</div>
<div>
</div><div>
Who's online
<div>There are currently 13 users and 2479 guests online.</div>
</div>
<div>
HowtoForge Forums
<div><div><ul><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32709&amp;goto=newpost" target="_blank">courier-authlib-my<br clear="none"/>sql not working</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32707&amp;goto=newpost" target="_blank">chroot sftp server<br clear="none"/>ubuntu</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32705&amp;goto=newpost" target="_blank">Postix Quota<br clear="none"/>Increase</a>
</li><li><a shape="rect" title="ISPconfig 3.0.0.9 ([warn] NameVirtualHost IP...:80 has no VirtualHosts)" href="http://www.howtoforge.com/forums/showthread.php?t=32703&amp;goto=newpost" target="_blank">ISPconfig 3.0.0.9<br clear="none"/>([warn]<br clear="none"/>NameVirtualHost<br clear="none"/>...</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32701&amp;goto=newpost" target="_blank">DNS auto-create<br clear="none"/>zones on all DNS<br clear="none"/>servers</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32699&amp;goto=newpost" target="_blank">Postfix: Using<br clear="none"/>wrong host name</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32697&amp;goto=newpost" target="_blank">Email Server<br clear="none"/>problems on<br clear="none"/>ISPConfig3 Postfix</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32695&amp;goto=newpost" target="_blank">failed for web<br clear="none"/>dev....</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32693&amp;goto=newpost" target="_blank">Webalizer and<br clear="none"/>Apache<br clear="none"/>mod_security</a>
</li><li><a shape="rect" href="http://www.howtoforge.com/forums/showthread.php?t=32692&amp;goto=newpost" target="_blank">8.10 install into<br clear="none"/>existing dual boot<br clear="none"/>system</a>
</li></ul></div></div>
</div>
<div>
News
<div><div><ul><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117744">Wikileaks and the Australian Internet Blacklist</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117736">Virtualization With KVM On A Fedora 10 Server</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117736">Virtualization With KVM On A Fedora 10 Server</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117734">This week at LWN: Puppets, chefs, and community competition</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117732">Debian 5.0 ScreenShots</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117730">Thunar File Browser: Tips, Tricks and Scripts</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117727">Linux will never rule the desktop</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117728">GeSpeak 0.3 Released</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117731">KDE e.V. Quarterly Report 2008 Q3/Q4 Now Available</a>
</li><li><a shape="rect" target="_blank" href="http://lxer.com/module/newswire/ext_link.php?rid=117733">Free and Open Source Software Conference and Expo | Albuquerque, New Mexico 2009</a>
</li></ul></div><div><a shape="rect" title="View this feed's recent news." href="http://www.howtoforge.com/aggregator/sources/1" target="_blank">more</a></div></div>
</div>
<div>
Recent comments
<div><div><ul><li><a shape="rect" href="http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-10-server#comment-11623" target="_blank">Disabling SELinux</a><br clear="none"/>26 min 55 sec ago</li><li><a shape="rect" href="http://www.howtoforge.com/chrooted-ssh-sftp-tutorial-debian-lenny#comment-11621" target="_blank">Hi,on my ubuntu hardy box i</a><br clear="none"/>1 hour 45 min ago</li><li><a shape="rect" href="http://www.howtoforge.com/perfect-server-ubuntu8.04-lts-p5#comment-11619" target="_blank">Re: postfix/mail</a><br clear="none"/>4 hours 57 min ago</li><li><a shape="rect" href="http://www.howtoforge.com/perfect-server-ubuntu8.04-lts-p4#comment-11617" target="_blank">Re: Thank you for the wonderful tutorial and effort. 1 Question</a><br clear="none"/>5 hours 1 min ago</li><li><a shape="rect" href="http://www.howtoforge.com/anonymous-proxy-using-squid-3-centos-5.x#comment-11615" target="_blank">Re: it&amp;#039;s not working as a anonymizer</a><br clear="none"/>7 hours 54 min ago</li><li><a shape="rect" href="http://www.howtoforge.com/how-to-install-ubuntu8.04-with-software-raid1#comment-11614" target="_blank">&amp;quot;sudo&amp;quot; missing</a><br clear="none"/>13 hours 37 min ago</li><li><a shape="rect" href="http://www.howtoforge.com/creating-a-kde-live-cd-dvd-using-kubuntu-p4#comment-11613" target="_blank">Nice &amp;quot;How ...</a></li></ul></div></div></div></div></div></div></div></div></div>
    
    ]]></description> <pubDate>Sun, 22 Mar 2009 15:49:42 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#4a444a2c-c73a-460d-ac3c-db60e23a14a1</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/4a444a2c-c73a-460d-ac3c-db60e23a14a1"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Free Disk Space</title> <link>http://www.evernote.com/pub/astreim/Linux#7d5c5f10-bc7e-43f0-97d9-86103417ac9c</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><a shape="rect" target="_blank" href="http://tombuntu.com/index.php/2009/03/11/free-disk-space-by-reducing-reserved-blocks/">Free Disk Space by Reducing Reserved Blocks</a>by Tom<div><p>I use a one terabyte external hard drive for backing up data. The drive came formatted with a FAT filesystem, which I immediately replaced with the more reliable ext3. After formatting the drive as ext3 I noticed that the storage capacity had dropped considerably.</p><p>Why did this happen? Linux filesystems such as ext3 reserve a percentage of their capacity for privileged processes. In the case that the filesystem fills up, important processes with be able to continue functioning and writing to the disk. </p><p>By default 5% of a filesystem will be reserved. For modern high-capacity disks, this is much higher than necessary. On my 1 TB disk, this 5% works out to be 50 GB! If you’ve got a large filesystem, or a filesystem which does not store your Linux system files, it’s safe to reduce the percentage of reserved blocks to free up that disk space. </p><p>Use the tune2fs utility to do this. The command below would set the percentage of reserved blocks on the partition /dev/sdf1 to 1%:<br clear="none"/>
sudo tune2fs -m 1 /dev/sdf1</p><p>Be sure to replace /dev/sdf1 with your own path; you can use the df command to get a listing of your filesystem device paths and their mount points.</p><p>I freed 37 GB of space by changing the reserved blocks to 1% on my TB drive.</p></div></div>
    
    ]]></description> <pubDate>Thu, 12 Mar 2009 08:14:45 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#7d5c5f10-bc7e-43f0-97d9-86103417ac9c</guid> 
  
  </item>

  
  <item> <title>iPhone Tethering with PdaNet, Ubuntu, and an EEE 900 | corey-m&#039;s blog</title> <link>http://www.evernote.com/pub/astreim/Linux#a2242028-19a0-4428-9972-7ed89b72708d</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><a shape="rect" title="Permanent Link: iPhone Tethering with PdaNet, Ubuntu, and an EEE 900" rel="bookmark" href="http://www.corey-m.com/blog/?p=381" target="_blank">iPhone Tethering with PdaNet, Ubuntu, and an EEE 900</a>

			<div>
				<p>So I’ve taken a small break break from posting about the web <a shape="rect" href="http://www.corey-m.com/blog/?p=332" target="_blank">server</a> to post a few goodies concerning iPhone hacks. The other day, I jailbroke my iPhone with the primary motivation of tethering the 3G connection to my <a shape="rect" href="http://www.corey-m.com/blog/?p=298" target="_blank">EEE PC</a> running <a shape="rect" href="http://www.corey-m.com/blog/?p=309" target="_blank">Ubuntu</a> 8.10. Currently, there is no tethering plan available from AT&amp;T,  however tethering via this hack is a violation of your usage agreement. I have posted about a similar process with <a shape="rect" href="http://www.corey-m.com/blog/?p=170" target="_blank">Verizon</a>, but that hack has recently been <a shape="rect" href="http://www.corey-m.com/blog/?p=287" target="_blank">disabled</a>.</p>
<p/>
<p>Install PdaNet</p>
<p>First, you must jailbreak your iPhone (room here for a whole new post). Install <a shape="rect" target="_blank" href="http://junefabrics.com/iphone/index.php">PdaNet</a> through Cydia or installer. It should show up using just the default repositories. PdaNet will let you tether via Wifi to any platform or via USB to Windows. It is free to use for web traffic, but a $29 <a shape="rect" target="_blank" href="http://www.junefabrics.com/iphone/buy.php">licence</a> is required to use other web functions (ie- ssh, ftp, instant messaging, etc.). The full version will function for 14 days after the installation, then it will switch to the free version if not registered.</p>
<p>Setup Tethering<br clear="none"/>
</p>
<p>Once PdaNet is installed, open it by tapping on its icon. Click Settings and change the mode to “WiFi Router Mode.” Now go to the Ubuntu machine and left click on the network manager applet icon in the notification area. Click “Create New Wireless Network.” In this article, I will call the network “eeenet” and set security to none, but you may set these to whatever you like. If the network does not connect correctly, don’t worry. Right click on the network manager applet icon and select “Edit Connections.” Go to the Wireless tab and edit eeenet. Check the box to Connect automatically, make sure the mode is set to Ad-hoc, and change the Method in the IPv4 Settings to Automatic (DHCP). Click Ok and close the Network Connections Box. Now, left click the network manager applet icon and you should be able to join eeenet. Click on it and it will try to join.</p>
<p>Now, open the iPhone and go to the Wifi Settings. You should now see eeenet. Join it. The iPhone should successfu...</p></div></div>
    
    ]]></description> <pubDate>Sat, 07 Mar 2009 14:58:25 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#a2242028-19a0-4428-9972-7ed89b72708d</guid> 
  
  </item>

  
  <item> <title>sshfs: Server meldet fehlenden Speicherplatz › Forum › ubuntuusers.de</title> <link>http://www.evernote.com/pub/astreim/Linux#12d56edf-44ae-4798-8d77-2ea2b2c7b0c8</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#12d56edf-44ae-4798-8d77-2ea2b2c7b0c8"><img align="right" src="http://www.evernote.com/shard/s1/thumb/12d56edf-44ae-4798-8d77-2ea2b2c7b0c8"/></a>
        <div class="ennote"><p>Für alle die das selbe Problem haben eine kurze Anleitung:</p><p>Die Version von sshfs kann man mit folgendem Befehl überprüfen:
</p>sshfs -V<p>Das ergibt bei Intrepid normalerweise folgende Versionen:
</p>SSHFS version 2.0
FUSE library version: 2.7.3
fusermount version: 2.7.3
using FUSE kernel interface version 7.8<p>Folgende zusätzlichen Pakete werden fürs kompilieren von SSHFS benötigt:</p><ul><li><p>libglib2.0-dev</p></li><li><p>libfuse-dev</p></li></ul><p>
</p>sudo apt-get install libglib2.0-dev libfuse-dev<p>Die Version 2.2 von SSHFS findet man unter <a shape="rect" rel="nofollow" href="http://fuse.sourceforge.net/sshfs.html" title="http://fuse.sourceforge.net/sshfs.html" target="_blank">http://fuse.sourceforge.net/sshfs.html</a>. Diese runterladen und entpacken, ins Verzeichnis wechseln und kompilieren.</p>./configure
make
sudo make install<p>Danach hab ich noch neu gestartet um SSHFS neu zu laden (dafür gibt es aber sicher elegantere Möglichkeiten ...   )</p><p>Danach sollte sshfs -V folgendes Ergebnis bringen:</p>SSHFS version 2.2
FUSE library version: 2.7.3
fusermount version: 2.7.3
using FUSE kernel interface version 7.8<p>Und df -h zeigt die richtigen Werte an. Ist der Server allerdings noch 8.04, bleibt es bei der Anzeige von 1000 GB.</p></div>
    
    ]]></description> <pubDate>Sat, 07 Mar 2009 11:01:11 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#12d56edf-44ae-4798-8d77-2ea2b2c7b0c8</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/12d56edf-44ae-4798-8d77-2ea2b2c7b0c8"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Mit einem Tastendruck scannen</title> <link>http://www.evernote.com/pub/astreim/Linux#492c85de-3667-4331-9f84-85c9ea24e223</link>
  <description><![CDATA[
    
    
    
        <a href="http://www.evernote.com/pub/astreim/Linux#492c85de-3667-4331-9f84-85c9ea24e223"><img align="right" src="http://www.evernote.com/shard/s1/thumb/492c85de-3667-4331-9f84-85c9ea24e223"/></a>
        <div class="ennote"><a shape="rect" title="Fester Link auf Mit einem Tastendruck scannen" rel="bookmark" href="http://christoph-langner.de/de/2009/03/mit-einem-tastendruck-scannen/" target="_blank">Mit einem Tastendruck scannen</a>
            <p>
              Geschrieben am 03 Mär 2009 von <a shape="rect" title="Beiträge von Christoph" href="http://christoph-langner.de/de/author/christoph/" target="_blank">Christoph</a> | 
				<a shape="rect" rel="category tag" title="Alle Artikel in Ubuntu anzeigen" href="http://christoph-langner.de/de/category/ubuntu/" target="_blank">Ubuntu</a>             </p>
            <div>
              <ul><li><a shape="rect" href="http://christoph-langner.de/en/2009/03/mit-einem-tastendruck-scannen/" target="_blank"></a></li></ul>
<p>Ich muss öfters Dokumente einscannen und als PDF abspeichern. Ein Job den eigentlich <a shape="rect" href="http://wiki.ubuntuusers.de/gscan2pdf" target="_blank">gscan2pdf</a> wunderbar macht. Doch, wenn ich nur eine Seite einscannen möchte, so ist gscan2pdf einfach ein bisschen “zu viel”. Das Programm starten und sich durch die Dialoge zu hangeln dauert einfach länger als der Scan selber.</p>
<p>Als kleinen Workaround habe ich mir <a shape="rect" href="http://christoph-langner.de/static/scan2pdf-1.0.sh" target="_blank">scan2pdf</a> geschrieben. scan2pdf ist ein simples kleines Kommandozeilenprogramm, das eine Seite scannt und das Ergebnis als .pdf auf den Desktop abspeichert. Mehr kann und soll das Programm gar nicht machen. Wer will kann es über</p>
$ sudo wget http://www.christoph-langner.de/static/scan2pdf-1.0.sh -O /usr/local/sbin/scan2pdf
$ sudo chmod +x /usr/local/sbin/scan2pdf

<p>installieren. Das Programm scannt dabei eingelegte Dokumente als .tif. Damit es den Scan später in ein PDF umwandeln kann braucht es das Paket libtiff-tools. Dieses ist üblicherweise nicht bei einem Ubuntu installiert. Es muss daher via </p>
$ sudo apt-get install libtiff-tools

<p>nachinstalliert werden. Alle anderen Abhängigkeiten sind von Haus aus bei einem Ubuntu installiert. Danach kann man via </p>
$ scan2pdf -m gray -r 150

<p>scannen. Eine Eingabe eines Dateinamens habe ich nicht vorgesehen. Die Dateien werden nach dem Scan (bei mir) eh nochmal umbenannt. Also Optionen gibt es</p>
$ scan2pdf --help
Usage: scan2pdf -m {lineart,gray,color} -r [resolution in dpi]
 -m: Scan mode, choose lineart, gray or color
 -r: Resolution in dpi

<p>Beim ersten Aufruf des Programms erscheint ein kleiner Dialog, über den man seinen Scanner auswählen kann. Die Info wird dann zusammen mit ein paar Details zum Scanner in der Datei ~/.scan2pdf abgelegt.</p>
<p>Scannt man mehrere Dateien hintereinander, so werden sie als scan1.pdf, scan2.pdf usw. auf dem Desktop abgelegt. Die Namen und Pfade lassen sich bei Bedarf im Skript anpassen. Richtig elegant und bequem wird es, wenn der Scanner eine Tasten zum Auslö...</p></div></div>
    
    ]]></description> <pubDate>Thu, 05 Mar 2009 08:21:12 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#492c85de-3667-4331-9f84-85c9ea24e223</guid> 
  
    <enclosure url="http://www.evernote.com/shard/s1/thumb/492c85de-3667-4331-9f84-85c9ea24e223"
               length="0" type="image/jpeg"/>
  
  </item>

  
  <item> <title>Rotate Images</title> <link>http://www.evernote.com/pub/astreim/Linux#ed992bd0-e93c-41a4-880a-b8de14aeca16</link>
  <description><![CDATA[
    
    
    
        
        <div class="ennote"><p>Well, surfing the net I found this tip to add resize &amp; rotate image functions to nautilus</p><p>1.- Open a Terminal</p><p>accessories&gt; Terminal or Terminator</p><p>2.- Type:</p><p>sudo apt-get install nautilus-image-converter</p><p>3.- Restart Gnome</p><p>CTRL + ALT +Backspace</p><p>4.- Log in and go to any image folder</p><p>5.- Right Click on the image and you wil find to new options</p></div>
    
    ]]></description> <pubDate>Wed, 04 Feb 2009 11:59:20 GMT</pubDate> <guid>http://www.evernote.com/pub/astreim/Linux#ed992bd0-e93c-41a4-880a-b8de14aeca16</guid> 
  
  </item>
 </channel> </rss>