<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jens Olsson &#187; HowTo</title>
	<atom:link href="http://jens.yelles.se/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.yelles.se</link>
	<description>My Underground Development</description>
	<lastBuildDate>Tue, 16 Aug 2011 09:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Backup and restore MySQL tables/database</title>
		<link>http://jens.yelles.se/2010/03/15/backup-and-restore-mysql-tablesdatabase/</link>
		<comments>http://jens.yelles.se/2010/03/15/backup-and-restore-mysql-tablesdatabase/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:04:23 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=201</guid>
		<description><![CDATA[If you have a lagre database that you will take backup on you might find it hard to do so with example phpmyadmin. MySQL made commando for this so you easy can do this in your terminal on both Windows and Linux. I will first go with Linux. OBS: The commando are the same for [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a lagre database that you will take backup on you might find it hard to do so with example phpmyadmin. MySQL made commando for this so you easy can do this in your terminal on both Windows and Linux. I will first go with Linux. OBS: The commando are the same for both Linux and Windows.</p>
<p><strong>MySQLdump commando</strong></p>
<blockquote><p>mysqldump -u username -ppassword database_name table_name &gt; /your/way/to/sql/file/file_name.sql</p></blockquote>
<p><strong>SQL for restore table/database</strong></p>
<blockquote><p>mysql -u username -ppassword database_name &lt; /your/way/to/sql/file/file_name.sql</p></blockquote>
<p>If you want to backup full database just dont write the table name on first commando.</p>
<p>If you use Windows you have to go to you bin folder who is in your mysql folder. For example in EasyPHP the way is:</p>
<p>c:\program\easyphp-folder\mysql\bin</p>
<p>From there run the commando. Also if you did not understand, you first run the location in simple CMD and then run the commando.</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2010/03/15/backup-and-restore-mysql-tablesdatabase/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install font in Ubuntu, Linux</title>
		<link>http://jens.yelles.se/2009/08/17/install-font-in-ubuntu-linux/</link>
		<comments>http://jens.yelles.se/2009/08/17/install-font-in-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 11:26:44 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=173</guid>
		<description><![CDATA[This is how i did when i needed to add some windows fonts under Ubuntu. Go to your home folder, filesystem &#62; home &#62; yourusername. Now show hidden files and folders by press: ctrl+h Look for .fonts, if its not exist just make a new folder with name: .fonts Just drag your ttf files into [...]]]></description>
			<content:encoded><![CDATA[<p>This is how i did when i needed to add some windows fonts under Ubuntu.</p>
<p>Go to your home folder, filesystem &gt; home &gt; yourusername.</p>
<p>Now show hidden files and folders by press: ctrl+h</p>
<p>Look for .fonts, if its not exist just make a new folder with name: .fonts</p>
<p>Just drag your ttf files into this folder. If you want to try just empty your font cash but i had to restart before it worked so I recommend you to do it aswell.</p>
<p>Hope it helped <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/08/17/install-font-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>World of Warcraft on Ubuntu, Linux</title>
		<link>http://jens.yelles.se/2009/07/14/world-of-warcraft-on-ubuntu-linux/</link>
		<comments>http://jens.yelles.se/2009/07/14/world-of-warcraft-on-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:24:05 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[World Of Warcraft]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=164</guid>
		<description><![CDATA[To get World of Warcraft work on Ubuntu is not hard. Acutely its really simple and it works good. Start with install wine by &#8220;sudo apt-get install wine&#8221; in terminal if you do not have it already. Either you install wow on your Ubuntu machine by insert all disces or do as I did, copy [...]]]></description>
			<content:encoded><![CDATA[<p>To get World of Warcraft work on Ubuntu is not hard. Acutely its really simple and it works good.</p>
<p>Start with install wine by &#8220;sudo apt-get install wine&#8221; in terminal if you do not have it already.</p>
<p>Either you install wow on your Ubuntu machine by insert all disces or do as I did, copy the folder from a windows computer where i had it installed and simply paste it in your Ubuntu computer. Now brows with help of wine to wow.exe and start the game. When i did this I had some problem with my graphic, the game did not start in Open GL. Simply add this line at the bottom on your config.wtf, you will find it under WTF in your world of warcraft folder :</p>
<blockquote><p><code>SET gxApi "opengl"</code></p></blockquote>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/14/world-of-warcraft-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Headphones and microphone Ubuntu, Acer 5738ZG Dolby</title>
		<link>http://jens.yelles.se/2009/07/12/headphones-and-microphone-ubuntu-acer-5738zg-dolby/</link>
		<comments>http://jens.yelles.se/2009/07/12/headphones-and-microphone-ubuntu-acer-5738zg-dolby/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 15:19:04 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Acer]]></category>
		<category><![CDATA[Dolby]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=149</guid>
		<description><![CDATA[I had some mess with my headphones and microphone on my Acer 5738ZG Dolby while using Ubuntu. This may help you fix it, at least helped me. Right click on your speaker icon just beside the clock then Open Volume Control. Then you click on settings&#8230; Check all that are unchecked and close. Take surround [...]]]></description>
			<content:encoded><![CDATA[<p>I had some mess with my headphones and microphone on my Acer 5738ZG Dolby while using Ubuntu. This may help you fix it, at least helped me. Right click on your speaker icon just beside the clock then Open Volume Control. Then you click on settings&#8230; Check all that are unchecked and close. Take surround to top and un mark mute. Then to make the speakers quiet just mute front. Do also not forget to make sure your headphones are checked under switch.</p>
<p>Then to microphone, take front mick up to the top and un mark mute. Then go to Alternative and select input source to Front Mic. If you wanna boost your microphone just increase front mic boost, but be careful if you use speakers you will get consecutive working.</p>
<p>3 screens from mine volume control while using headphones:</p>
<p><a href="http://jens.yelles.se/wp-content/uploads/2009/07/Skarmbild1.png"><img class="alignleft size-thumbnail wp-image-150" title="Skarmbild" src="http://jens.yelles.se/wp-content/uploads/2009/07/Skarmbild1-150x150.png" alt="Skarmbild" width="150" height="150" /></a><a href="http://jens.yelles.se/wp-content/uploads/2009/07/Skarmbild-11.png"><img class="alignleft size-thumbnail wp-image-151" title="Skarmbild-1" src="http://jens.yelles.se/wp-content/uploads/2009/07/Skarmbild-11-150x150.png" alt="Skarmbild-1" width="150" height="150" /></a><a href="http://jens.yelles.se/wp-content/uploads/2009/07/Skarmbild-21.png"><img class="alignleft size-thumbnail wp-image-152" title="Skarmbild-2" src="http://jens.yelles.se/wp-content/uploads/2009/07/Skarmbild-21-150x150.png" alt="Skarmbild-2" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/12/headphones-and-microphone-ubuntu-acer-5738zg-dolby/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Sony Ericsson MD400 on Ubuntu, Linux</title>
		<link>http://jens.yelles.se/2009/07/08/install-sony-ericsson-md400-on-ubuntu-linux/</link>
		<comments>http://jens.yelles.se/2009/07/08/install-sony-ericsson-md400-on-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 23:40:49 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MD400]]></category>
		<category><![CDATA[Sony Ericsson]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=132</guid>
		<description><![CDATA[Did just get my usb modem from my ISP today and was going to install in on my Ubuntu machine. Like many times before there is no drivers for Ubuntu (Linux) in this time &#8220;only&#8221; for mac and win. So, here comes a little howto install this Sony Ericsson MD400 modem on Ubuntu. Do not [...]]]></description>
			<content:encoded><![CDATA[<p>Did just get my usb modem from my ISP today and was going to install in on my Ubuntu machine. Like many times before there is no drivers for Ubuntu (Linux) in this time &#8220;only&#8221; for mac and win.<br />
So, here comes a little howto install this Sony Ericsson MD400 modem on Ubuntu. Do not have the modem in the computer until the step I tell you <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
First you have to download drivers. Go to http://www.draisberghof.de/usb_modeswitch/#download or do as I did just write:</p>
<blockquote><p>wget http://www.draisberghof.de/usb_modeswitch/usb_modeswitch-1.0.2.tar.bz2</p></blockquote>
<p>Obs: Look first what is the newst drivers on the homepage, perhaps you have to change the name on the wget command, &#8220;usb_modeswitch-1.0.2.tar.bz2&#8243;.</p>
<p>After this you run in terminal:</p>
<blockquote><p>tar xjvf usb_modeswitch-1.0.2.tar.bz2</p></blockquote>
<p>Go to the folder by:</p>
<blockquote><p>cd usb_modeswitch-1.0.2</p></blockquote>
<p>Install:</p>
<blockquote><p>sudo make install</p></blockquote>
<p>Now it will work as it should. All you have to run every time before using is this in the terminal, first time it did ask me for password, do not know if it is the same for everyone.</p>
<p>Now you can also insert the modem <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<blockquote><p>sudo usb_modeswitch -v 0x0fce -p 0xd0e1 -O 1</p></blockquote>
<p>Good luck. I did learn this at: http://ubuntu.se/forum/showthread.php?p=19872 Many thanks to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/08/install-sony-ericsson-md400-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Drivers for Nvidia Geforce G105M</title>
		<link>http://jens.yelles.se/2009/07/02/drivers-for-nvidia-geforce-g105m/</link>
		<comments>http://jens.yelles.se/2009/07/02/drivers-for-nvidia-geforce-g105m/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:21:34 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=89</guid>
		<description><![CDATA[At this moment of time while I am writing this howto there is no driver for this card (Nvidia Geforce G105M) that I just got with my new laptop who I installed Ubuntu on. In this case I solve this problem with download the newest drivers for Linux at Nvidias homepage and edited xorg.conf. Obs, [...]]]></description>
			<content:encoded><![CDATA[<p>At this moment of time while I am writing this howto there is no driver for this card (Nvidia Geforce G105M) that I just got with my new laptop who I installed Ubuntu on. In this case I solve this problem with download the newest drivers for Linux at Nvidias homepage and edited xorg.conf. Obs, if  you got 6 split screen this will solve that problem as well!</p>
<blockquote><p>1: download drivers on Nvidias homepage (Look for Version: 185.18.14 for linux since the &#8220;real&#8221; card driver do not exist at this time). Url: http://www.nvidia.com/object/unix.html</p></blockquote>
<blockquote><p>2: Install the drivers with &#8220;sudo ./thefile.run&#8221; you have to be in the right dictonary while doing this. The install will ask you to stop X server, write &#8220;sudo /etc/init.d/gdm stop&#8221; You will now enter text based mode so locate the file with CD and make the &#8220;sudo ./thefile.run&#8221; again. If any question appare you take yes and ok etc <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<blockquote><p>3: Now you will have six screens while enter ubuntu after reboot. This you solve by edit xorg.cfg in etc/X11/xorg.conf, i did use &#8220;gksudo nautilus&#8221; for open a window with root access. Copy and pase the text below:</p>
<p># xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# Note that some configuration settings that could be done previously<br />
# in this file, now are automatically configured by the server and settings<br />
# here are ignored.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg<br />
Section &#8220;InputDevice&#8221;<br />
Identifier    &#8221;TouchPad&#8221;<br />
Driver &#8220;synaptics&#8221;<br />
Option &#8220;device&#8221; &#8220;/dev/input/event8&#8243;<br />
#    Option &#8220;TapButton1&#8243; &#8220;0&#8243;<br />
#    Option &#8220;TapButton2&#8243; &#8220;0&#8243;<br />
Option &#8220;HorizEdgeScroll&#8221; &#8220;False&#8221;<br />
Option &#8220;VertTwoFingerScroll&#8221; &#8220;True&#8221;<br />
Option &#8220;HorizTowFingerScroll&#8221; &#8220;True&#8221;<br />
#    Option &#8220;TouchpadOff&#8221; &#8220;2&#8243;<br />
Option &#8220;SHMConfig&#8221; &#8220;False&#8221;<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier     &#8220;Default Layout&#8221;<br />
Screen      0  &#8220;Screen0&#8243; 0 0<br />
InputDevice    &#8220;Keyboard0&#8243; &#8220;CoreKeyboard&#8221;<br />
#    InputDevice    &#8220;Mouse0&#8243; &#8220;CorePointer&#8221;<br />
InputDevice    &#8220;TouchPad&#8221; &#8220;CorePinter&#8221;<br />
EndSection</p>
<p>Section &#8220;ServerFlags&#8221;<br />
Option         &#8220;Xinerama&#8221; &#8220;0&#8243;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
# generated from default<br />
Identifier     &#8220;Keyboard0&#8243;<br />
Driver         &#8220;kbd&#8221;<br />
EndSection</p>
<p>#Section &#8220;InputDevice&#8221;<br />
#    # generated from default<br />
#    Identifier     &#8220;Mouse0&#8243;<br />
#    Driver         &#8220;mouse&#8221;<br />
#    Option         &#8220;Protocol&#8221; &#8220;auto&#8221;<br />
#    Option         &#8220;Device&#8221; &#8220;/dev/psaux&#8221;<br />
#    Option         &#8220;Emulate3Buttons&#8221; &#8220;no&#8221;<br />
#    Option         &#8220;ZAxisMapping&#8221; &#8220;4 5&#8243;<br />
#EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier     &#8220;Configured Monitor&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier     &#8220;Monitor0&#8243;<br />
VendorName     &#8220;Unknown&#8221;<br />
ModelName      &#8220;AUO&#8221;<br />
#    HorizSync       30.0 &#8211; 100.0<br />
#    VertRefresh     55.0 &#8211; 110.0<br />
#    DisplaySize    344 193<br />
#    Mode    &#8221;1366&#215;768&#8243;<br />
#    DotClock    69.5MHz<br />
#    HTimings    1366 1414 1446 1437<br />
#    VTimings    768 771 775 806<br />
#    EndMode<br />
# Modeline &#8220;1366&#215;768&#8243;   69.50  1366 1414 1446 1437  768 771 775 806<br />
Modeline &#8220;1366&#215;768&#8243;   69.50  1366 1414 1446 1473  768 771 775 806 -hsync -vsync<br />
# Modeline &#8220;1366x768q&#8221;   72.00  1366 1414 1446 1494  768 771 777 803 -hsync -vsync<br />
#    Option &#8220;DPMS&#8221; &#8220;True&#8221;<br />
EndSection</p>
<p>#Section &#8220;Device&#8221;<br />
#    Identifier     &#8220;Configured Video Device&#8221;<br />
#    Driver         &#8220;nvidia&#8221;<br />
#EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier     &#8220;Device0&#8243;<br />
Driver         &#8220;nvidia&#8221;<br />
VendorName     &#8220;NVIDIA Corporation&#8221;<br />
BoardName      &#8220;GeForce G 105M&#8221;<br />
Option &#8220;NvAGP&#8221; &#8220;0&#8243;<br />
#    Option &#8220;UseInt10Module&#8221; &#8220;True&#8221;<br />
#    Option &#8220;UseEDID&#8221; &#8220;False&#8221;<br />
Option &#8220;ExactModeTimingsDVI&#8221; &#8220;True&#8221;<br />
Option &#8220;ModeValidation&#8221; &#8220;NoHorizSyncCheck,NoDFPNativeResolutionCheck,NoExtendedGpuCapabilitiesCheck,NoWidthAlignmentCheck,NoVertRefreshCheck&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier     &#8220;Default Screen&#8221;<br />
Device         &#8220;Configured Video Device&#8221;<br />
Monitor        &#8220;Configured Monitor&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier     &#8220;Screen0&#8243;<br />
Device         &#8220;Device0&#8243;<br />
Monitor        &#8220;Monitor0&#8243;<br />
DefaultDepth    24<br />
Option         &#8220;TwinView&#8221; &#8220;0&#8243;<br />
SubSection     &#8220;Display&#8221;<br />
Modes    &#8221;1366&#215;768&#8243;<br />
Depth       24<br />
EndSubSection<br />
EndSection</p></blockquote>
<blockquote><p>4: Save and reboot! Your problem should now be solved!</p></blockquote>
<p>If any question appare please let me know <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 2343px; width: 1px; height: 1px;">
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 498px; text-align: left;" dir="ltr"># xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
	Identifier	"TouchPad"
	Driver "synaptics"
	Option "device" "/dev/input/event8"
#	Option "TapButton1" "0"
#	Option "TapButton2" "0"
	Option "HorizEdgeScroll" "False"
	Option "VertTwoFingerScroll" "True"
	Option "HorizTowFingerScroll" "True"
#	Option "TouchpadOff" "2"
	Option "SHMConfig" "False"
EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
#    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "TouchPad" "CorePinter"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

#Section "InputDevice"
#    # generated from default
#    Identifier     "Mouse0"
#    Driver         "mouse"
#    Option         "Protocol" "auto"
#    Option         "Device" "/dev/psaux"
#    Option         "Emulate3Buttons" "no"
#    Option         "ZAxisMapping" "4 5"
#EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AUO"
#    HorizSync       30.0 - 100.0
#    VertRefresh     55.0 - 110.0
#    DisplaySize	344 193
#    Mode	"1366x768"
#	DotClock	69.5MHz
#	HTimings	1366 1414 1446 1437
#	VTimings	768 771 775 806
#    EndMode
# Modeline "1366x768"   69.50  1366 1414 1446 1437  768 771 775 806
 Modeline "1366x768"   69.50  1366 1414 1446 1473  768 771 775 806 -hsync -vsync
# Modeline "1366x768q"   72.00  1366 1414 1446 1494  768 771 777 803 -hsync -vsync
#    Option "DPMS" "True"
EndSection

#Section "Device"
#    Identifier     "Configured Video Device"
#    Driver         "nvidia"
#EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce G 105M"
    Option "NvAGP" "0"
#    Option "UseInt10Module" "True"
#    Option "UseEDID" "False"
    Option "ExactModeTimingsDVI" "True"
    Option "ModeValidation" "NoHorizSyncCheck,NoDFPNativeResolutionCheck,NoExtendedGpuCapabilitiesCheck,NoWidthAlignmentCheck,NoVertRefreshCheck"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    SubSection     "Display"
	Modes	"1366x768"
        Depth       24
    EndSubSection
EndSection</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/02/drivers-for-nvidia-geforce-g105m/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>HowTo install OneSwarm on Ubuntu, Linux</title>
		<link>http://jens.yelles.se/2009/03/23/howto-install-oneswarm-on-ubuntu/</link>
		<comments>http://jens.yelles.se/2009/03/23/howto-install-oneswarm-on-ubuntu/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 12:11:45 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OneSwarm]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=78</guid>
		<description><![CDATA[This will lern you how to install OneSwarm on Ubuntu, Linux. First check that you have Java installed: sudo apt-get install sun-java6-bin sun-java6-jre Then you start the download, either you go to: http://oneswarm.cs.washington.edu/download.html Else for 32-bit OS, making folder Program, download, install and run it: mkdir Program wget http://oneswarm.cs.washington.edu/builds/OneSwarm_0_5_linux_x86.tar.gz tar zxvf OneSwarm_0_5_linux_x86.tar.gz cd OneSwarm ./OneSwarm [...]]]></description>
			<content:encoded><![CDATA[<p>This will lern you how to install OneSwarm on Ubuntu, Linux.</p>
<p>First check that you have Java installed:</p>
<blockquote><p>sudo apt-get install sun-java6-bin sun-java6-jre</p></blockquote>
<p>Then you start the download, either you go to: <a href="http://oneswarm.cs.washington.edu/download.html">http://oneswarm.cs.washington.edu/download.html</a></p>
<p>Else for 32-bit OS, making folder Program, download, install and run it:</p>
<blockquote><p>mkdir Program</p>
<p>wget http://<span class="posthilit">oneswarm</span>.cs.washington.edu/builds/OneSwarm_0_5_linux_x86.tar.gz</p>
<p>tar zxvf OneSwarm_0_5_linux_x86.tar.gz</p>
<p>cd OneSwarm</p>
<p>./OneSwarm</p></blockquote>
<p>If 64-bit do the same just download the 64-bit file:</p>
<blockquote><p>mkdir Program</p>
<p>wget http://<span class="posthilit">oneswarm</span>.cs.washington.edu/builds/OneSwarm_0_5_linux_x86_64.tar.gz</p>
<p>tar zxvf OneSwarm_0_5_linux_x86_64.tar.gz</p>
<p>cd OneSwarm</p>
<p>./OneSwarm</p></blockquote>
<p>Ask if any questions appear. <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/03/23/howto-install-oneswarm-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Send mail via PHP</title>
		<link>http://jens.yelles.se/2009/03/22/send-mail-via-php/</link>
		<comments>http://jens.yelles.se/2009/03/22/send-mail-via-php/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 21:36:37 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=76</guid>
		<description><![CDATA[First of all you have to change in your php.ini file if you do not have any mail server installed on your server/computer. You can send through your ISP SMTP server. Change this line in php.ini: SMTP = localhost To any vaild SMTP server, in my case I use my ISP smtp-server: SMTP = smtp.bredband.net [...]]]></description>
			<content:encoded><![CDATA[<p>First of all you have to change in your php.ini file if you do not have any mail server installed on your server/computer. You can send through your ISP SMTP server. Change this line in php.ini:</p>
<blockquote><p>SMTP = localhost</p></blockquote>
<p>To any vaild SMTP server, in my case I use my ISP smtp-server:</p>
<blockquote><p>SMTP = smtp.bredband.net</p></blockquote>
<p>When this is done you can easy send mail via PHP function <a href="http://se2.php.net/manual/en/book.mail.php">mail()</a></p>
<p>Good Luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/03/22/send-mail-via-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2, PHP 5, MySQL 5, phpMyAdmin for Windows</title>
		<link>http://jens.yelles.se/2009/03/21/apache2-php-5-mysql-5-phpmyadmin-for-windows/</link>
		<comments>http://jens.yelles.se/2009/03/21/apache2-php-5-mysql-5-phpmyadmin-for-windows/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 20:22:52 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=74</guid>
		<description><![CDATA[Here comes a little howto install Apache2, PHP 5, MySQL 5 and phpMyAdmin for windows. In this tutorial I will use easyPHP which is a packed for these applications. First, go to www.easyphp.org for downloading easyphp 3. After you have download it just install easyphp. When it is installed run it and go to http://127.0.0.1/home/ [...]]]></description>
			<content:encoded><![CDATA[<p>Here comes a little howto install <strong>Apache2, PHP 5, MySQL 5 </strong>and <strong>phpMyAdmin</strong> for windows.</p>
<p>In this tutorial I will use easyPHP which is a packed for these applications.</p>
<p>First, go to <a href="http://www.easyphp.org">www.easyphp.org</a> for downloading easyphp 3.</p>
<p>After you have download it just install easyphp.</p>
<p>When it is installed run it and go to <a href="http://127.0.0.1/home/">http://127.0.0.1/home/</a></p>
<p>Here is where you can run phpMyAdmin, add links to other folders that is not in www etc. Everything is done here but I can recommend you to update this things:</p>
<p>1. Right click on your trail icon. Config » PHP. Edit short_open_tag = Off to short_open_tag = On.</p>
<p>2. Add new user to your MySQL server. Go to  <a href="http://127.0.0.1/home/">http://127.0.0.1/home/</a> select phpmyadmin (mysql management) and go to privilege.  Here you can add users. Do NOT edit root password, it will cause problems.</p>
<p>If you have problem let me know and I will try to help you out.</p>
<p>Good Luck</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/03/21/apache2-php-5-mysql-5-phpmyadmin-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6 on Ubuntu</title>
		<link>http://jens.yelles.se/2009/02/18/internet-explorer-6-on-ubuntu/</link>
		<comments>http://jens.yelles.se/2009/02/18/internet-explorer-6-on-ubuntu/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 08:14:56 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=47</guid>
		<description><![CDATA[This howto will learn how to install Internet Explorer 6 on Ubuntu. Update apt-get: sudo apt-get update Install Wine and Cabextract: sudo apt-get install wine cabextract If any questions appear select yes. Now, install IEs4Linux (NOT as root!): cd ~ wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz tar zxvf ies4linux-latest.tar.gz cd ies4linux-* ./ies4linux Select the explorer versions you want to [...]]]></description>
			<content:encoded><![CDATA[<p>This howto will learn how to install Internet Explorer 6 on Ubuntu.</p>
<p>Update apt-get:</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>Install Wine and Cabextract:</p>
<blockquote><p>sudo apt-get install wine cabextract</p></blockquote>
<p>If any questions appear select yes.</p>
<p>Now, install IEs4Linux (NOT as root!):</p>
<blockquote><p>cd ~<br />
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz<br />
tar zxvf ies4linux-latest.tar.gz<br />
cd ies4linux-*<br />
./ies4linux</p></blockquote>
<p>Select the explorer versions you want to install and select desktop if you want a shortcut on your desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/02/18/internet-explorer-6-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

