<?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>Beyadetam Computer &#187; tv</title>
	<atom:link href="http://beyadetam.com/tag/tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://beyadetam.com</link>
	<description>We talk about Computer Hardware and Software</description>
	<lastBuildDate>Sat, 14 Aug 2010 02:51:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guide to Installing and Finding Ubuntu Applications</title>
		<link>http://beyadetam.com/2009/12/guide-to-installing-and-finding-ubuntu-applications/</link>
		<comments>http://beyadetam.com/2009/12/guide-to-installing-and-finding-ubuntu-applications/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 05:09:43 +0000</pubDate>
		<dc:creator>BeeGoes</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[lockergnome]]></category>
		<category><![CDATA[pirillo]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://beyadetam.com/2009/12/guide-to-installing-and-finding-ubuntu-applications/</guid>
		<description><![CDATA[
 The best thing and the worst thing about moving to a brand new operating system is all of  [...]]]></description>
			<content:encoded><![CDATA[<div style="margin:0 auto;float:left;padding-right:5px"><img src="http://farm3.static.flickr.com/2720/4257858607_2cfd3e8552_m.jpg" width="250" height="180" alt="Guide to Installing and Finding Ubuntu Applications"></div>
<p class="first-child "> <span title="T" class="cap"><span>T</span></span>he best thing and the worst thing about moving to a brand new operating system is all of  the new applications that are immediately available to you. With Ubuntu, an open-source GNU/Linux based operating system, this is compounded even more by the astounding number of options along with the close-to automated package management system and strong community support.  </p>
<p>Therefore, it&#8217;s helpful to have a basic guide to guide new and <span id="more-44"></span>returning users through the varied software options by highlighted specific popular packages and providing installation directions, along with information about where users can look for more options and support. By showing the new Ubuntu user the best of the software repository from the start, we can ensure retention and thereby further undercut the market share of the 8,000 pound gorillas in the OS market.</p>
<p>Seeing all of the software available for Ubuntu through the official repositories is an easy and enjoyable experience. In fact, you don&#8217;t even need to open an internet browser. You can see the repositories (or repo&#8217;s) in two different ways:</p>
<p>1. Click on the <b>Add/Remove Programs</b> option in the <b>Applications</b> menu. This will most of the more popular items, along with each package&#8217;s estimated popularity. The option to install is provided right through the dialog screen.</p>
<p>2. Use the <b>Synaptic Package Manager</b>, which is available through selecting <i>System&#8211;>Administration&#8211;>Synaptic Package Manager</i>. A search function is included, making this process even easier. Also, you can choose to update all of your current packages through the click of the button. More often than not, no restart or reboot is required.</p>
<p>Without further ado, here are some common applications for Ubuntu, and directions on how to install them.</p>
<p><i><b>BitTorrent</b></i></p>
<p>qBitTorrent is an application used to connect to the BitTorrent file sharing network, which acts as an uncentralized way to distribute and download large files without much hassle. Many sites on the internet provide these torrent files, and it is the responsibility of the user to make sure they are not violating the copyright laws of their respective nation by using them.</p>
<p>qBitTorrent is not available in the official repositories, so you&#8217;ll have to use the Terminal to install it. You can access the Terminal through <i>Applications -> Accessories -> Terminal</i>. As soon as it opens, enter the following commands (a root password may be required).</p>
<p>gksudo gedit /etc/apt/sources.lst</p>
<p>Copy the following lines to the end of the file:</p>
<p>deb <a target="_blank" rel="external nofollow" target="_blank" href="http://hydr0g3n.free.fr/qbittorrent/feisty/">http://hydr0g3n.free.fr/qbittorrent/feisty/</a> ./</p>
<p>deb-src <a target="_blank" rel="external nofollow" target="_blank" href="http://hydr0g3n.free.fr/qbittorrent/feisty/">http://hydr0g3n.free.fr/qbittorrent/feisty/</a> ./</p>
<p>Close the window, and copy and paste the following command:</p>
<p>sudo apt-get update &#038;&#038; sudo apt-get install qbittorrent</p>
<p><i><b>Evolution</b></i></p>
<p>Check your e-mail in style with this client. Evolution comes pre-installed with Ubuntu, and you can open it from the Applications menu. This program is ideal for calendaring, keeping track of contacts, and checking e-mail. If it isn&#8217;t installed for some reason, you can install it with the <i>Synaptic Package Manager</i>.</p>
<p><i><b>Pan</b></i></p>
<p>Pan is a way to connect to UseNet. It&#8217;s one of the few for Ubuntu that has a graphical display.</p>
<p>Type this in to install it:</p>
<p>sudo apt-get install pan </p>
<p>Pan rivals the XNews program for Windows, and it&#8217;s completely open-source.</p>
<p><i><b>Firefox</b></i></p>
<p>Firefox is a really quick web browser developed by Mozilla. Yep, it definitely knocks the socks off of Internet Explorer, and it&#8217;s way more compatible with most websites than Safari. Based on the latest statistics, more people than ever before are moving over to Firefox from other browsers, and almost everything on the internet is compatible with it. Though it comes pre-installed with Ubuntu, I definitely think it&#8217;s worth a mention. If it&#8217;s not preinstalled, type this in the command line:</p>
<p>sudo apt-get install firefox</p>
<p><i><b>Pidgin</b></i></p>
<p>Multi-protocol Instant Messaging, baby! Includes support for AIM, Yahoo!, GMail, and MSN. I know, I know, it&#8217;s amazing. And trust me, it is EASY to install!</p>
<p>Here&#8217;s the directions: Insert this stuff into your command line.</p>
<p>wget <a target="_blank" rel="external nofollow" target="_blank" href="http://vicox.net/ubuntu/pidgin_2.0.0beta7devel.vicox-1_i386.deb">http://vicox.net/ubuntu/pidgin_2.0.0beta7devel.vicox-1_i386.deb</a></p>
<p>sudo dpkg -i pidgin_2.0.0beta7devel.vicox-1_i386.deb</p>
<p>I hope this was a useful start. For more application ideas, you can try the official documentation or the forums. Good luck, and enjoy your new experience with Ubuntu!</p>
<p> <!--more--> <H3>Watch the video related to Ubuntu</H3>
<div align="center">
<p><!-- Smart Youtube --><span class="youtube"><object type="application/x-shockwave-flash" width="425" height="355" data="http://www.youtube.com/v/jWN-bmQuboE&amp;rel=1&amp;color1=0x666666&amp;color2=0xD3D3D3&amp;border=1&amp;fs=0&amp;autoplay=0&amp;loop=0&amp;disablekb=0&amp;egm=0&amp;border=1&amp;showsearch=1&amp;showinfo=&amp;iv_load_policy=&amp;cc_load_policy=&amp;fmt="><param name="movie" value="http://www.youtube.com/v/jWN-bmQuboE&amp;rel=1&amp;color1=0x666666&amp;color2=0xD3D3D3&amp;border=1&amp;fs=0&amp;autoplay=0&amp;loop=0&amp;disablekb=0&amp;egm=0&amp;border=1&amp;showsearch=1&amp;showinfo=&amp;iv_load_policy=&amp;cc_load_policy=&amp;fmt="></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent" /></object></span></p>
</p></div>
<p>live.pirillo.com &#8211; After DBAN finished running on the computer I am giving away, I threw in an Ubuntu disc, and ten minutes later had a fully baked Operating System on the computer.  <H3>Help answer the question about Ubuntu</H3>How should I go about switching to Ubuntu?<br />I&#039;m a newbie to Linux and I&#039;ve been researching versions and obviously Ubuntu appealed to me, but I&#039;m not sure how to go about switching to Ubuntu. I&#039;d assume using a dual boot at first would be a smart idea to start out with, if not to keep. I am running on Windows Vista home premium on an HP Pavilion laptop. I&#039;m also not sure which version of Ubuntu to get.<br />
 <H3>About Author</H3>
<p></strong>
<p>Mary Riley is a maverick web designer and aspiring law student. She maintains <a rel="external nofollow" target="_blank" href="http://thedailyubuntu.blogspot.com/">the Daily Ubuntu</a>, a guide for new Ubuntu applications on a daily basis. You can follow Mary Riley&#8217;s stories and articles through her <a rel="external nofollow" target="_blank" href="http://www.twitter.com/movietwit">Twitter feed</a>.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://beyadetam.com/2009/12/guide-to-installing-and-finding-ubuntu-applications/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>BROKEN LCD MONITOR</title>
		<link>http://beyadetam.com/2009/10/broken-lcd-monitor/</link>
		<comments>http://beyadetam.com/2009/10/broken-lcd-monitor/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 05:02:57 +0000</pubDate>
		<dc:creator>BeeGoes</dc:creator>
				<category><![CDATA[Monitor]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[lockergnome]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[pirillo]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://beyadetam.com/2009/10/broken-lcd-monitor/</guid>
		<description><![CDATA[
 I have a lot of friends that have LCD monitors (I prefer CRT still) and most of them are [...]]]></description>
			<content:encoded><![CDATA[<div style="margin:0 auto;float:left;padding-right:5px"><img src="http://farm4.static.flickr.com/3548/3328280212_6d0d1f6e9a_m.jpg" width="250" height="180" alt="BROKEN LCD MONITOR"></div>
<p class="first-child "> <span title="I" class="cap"><span>I</span></span> have a lot of friends that have LCD monitors (I prefer CRT still) and most of them are complaining about stuck pixels and how they can repair a LCD monitor that has this type of problem. I will show you 3 simple ways that you can use to get rid of this problem without having to go to someone else and maybe pay that respective person. Stuck pixels usually appear because the liquid inside the LCD monitor is not spread properly, and so 1 or more p<span id="more-15"></span>ixels may remain stuck with one color or just stay black, it depends. But now lets get down to the explaining part. 1. I will start with the software method, since this is the one that most people prefer and it is also the easiest way to repair LCD monitor that has a stuck pixel. I have 2 software programs that can do this and they are free, just search on the internet and you will find plenty of them. 2. Trying to repair the problem using pressure. What you have to do is, start by turning off your LCD monitor and then find something like a pen that has a small rounded end but it is still thin, you must use this since if it is too sharp you may scratch your LCD. Then get a small damp cloth to protect your LCD monitor from scratching, fold the cloth in 2 and place it exactly over the stuck pixel and start adding a small amount of pressure on it with the pen, DO NOT press hard or you will risk to further damage your LCD monitor and also DO NOT add pressure anywhere else besides that pixel. Now, while adding pressure on it, turn on your LCD monitor, then remove the pen and the stuck pixel should be gone. 3. And the third method is fixing the stuck pixel by tapping. Start by putting a black background on your display, and I mean black and make sure you leave your lcd monitor turned on. Then get a pen or something thin but with a rounded end and start to gently tap the stuck pixel until it disappears,you should have a steady hand for this so you wont tap other pixels. You know that you&#8217;ve added enough pressure on your taps if the screen glows white around the pixel. It should fix it after a few taps. I hope this article helped you in some way, and you may repair your LCD monitor&#8217;s stuck pixels. As a final note I want to add that there is no guarantee that these methods will work, you try them at your own risk.</p>
<p> <!--more--> <H3>Watch the video related to LCD Monitor</H3>
<div align="center">
<p><!-- Smart Youtube --><span class="youtube"><object type="application/x-shockwave-flash" width="425" height="355" data="http://www.youtube.com/v/6fWcHJwfwwA&amp;rel=1&amp;color1=0x666666&amp;color2=0xD3D3D3&amp;border=1&amp;fs=0&amp;autoplay=0&amp;loop=0&amp;disablekb=0&amp;egm=0&amp;border=1&amp;showsearch=1&amp;showinfo=&amp;iv_load_policy=&amp;cc_load_policy=&amp;fmt="><param name="movie" value="http://www.youtube.com/v/6fWcHJwfwwA&amp;rel=1&amp;color1=0x666666&amp;color2=0xD3D3D3&amp;border=1&amp;fs=0&amp;autoplay=0&amp;loop=0&amp;disablekb=0&amp;egm=0&amp;border=1&amp;showsearch=1&amp;showinfo=&amp;iv_load_policy=&amp;cc_load_policy=&amp;fmt="></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent" /></object></span></p>
</p></div>
<p>live.pirillo.com &#8211; Vince has a 17&#8243; wide screen LCD monitor, and an NVidia graphics card. Windows update detected a graphics card update and installed it. Suddenly, Vince no longer has his native resolution option for his monitor.  <H3>Help answer the question about LCD Monitor</H3>Can a flatscreen LCD monitor with a low refresh rate cause blindness?<br />My brother has been convinced (by a computer salesperson, surprise surprise) that his flatscreen LCD computer monitor is going to cause him to go blind because its a couple of years old and has a slower refresh rate. My husband and I think thats bunk and that the salesperson is trying to pull one over on him. Anyone know for sure?<br />
 <H3>About Author</H3>
<p></strong>
<p>Romeo Burke:<br />
Musician songwriter<br />
Music producer<br />
Video clip -Producer<br />
Loan Debt Advisor<br />
38 Years Single living in The Netherlands Europe Florida USA<br />
born in Suriname South America;</p>
<p><a rel="external nofollow" target="_blank" href="http://robertoicq.jestinewilliamlcd.click2sell.eu" title="Buy" alt="Buy">Buy</a><br />
        TO SOLVE YOUR LCD MONITOR PROBLEMS
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://beyadetam.com/2009/10/broken-lcd-monitor/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
