<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://editthis.info/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Ubuntu Support - New pages [en]</title>
		<link>http://editthis.info/ubuntu_support/Special:NewPages</link>
		<description>From Ubuntu Support</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Thu, 11 Jun 2026 22:50:18 GMT</lastBuildDate>
		<item>
			<title>Gutsy Gibbon</title>
			<link>http://editthis.info/ubuntu_support/Gutsy_Gibbon</link>
			<description>&lt;p&gt;Some guy:&amp;#32;/* Transmission */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes how to install certain features into the '''Ubuntu''' distribution '''Gutsy Gibbon'''. I am making it for my own benefit so I can help people install Ubuntu and get everything going, but I will be glad if others benefit from this page. I cannot attest to the accuracy of anything here and I am not a linux expert.&lt;br /&gt;
&lt;br /&gt;
== BitTorrent ==&lt;br /&gt;
&lt;br /&gt;
=== Transmission ===&lt;br /&gt;
(Please note these instructions are for version 0.93 of transmission, alteration may be needed for different instructions)&lt;br /&gt;
&lt;br /&gt;
I use '''Transmission''' for Bit Torrent on Ubuntu, it is not as good as µTorrent but does a good job. The version supported as an Ubuntu package is not as good as the newest version. To install the newest version of '''Transmission''' BitTorrent client:&lt;br /&gt;
&lt;br /&gt;
*wget http://download.m0k.org/transmission/files/transmission-0.93.tar.bz2&lt;br /&gt;
*sudo apt-get build-dep transmission&lt;br /&gt;
*tar jxvf transmission-0.93.tar.bz2&lt;br /&gt;
*cd transmission-0.93/&lt;br /&gt;
*sudo apt-get install autogen&lt;br /&gt;
*autoconf Makefile.am&lt;br /&gt;
*./configure -q&lt;br /&gt;
*make -s&lt;br /&gt;
*sudo make install&lt;br /&gt;
&lt;br /&gt;
=== utorrent ===&lt;br /&gt;
&lt;br /&gt;
This is my favorite BT client, but it is for windows only unfortunately. So I found a guide that shows you how to run it under a windows emulator called &amp;quot;wine&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This method is derived from the [http://www.softpedia.com/ Softpedia] article: [http://news.softpedia.com/news/uTorrent-under-Ubuntu-in-3-Easy-Steps-49037.shtml uTorrent under Ubuntu in 3 Easy Steps - Emulate uTorrent under Linux!]&lt;br /&gt;
&lt;br /&gt;
* sudo aptitude install wine&lt;br /&gt;
* wget http://download.utorrent.com/1.7.5/utorrent.exe&lt;br /&gt;
* wine utorrent.exe&lt;br /&gt;
&lt;br /&gt;
When it asks if you want a desktop shortcut say yes. Now you can run the shortcut it creates, or drop torrents onto it.&lt;br /&gt;
&lt;br /&gt;
To associate it with your browser click on a torrent, select &amp;quot;Open with&amp;quot; and for the application select &amp;quot;other&amp;quot;. In the &amp;quot;Location&amp;quot; box enter:&lt;br /&gt;
&lt;br /&gt;
* ~/.wine/drive_c/Program Files/uTorrent/uTorrent.exe&lt;br /&gt;
&lt;br /&gt;
and click &amp;quot;Open&amp;quot;. Then click the &amp;quot;Do this automatically for files like this from now on&amp;quot; box and click &amp;quot;Ok&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== NTFS read write ==&lt;br /&gt;
&lt;br /&gt;
One of the common windows file systems is NTFS. When installed Ubuntu only has read access to these drives. To allow write access:&lt;br /&gt;
&lt;br /&gt;
Go to &amp;quot;'''Applications-&amp;gt;Add/Remove'''&amp;quot;. In the '''Show''' drop down menu select '''All available applications'''. In the search box type &amp;quot;'''NTFS'''&amp;quot;. Check the check box by &amp;quot;'''NTFS Configuration Tool'''&amp;quot;. Click &amp;quot;'''Apply changes'''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Now under &amp;quot;'''Applications-&amp;gt;System tools-&amp;gt;NTFS Configuration Tool'''&amp;quot; you can turn NTFS write access on and off for internal and external drives.&lt;br /&gt;
&lt;br /&gt;
== XMMS audio player ==&lt;br /&gt;
&lt;br /&gt;
This audio player is almost identical to winamp in appearance and features. It has plug-ins that support most major audio formats.&lt;br /&gt;
&lt;br /&gt;
;xmms:sudo apt-get install xmms&lt;br /&gt;
&lt;br /&gt;
You can now find XMMS program under &amp;quot;'''Applications-&amp;gt;Sound &amp;amp; Video-&amp;gt;XMMS'''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Audio formats in xmms ===&lt;br /&gt;
&lt;br /&gt;
;.wav,.mp3:''Supported already''&lt;br /&gt;
;.wma:sudo apt-get install xmms-wma&lt;br /&gt;
;.shn:sudo apt-get install xmms-shn&lt;br /&gt;
;.ape:sudo apt-get install libmac2 xmms-mac&lt;br /&gt;
;.flac:'''Instructions needed'''&lt;br /&gt;
&lt;br /&gt;
*Close an open xmms if it is already open.&lt;br /&gt;
&lt;br /&gt;
== VLC video player ==&lt;br /&gt;
&lt;br /&gt;
With this player most video files will just play. Exceptions include quicktime and real media files which do not play in VLC.&lt;br /&gt;
&lt;br /&gt;
;VLC:sudo apt-get install vlc&lt;br /&gt;
&lt;br /&gt;
You can now find VLC program under &amp;quot;'''Applications-&amp;gt;Sound &amp;amp; Video-&amp;gt;VLC media player'''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Pile of video codecs ==&lt;br /&gt;
&lt;br /&gt;
Confirmed to get Real Media files working in totem movie player(which should be already installed by default), otherwise untested.&lt;br /&gt;
&lt;br /&gt;
;Video codecs:sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libxine-extracodecs w32codecs&lt;br /&gt;
&lt;br /&gt;
== HP PSC 750 Printer ==&lt;br /&gt;
&lt;br /&gt;
This is based directly off of the posting by Allen S called: [http://ubuntuforums.org/archive/index.php/t-6571.html HOWTO: Install a HP PSC-750]. Thanks buddy, good advice.&lt;br /&gt;
&lt;br /&gt;
These tips may work with other PSC models, not sure.&lt;br /&gt;
&lt;br /&gt;
open &amp;quot;/etc/apt/sources.lst&amp;quot; with your favorite text editor. Uncomment the two sources labeled &amp;quot;universe&amp;quot;. This allows software that is not allowed by default due to the license Ubuntu uses. Save it.&lt;br /&gt;
&lt;br /&gt;
Do:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Be sure your printer is plugged into your computer and running.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install hpoj&lt;br /&gt;
&lt;br /&gt;
Say '''no''' when it asks about the parallel ports, and say '''yes''' when it asks about the USB ports.&lt;br /&gt;
&lt;br /&gt;
Just do the default for the rest of the questions(hit enter for them without entering anything).&lt;br /&gt;
&lt;br /&gt;
At this point you should be able to scan. Try running:&lt;br /&gt;
&lt;br /&gt;
 xsane&lt;br /&gt;
&lt;br /&gt;
and try it out. When you are done close it.&lt;br /&gt;
&lt;br /&gt;
You may need to reboot the system, I did and it worked, it may have worked if I did not, don't know.&lt;br /&gt;
&lt;br /&gt;
Log back in and go to '''System'''-&amp;gt;'''Administration'''-&amp;gt;'''Printing'''. Select &amp;quot;New Printer&amp;quot; and select the one that is has PSC 750 in its name. When it asks for a manufacturer select &amp;quot;HP&amp;quot;, when it asks for a driver select the default, or the one that says &amp;quot;recommended&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Try a test sheet. These instructions worked for me right off the bat.&lt;/div&gt;</description>
			<pubDate>Fri, 16 Nov 2007 00:20:17 GMT</pubDate>			<dc:creator>Some guy</dc:creator>			<comments>http://editthis.info/ubuntu_support/Talk:Gutsy_Gibbon</comments>		</item>
		<item>
			<title>Control Panel</title>
			<link>http://editthis.info/ubuntu_support/Control_Panel</link>
			<description>&lt;p&gt;128.6.51.12:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;No text here&lt;/div&gt;</description>
			<pubDate>Tue, 04 Apr 2006 22:50:39 GMT</pubDate>			<dc:creator>128.6.51.12</dc:creator>			<comments>http://editthis.info/ubuntu_support/Talk:Control_Panel</comments>		</item>
		<item>
			<title>Header</title>
			<link>http://editthis.info/ubuntu_support/Header</link>
			<description>&lt;p&gt;Admin:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
   /*&lt;br /&gt;
      Notes: &lt;br /&gt;
       -You must log as admin to edit this page&lt;br /&gt;
       -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. &lt;br /&gt;
       -if you want your code to look nice on this page, put a space at the beginning of each line&lt;br /&gt;
       -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css &lt;br /&gt;
       &lt;br /&gt;
       For example uncomment this next section to turn all the text green:&lt;br /&gt;
   */&lt;br /&gt;
  /*&lt;br /&gt;
 body {&lt;br /&gt;
    color: green;&lt;br /&gt;
 }&lt;br /&gt;
  */ &lt;br /&gt;
 &amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
   //Feel free to add your javascript code here.&lt;br /&gt;
 &amp;lt;/script&amp;gt;&lt;/div&gt;</description>
			<pubDate>Sun, 26 Feb 2006 14:56:21 GMT</pubDate>			<dc:creator>Admin</dc:creator>			<comments>http://editthis.info/ubuntu_support/Talk:Header</comments>		</item>
		<item>
			<title>Image logo url</title>
			<link>http://editthis.info/ubuntu_support/Image_logo_url</link>
			<description>&lt;p&gt;128.6.51.12:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://editthis.info/images/wikilogo.png&lt;/div&gt;</description>
			<pubDate>Mon, 09 Jan 2006 16:48:03 GMT</pubDate>			<dc:creator>128.6.51.12</dc:creator>			<comments>http://editthis.info/ubuntu_support/Talk:Image_logo_url</comments>		</item>
	</channel>
</rss>