<?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>Web World Wide &#187; Social Networking</title>
	<atom:link href="http://www.great-isp-deals.com/blog/category/social-networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.great-isp-deals.com/blog</link>
	<description>All Things Internet</description>
	<lastBuildDate>Thu, 09 Jul 2009 21:47:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>100 Tips and Tools to Set Up Your Own Home LAMP Server</title>
		<link>http://www.great-isp-deals.com/blog/2008/08/100-tips-and-tools-to-set-up-your-own-home-lamp-server/</link>
		<comments>http://www.great-isp-deals.com/blog/2008/08/100-tips-and-tools-to-set-up-your-own-home-lamp-server/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 14:35:18 +0000</pubDate>
		<dc:creator>Site Administrator</dc:creator>
				<category><![CDATA[Internet Hacks]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.great-isp-deals.com/blog/?p=13</guid>
		<description><![CDATA[LAMP (Linux, Apache, MySQL and PHP) servers are very popular for their ease of use and flexibility. They're also easy to initiate, because the components are easy to aquire and there's a lot of documentation available to help with getting started.]]></description>
			<content:encoded><![CDATA[<p>LAMP (Linux, Apache, MySQL and PHP) servers are very popular for their ease of use and flexibility. They&#8217;re also easy to initiate, because the components are easy to aquire and there&#8217;s a lot of documentation available to help with getting started. Read on to find some of the best resources available for creating your own home LAMP server, from installation to maintenance.</p>
<p><strong>Tips</strong></p>
<p>Follow these tips for a simpler and easier installation experience.</p>
<ol>
<li><strong>Use localhost</strong>: If you don&#8217;t know your IP address, you can just use localhost, https://localhost:10000/, to access your setup on the machine you&#8217;re using, specifically with Webmin.</li>
<li><strong>Have at least 256MB of RAM available</strong>: If you go any lower than 256MB of RAM, you just won&#8217;t have enough memory to run your server.</li>
<li><strong><a href="http://www.megginson.com/blogs/quoderat/2007/07/21/three-simple-tips-for-lamp-web-site-developers/">Avoid using HTTP GET</a></strong>: GET may set you up for problems with search engines and users, so use POST instead.</li>
<li><strong><a href="http://www.redips.net/linux/lamp-setup/">Turn off unnecessary services</a></strong>: There are a number of services on most distributions that are just not needed to run a LAMP server.</li>
<li><strong>Don&#8217;t forget to set up a firewall</strong>: Protect your LAMP server with a firewall that has strong settings.</li>
<li><strong><a href="http://www.megginson.com/blogs/quoderat/2007/07/21/three-simple-tips-for-lamp-web-site-developers/">Create a junk database</a></strong>: Give yourself a database for things that don&#8217;t need backing up, such as views, caching tables, and session states, and you&#8217;ll save yourself time and bandwidth when backing up the stuff that matters.</li>
<li><strong>Don&#8217;t forget to update</strong>: Make sure you&#8217;ve updated all of your necessary packages before you get started installing your server.</li>
<li><strong><a href="http://ruchithg.blogspot.com/2007/07/installing-lamp-tips.html">Consider removing default installations</a></strong>: If you plan to install LAMP from scratch, you&#8217;ll want to remove default installations of Apache, MySQL and PHP.</li>
<li><strong>Check the status of your PHP installation</strong>: Point your web browser to http://yourserveripaddress/testphp.php after you&#8217;ve set up your PHP installation to make sure everything came out OK.</li>
<li><strong><a href="http://www.megginson.com/blogs/quoderat/2007/07/21/three-simple-tips-for-lamp-web-site-developers/">Keep all of your database code together</a></strong>: Keep all of your database calls in a single source file if possible so that you can easily modify it later.</li>
<li><strong>Set up redundant components</strong>: Be sure to have a redundant power supply, RAID, and ethernet adapters.</li>
<li><strong><a href="http://www.redips.net/linux/lamp-setup/">Be sure to choose manual partitioning</a></strong>: With manual partitioning of your disk, you can create seven partitions to be used for specific functions.</li>
<li><strong><a href="http://thecoder.com.au/library/linux/ubuntu/lamp_server/">Don&#8217;t forget to set up Wins Support</a></strong>: Make sure that you can access your server from a Windows machine by enabling Wins Support.</li>
<li><strong><a href="https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles">Set up directory password protection</a></strong>: Use .htaccess to set up files in a directory to be protected.</li>
</ol>
<p><strong>Software</strong></p>
<p>This software is helpful for managing and installing LAMP.</p>
<ol start="15">
<li><strong><a href="http://www.ubuntu.com/GetUbuntu/download">Ubuntu</a></strong>: Download Ubuntu to get the operating system your server can run on.</li>
<li><strong><a href="http://www.webmin.com/">Webmin</a></strong>: Use Webmin to set up a web-based Unix system administration that will allow you to set up user accounts, DNS, file sharing, and more, either from your computer or remotely.</li>
<li><strong><a href="http://vpslink.com/">VPSlink</a></strong>: Get a virtual private server package from this host.</li>
<li><strong><a href="http://the.earth.li/%7Esgtatham/putty/latest/x86/putty.exe">PuTTy</a></strong>: If you&#8217;re accessing your server through SSH, you can use this terminal emulator application to act as a client.</li>
<li><strong><a href="http://www.phpmyadmin.net/documentation/">phpMyAdmin</a></strong>: With this software, you&#8217;ll be able to manage your database from the web.</li>
<li><strong><a href="https://help.ubuntu.com/community/BastilleLinux">BastilleLinux</a></strong>: BastilleLinux is recommended for security hardening measures.</li>
<li><strong><a href="http://www.inlab.de/balance.html">Balance</a></strong>: Use this open source software to load balance for your servers.</li>
<li><strong><a href="http://www.apachefriends.org/en/index.html">Apache Friends</a></strong>: Use this project&#8217;s easy to use LAMP installation for minimal hassles.</li>
<li><strong><a href="http://eaccelerator.net/">eaccelerator</a></strong>: Use this PHP extension to save on processing and perform page generation.</li>
<li><strong><a href="http://www.vmware.com/products/player/">VMware</a></strong>: You can set up a virtual machine on your computer with this player.</li>
<li><strong><a href="http://petruska.stardock.net/Software/VMware.html">VMware Utilities</a></strong>: Add a few bells and whistles to your virtual machine with these utilities.</li>
<li><strong><a href="https://www.dyndns.com/">DYN-DNS</a></strong>: Use this dynamic DNS service to create an address that others can bookmark and connect to your server with.</li>
<li><strong><a href="http://www.openssh.com/">OpenSSH</a></strong>: Use this free SSH connectivity tool for secure access to your console.</li>
<li><strong><a href="http://www.webalizer.org/">Webalizer</a></strong>: With this web server log file analysis program, you can get detailed usage reports in HTML format.</li>
<li><strong><a href="http://www.sharewareconnection.com/pspictureviewer.htm">psPictureViewer</a></strong>: This tool offers a simple, effective way to present images on a LAMP server.</li>
<li><strong><a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a></strong>: Set up this Apache web server that has MySQL, PHP, and Perl pre-installed.</li>
<li><strong><a href="http://www.samba.org/">Samba</a></strong>: The Samba network fileshare tool can be easily accessed.</li>
<li><strong><a href="http://samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html">Samba Web Administration Tool</a></strong>: Simplify the process of configuring Samba by using this tool.</li>
</ol>
<p><strong>Tutorials</strong></p>
<p>Here you&#8217;ll find a variety of different distributions and approaches to getting started with a LAMP server.</p>
<ol start="33">
<li><strong><a href="http://www.ubuntugeek.com/ubuntu-804-hardy-heron-lamp-server-setup.html">Ubuntu 8.04 (Hardy Heron) LAMP Server Setup</a></strong>: Here you&#8217;ll find out how to install and set up a LAMP server in about the same time as it takes to install the Ubuntu Server Edition.</li>
<li><strong><a href="http://www.howtoforge.com/perfect_server_ubuntu7.10">The Perfect Server-Ubuntu Gusty Gibbon</a></strong>: This tutorial will show you how to set up the perfect server for what you need it to do.</li>
<li><strong><a href="http://wiki.netbsd.se/How_to_install_a_LAMP_Server">How to install a LAMP Server</a></strong>: Visit this wiki entry to get detailed instructions for setting up a LAMP server on NetBSD.</li>
<li><strong><a href="http://www.alexandergrundner.com/2007/08/29/how-to-add-a-lamp-server-to-your-linux-desktop-for-development/">How-To: Add a LAMP Server to Your Linux Desktop for Development</a></strong>: Alexander Grundner explains how to set up a LAMP server for development testing purposes.</li>
<li><strong><a href="http://www.zaphu.com/2007/08/07/ubuntu-lamp-server-setup-guide-with-desktop-gui/">Ubuntu LAMP Server-Setup Guide with Desktop GUI</a></strong>: Follow this guide to learn how to create an Ubuntu LAMP server.</li>
<li><strong><a href="http://www.howtoforge.com/lamp_installation_ubuntu6.06">LAMP Installation On Ubuntu 6.06 for Linux Noobs</a></strong>: Linux newbies will be able to easily follow this LAMP tutorial.</li>
<li><srong></srong><a href="http://thecoder.com.au/library/linux/ubuntu/lamp_server/"><strong>LAMP Server</strong></a>: This coder explains the process of a recent Ubuntu home server installation.</li>
<li><strong><a href="http://wiki.leenox.in/index.php/Setup_LAMP_system">Setup LAMP System</a></strong>: Here you&#8217;ll find LAMP documentation aimed at RedHat users.</li>
<li><strong><a href="http://jonpeck.blogspot.com/2006/11/how-to-configure-80-fileserver-in-45.html">How to Configure an $80 File Server in 45 Minutes</a></strong>: Here you&#8217;ll find out how to set up a LAMP file server in a quick and simple way.</li>
<li><strong><a href="http://www.ubuntugeek.com/ubuntu-710-gutsy-gibbon-lamp-server-setup.html">Ubuntu 7.10 (Gusty Gibbon) LAMP Server Setup</a></strong>: Use this tutorial to set up a LAMP server on the Gusty Gibbon distribution of Ubuntu.</li>
<li><strong><a href="http://www.ubuntugeek.com/installing-lamp-using-taskeldesktop-edition.html">Installing LAMP Server Using TASKEL</a></strong>: Install an Ubuntu LAMP server with TASKEL by following this tutorial.</li>
<li><strong><a href="http://sheeped.com/2007/01/29/set-up-ubuntu-linux-lamp-server-in-minutes/">How To: Set Up Ubuntu Linux 6.06 LTS LAMP Server</a></strong>: Here you&#8217;ll find an incredibly detailed 4-step guide to setting up Ubuntu Linux.</li>
<li><strong><a href="http://www.foogazi.com/2007/01/03/howto-setup-a-debianubuntu-lamp-server/">Howto: Setup a Debian/Ubuntu LAMP Server</a></strong>: Find out how to do an easy DIY installation with this tutorial.</li>
<li><strong><a href="http://www.adobe.com/devnet/dreamweaver/articles/lamp.html">Setting Up Your PHP Server Environment Using Linux, Apache, MySQL, and PHP</a></strong>: This tutorial is geared towards Dreamweaver users.</li>
<li><strong><a href="http://www.redips.net/linux/lamp-setup/">LAMP Setup</a></strong>: spideR Net offers a customizable guide to setting up a LAMP server.</li>
<li><strong><a href="http://lamphowto.com/lampssl.html">Building a LAMP Server with SSL and mod_perl Support</a></strong>: This tutorial offers a few extra touches.</li>
<li><strong><a href="http://www.howtoforge.com/perfect_setup_centos_4.3">The Perfect Setup-CentOS</a></strong>: Find out how to set up a CentOS LAMP server in this tutorial.</li>
<li><strong><a href="http://www.spoffle.com/technical/how-to-set-up-lamp-on-ubuntu-desktop-edition/">How to Set Up LAMP on Ubuntu Desktop Edition</a></strong>: This is a friendly tutorial for creating a LAMP server that also functions as a desktop.</li>
<li><strong><a href="http://www.zaphu.com/2007/08/21/ubuntu-lamp-server-guide-configure-apache-mysql-and-cgi-bin/">Ubuntu LAMP Server Guide-Configure Apache, mySQL, and cgi-bin</a></strong>: This tutorial explains how to get LAMP components set up the way you&#8217;d like them to be.</li>
<li><strong><a href="http://www.howtoforge.com/ubuntu_lamp_for_newbies">Installing LAMP on Ubuntu for Newbies</a></strong>: Get a newbie-friendly guide to LAMP installation here.</li>
<li><strong><a href="http://futurepages.net/setup-your-own-server-with-ubuntu-710-server-edition/">Set up your own server with Ubuntu 7.10 server edition</a></strong>: This tutorial explains how you can set up an old piece of hardware as a LAMP server using Ubuntu.</li>
<li><strong><a href="http://www.howtoforge.com/ubuntu_lamp_torrentflux_vmware">Ubuntu LAMP Server With TorrentFlux in VMware</a></strong>: Follow this tutorial to set up an Ubuntu Server box as a web server and torrent client in VMware.</li>
</ol>
<p><strong>Resources</strong></p>
<p>Use these resources to learn more about installing and using LAMP.</p>
<ol start="55">
<li><strong><a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP on Wikipedia</a></strong>: Check out this Wikipedia article to learn the background and details of LAMP.</li>
<li><strong><a href="http://www.lampware.org/">LAMPware</a></strong>: This user community is all about LAMP.</li>
<li><strong><a href="https://help.ubuntu.com/community/ApacheMySQLPHP">ApacheMySQLPHP Community Documentation</a></strong>: Turn to this Ubuntu community documentation to get some guidance on setting up a LAMP server.</li>
<li><strong><a href="http://dev.mysql.com/doc/refman/5.0/en/adding-users.html">Adding New User Accounts to MySQL</a></strong>: This guide explains how you can set up new user accounts in MySQL.</li>
<li><strong><a href="http://www.onlamp.com/">O&#8217;Reilly ONLamp</a></strong>: ONLamp is a great resource for finding LAMP information.</li>
<li><strong><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=263611">QuickStudy: LAMP</a></strong>: Learn all about LAMP details in this informative article.</li>
<li><strong><a href="http://www.php.net/docs.php">PHP Documentation</a></strong>: Here you&#8217;ll find useful information for making sense of PHP.</li>
<li><strong><a href="http://www.zaphu.com/2007/08/24/broadcast-magic-packets-to-wake-your-computer/">How to Configure Wake on LAN and Broadcast Magic Packets</a></strong>: Find out how you can set up your server to wake on LAN. This is a convenient way to avoid having to physically turn on your server.</li>
<li><strong><a href="http://www.linux.com/articles/55807">LAMP vs. LAMP</a></strong>: This article compares LAMP using Perl and LAMP using PHP.</li>
<li><strong><a href="http://news.cnet.com/2100-1002_3-6046475.html?part=rss&amp;tag=6046475&amp;subj=news">LAMP lights the way in open-source security</a></strong>: Here you&#8217;ll find out why LAMP servers are so secure.</li>
<li><strong><a href="http://www.tuxmachines.org/node/12605">Your LAMP Server GUI</a></strong>: Find out what other server administrators are using as their interface for LAMP.</li>
<li><strong><a href="http://www.wellho.net/solutions/general-linux-and-httpd-file-system-layout-lamp-server.html">LAMP Server Layout</a></strong>: This diagram and explanation offers an easy way to visualize your LAMP server.</li>
<li><strong><a href="http://dev.mysql.com/doc/index.html">MySQL Documentation</a></strong>: This resource is a great place to start when you&#8217;re looking for help with MySQL.</li>
<li><strong><a href="http://www.dewassoc.com/kbase/hard_drives/drive_size_barrier_limitations.htm">Hard Drive Size Limitations and Barriers, The Basics</a></strong>: Make better use of the hard drive space you&#8217;ve got with this guide.</li>
<li><strong><a href="http://dev.mysql.com/doc/refman/5.0/en/default-privileges.html">Securing the Initial MySQL Accounts</a></strong>: This resource explains how to lock down your initial MySQL accounts.</li>
<li><strong><a href="https://help.ubuntu.com/community/StrongPasswords">Strong Passwords</a></strong>: This guide offers a good look at using strong passwords to protect sensitive information.</li>
<li><strong><a href="http://www.waltercedric.com/internet-www-mainmenu-54/329-apache/1296-benchmarking-your-lamp-server.html">Benchmarking your LAMP server</a></strong>: Find out how well your LAMP server performs by following this tutorial&#8217;s method.</li>
<li><strong><a href="http://httpd.apache.org/docs/">Apache HTTP Server Documentation</a></strong>: Check out this documentation to get all of the little details you need for Apache.</li>
<li><strong><a href="http://www.linux.com/articles/53578">How to Configure a Low-Cost Load-Balanced LAMP Cluster</a></strong>: This resource will show you how to create a load-sharing cluster that distributes Web requests over a number of different servers.</li>
<li><strong><a href="https://help.ubuntu.com/community/MysqlPasswordReset">MySQLPasswordReset</a></strong>: If you&#8217;re having trouble setting up your MySQL password, check out this resource.</li>
<li><strong><a href="http://www.securityfocus.com/infocus/1729">Hardening the TCP/IP stack to SYN attacks</a></strong>: Read this article to beef up security a bit.</li>
<li><strong><a href="http://news.cnet.com/Open-source-LAMP-a-beacon-to-developers/2100-7344_3-5744767.html">Open source LAMP a beacon to developers</a></strong>: This article explains why LAMP is such a great tool to use.</li>
<li><strong><a href="http://www.megginson.com/blogs/quoderat/2007/07/21/three-simple-tips-for-lamp-web-site-developers/">Three simple tips for LAMP web site developers</a></strong>: Here you&#8217;ll find some common sense tips for developing on a LAMP server.</li>
<li><strong><a href="http://www.linux-mag.com/id/158">Securing your Environment, Part One</a></strong>: Use these LAMP tools to beef up your security.</li>
<li><strong><a href="http://www.shell-tips.com/2006/11/25/fine-tuning-a-linux-apache-mysql-php-lamp-server/">Fine Tuning a Linux Apache MySQL PHP (LAMP) Server</a></strong>: Read this resource to learn how to fine tune LAMP for your usage, load, and more.</li>
<li><strong><a href="http://www.ghastlyfop.com/blog/2008/01/lamp-performance-for-dummies.html">LAMP Performance for Dummies</a></strong>: This LAMP user shares his tips for dealing with slow performance.</li>
</ol>
<p><strong>Hardware Resources</strong></p>
<p>Use these resources to find good parts for a LAMP server.</p>
<ol start="81">
<li><strong>Garage sales</strong>: Garage sales are excellent places to find old computers that you can strip for parts or use whole as a server.</li>
<li><strong><a href="http://www.freecycle.org/">Freecycle</a></strong>: Check out Freecycle, where you can often find old computers that people don&#8217;t have a use for anymore.</li>
<li><strong>Curbside trash</strong>: Take a drive around your neighborhood on trash day to find old unwanted computers that your neighbors are throwing away.</li>
<li><strong><a href="http://www.intechraoutlet.com/home/">Intechra Outlet</a></strong>: Here you&#8217;ll find used and refurbished computer hardware that you can use for a LAMP server.</li>
<li><strong><a href="http://www.craigslist.org">Craigslist</a></strong>: Craigslist is a wonderful source for finding free or cheap computer hardware that can be brought back to life.</li>
<li><strong><a href="http://www.ebay.com">eBay</a></strong>: eBay is another great place to find cheap computer hardware.</li>
<li><strong><a href="http://www.woot.com">Woot</a></strong>: This deal-a-day site often features computer hardware that&#8217;s well below market value.</li>
</ol>
<p><strong>Books</strong></p>
<p>With these books, you&#8217;ll have a wealth of LAMP knowledge at your fingertips.</p>
<ol start="88">
<li><strong><a href="http://www.amazon.co.uk/LAMP-Server-Setup-Maintainence-Essentials/lm/R8AX34CMHIUFO">LAMP Server Setup &amp; Maintenance Essentials</a></strong>: Find out what books a systems administrator uses for LAMP reference.</li>
<li><strong><a href="http://www.amazon.com/Professional-LAMP-Linux-Apache-Development/dp/076459723X/ref=pd_sim_b_shvl_title_1/104-5186245-8335908">Professional LAMP: Linux, Apache, MySQL and PHP Web Development</a></strong>: Find sample scripts, applications, and in-depth discussions in this LAMP reference guide.</li>
<li><strong><a href="http://www.amazon.com/Apache-Cookbook-Solutions-Examples-Administrators/dp/0596529945/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1217894891&amp;sr=1-1">Apache Cookbook: Solutions and Examples for Apache Administrators</a></strong>: Use this cookbook to find common solutions to Apache problems.</li>
<li><strong><a href="http://www.amazon.com/Sams-Teach-Yourself-MySQL-Apache/dp/067232976X/ref=pd_sim_b_21">Teach Yourself PHP, MySQL and Apache All in One</a></strong>: This book will help you learn how to use PHP, MySQL, and Apache at once.</li>
<li><strong><a href="http://www.amazon.com/Apache-Security-Ivan-Ristic/dp/0596007248/ref=pd_sim_b_26">Apache Security</a></strong>: Use this book to make sure you&#8217;re running a tightly secured Apache ship.</li>
<li><strong><a href="http://www.amazon.com/Practical-Guide-Ubuntu-Linux-R/dp/013236039X/ref=pd_sim_b_32">A Practical Guide to Ubuntu Linux</a></strong>: Follow this guide to learn more about a popular Linux distribution for LAMP.</li>
<li><strong><a href="http://safari.oreilly.com/0975240226">Run Your Own Web Server Using Linux &amp; Apache</a></strong>: Web developers who want to set up a home server will appreciate the information in this book.</li>
<li><strong><a href="http://www.amazon.com/Cookbook-Cookbooks-OReilly-Adam-Trachtenberg/dp/0596101015/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1217894832&amp;sr=1-1">PHP Cookbook</a></strong>: In this cookbook, you&#8217;ll find a number of solutions to regularly-faced problems in PHP.</li>
<li><strong><a href="http://www.amazon.com/Linux-Bible-2008-openSUSE-Distributions/dp/0470230193/ref=pd_sim_b_38">Linux Bible, 2008 Edition</a></strong>: This book will help you get started with 11 different distributions of Linux.</li>
<li><strong><a href="http://www.amazon.com/Setting-Up-LAMP-Getting-Together/dp/0782143377">Setting up LAMP: Getting Linux, Apache, MySQL, and PHP Working Together</a></strong>: This book offers a single volume that will help you set up a LAMP server of your own.</li>
<li><strong><a href="http://www.amazon.com/Source-Development-Linux-Apache-MySQL/dp/020177061X/ref=pd_sim_b_shvl_img_13/104-5186245-8335908">Open Source Development with LAMP: Using Linux, Apache, MySQL, Perl, and PHP</a></strong>: Here you&#8217;ll find a practical guide to LAMP technologies with plenty of useful information.</li>
<li><strong><a href="http://www.amazon.com/Web-Database-Applications-PHP-MySQL/dp/0596005431/ref=pd_sim_b_57">Web Database Applications with PHP &amp; MySQL</a></strong>: Follow this guide to learn more about using PHP and MySQL together.</li>
<li><strong><a href="http://www.amazon.com/MySQL-Cookbook-Paul-DuBois/dp/059652708X/ref=pd_sim_b_23">MySQL Cookbook</a></strong>: In this cookbook, you&#8217;ll find out how to set up databases for queries, table manipulation, data formatting, transactions, and much more.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.great-isp-deals.com/blog/2008/08/100-tips-and-tools-to-set-up-your-own-home-lamp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Easy ways to Improve Your Twitter Experience</title>
		<link>http://www.great-isp-deals.com/blog/2008/08/50-easy-ways-to-improve-your-twitter-experience/</link>
		<comments>http://www.great-isp-deals.com/blog/2008/08/50-easy-ways-to-improve-your-twitter-experience/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:07:12 +0000</pubDate>
		<dc:creator>Site Administrator</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.great-isp-deals.com/blog/?p=8</guid>
		<description><![CDATA[Twitter is an excellent, addictive tool for getting connected socially and building your personal brand. It's also a simple tool, but there's a lot you can do to improve upon it.]]></description>
			<content:encoded><![CDATA[<p>Twitter is an excellent, addictive <a href="http://www.cheapest-service.com">internet</a> tool for getting connected socially and building your personal brand. It&#8217;s also a simple tool, but there&#8217;s a lot you can do to improve upon it. Make use of these tips, tools, and other resources to make your Twitter experience better than ever.</p>
<p><strong>Tips</strong></p>
<p>Put these tips to work, and you&#8217;ll find that Twitter is easier, more fun, and more rewarding.</p>
<ol>
<li><strong><a href="http://www.makeuseof.com/tag/tools-apps-and-bots-to-improve-your-twitter-experience/">Flag words</a></strong>: You can highlight words with a # to mark them as searchable keywords.</li>
<li><strong>Track words and phrases</strong>: Twitter allows you to track words and phrases much like Google Alerts, so you&#8217;ll get a notification any time your search term comes up on Twitter.</li>
<li><strong><a href="http://tangerinetoad.blogspot.com/2008/04/12-ways-to-improve-your-twitter.html">Don&#8217;t send useless tweets</a></strong>: Although it&#8217;s tempting to say it, none of your followers really want to check Twitter updates just to see that you&#8217;ve said, &quot;Good morning, Twitter!&quot;</li>
<li><strong>Claim your Twitter Technorati page</strong>: You can monitor who links to your Twitter in posts by signing up with Technorati.</li>
<li><strong><a href="http://chep2m.wordpress.com/2008/05/08/ten-top-twitter-tips/">Keep an eye out for friends who Twitter</a></strong>: If you see your friends and acquaintances throwing around anything that starts with @, there&#8217;s a good chance they&#8217;re using Twitter, and you should find out what their username is.</li>
<li><strong><a href="http://www.andreavascellari.com/blog/?p=385">Allow users to comment on your blog through Twitter</a></strong>: Set your blog up on Yahoo! Pipes so that people can reply through Twitter.</li>
<li><strong><a href="http://www.problogger.net/archives/2008/01/25/how-to-use-twitter-tips-for-bloggers/">Choose your avatar wisely</a></strong>: Your Twitter avatar will follow you around, so make sure that the one you choose has an impact.</li>
<li><strong><a href="http://blog.twitter.com/">Keep up with the Twitter blog</a></strong>: You can find out the latest and greatest news and developments on Twitter by simply reading the blog. It may also be useful to read the archives.</li>
<li><strong><a href="http://www.problogger.net/archives/2008/03/25/how-i-use-twitter-to-promote-my-blog/">Don&#8217;t overdo it</a></strong>: Your followers don&#8217;t want to read inane tweets all the time, so take it easy.</li>
<li><strong><a href="http://www.problogger.net/archives/2008/01/25/how-to-use-twitter-tips-for-bloggers/">Practice balanced linking</a></strong>: Make sure that not all of the links you tweet about are yours-promote others as well.</li>
<li><strong>Promote your Twitter following outside of the service</strong>: Add your Twitter address to your email signature, profiles, and business cards to let people know you&#8217;re out there.</li>
<li><strong><a href="http://www.problogger.net/archives/2008/01/25/35-twitter-tips-from-35-twitter-users/">Be active</a></strong>: Join conversations, share links, and ideas to be an active Twitter user.</li>
<li><strong><a href="http://grammar.quickanddirtytips.com/twitter-style-guide.aspx">Follow Twitter grammar rules</a></strong>: Avoid irritating abbreviations, but make use of shorthand symbols.</li>
<li><strong><a href="http://www.slackermanager.com/2007/03/the-several-habits-of-wildly-successful-twitter-users.html">Follow the right friends</a></strong>: Consider what kind of information and relationships you want to get out of Twitter before following someone.</li>
<li><strong><a href="http://www.problogger.net/archives/2008/01/25/how-to-use-twitter-tips-for-bloggers/">Keep your tweets in balance</a></strong>: Don&#8217;t reply too much and add noise to the Twittersphere, but avoid not replying enough, which can make you miss out on interaction.</li>
<li><strong><a href="http://twitter.pbwiki.com/Twitter+Etiquette">Don&#8217;t spam</a></strong>: Avoid sending too many messages about your blog posts and events, and focus on information that your followers want to hear about.</li>
<li><strong><a href="http://www.problogger.net/archives/2008/01/25/how-to-use-twitter-tips-for-bloggers/">Make use of direct messages</a></strong>: Keep your Twitter noise down by sending messages directly to followers.</li>
<li><strong><a href="http://www.lifehack.org/articles/lifehack/5-ways-to-use-twitter-for-good.html">Ask questions</a></strong>: Ask your followers for advice on Twitter, and you&#8217;ll get a lot of helpful responses.</li>
</ol>
<p><strong>Apps</strong></p>
<p>Use these apps to automate Twitter postings, read tweets, and more.</p>
<ol start="19">
<li><strong><a href="http://www.google.com/talk">Google Talk</a></strong>: Configure Google Talk on your Twitter Devices, and you can update your Twitter using the app. It will even archive your tweets to your Gmail account.</li>
<li><strong><a href="http://www.twitterfeed.com/">TwitterFeed</a></strong>: Automatically post blog updates to your account using RSS with TwitterFeed.</li>
<li><strong><a href="http://slandr.net/">Slandr</a></strong>: With Slandr, you can tweet from your mobile browser.</li>
<li><strong><a href="http://www.digsby.com/">Digsby</a></strong>: Store multiple social media accounts, including Twitter in this one app for convenience.</li>
<li><strong><a href="http://www.techhit.com/OutTwit/">OutTwit</a></strong>: Integrate Twitter with Outlook by using OutTwit.</li>
<li><strong><a href="http://pockettweets.com/">PocketTweets</a></strong>: Use this web-based Twitter client to update and read Twitter from your iPhone.</li>
<li><strong><a href="http://www.jabber.org/">Jabber</a></strong>: With the Jabber app, you can easily and quickly update your Twitter.</li>
<li><strong><a href="http://twitterim.com/">TwitterIM</a></strong>: Add Twitter to your IM contact list and update from your IM client with TwitterIM.</li>
<li><strong><a href="http://www.wackyb.co.nz/Yahoo_Messenger_Twitter_Sync_Plugin/">Twitter-Sync</a></strong>: Twitter away right in Yahoo! Messenger by making use of Twitter-Sync.</li>
</ol>
<p><strong>Bots</strong></p>
<p>Make use of these Twitter bots to get the news, or just confess your sins to Twitter.</p>
<ol start="28">
<li><strong><a href="http://twitter.com/BreakingNewsOn">Breaking News</a></strong>: This bot delivers breaking news headlines, often sharing news before it makes mainstream headlines.</li>
<li><strong><a href="http://twitter.com/timer">Timer</a></strong>: The Timer bot will send you a future reminder through Twitter.</li>
<li><strong><a href="http://twitter.com/plusplusbot">Plusplusbot</a></strong>: Send Twitter karma using this simple bot.</li>
<li><strong><a href="http://twitter.com/gcal">GCal</a></strong>: Use the GCal bot to update your Google Calendar on Twitter.</li>
<li><strong><a href="http://twitter.com/wordbot">Wordbot</a></strong>: Wordbot will help you with crosswords and Scrabble.</li>
<li><strong><a href="http://twitter.com/stock">Stock</a></strong>: Check stock quotes any time by sending this bot a tweet.</li>
<li><strong><a href="http://twitter.com/forecast">Forecast</a></strong>: Get the weather forecast any time for your zip code with this bot.</li>
<li><strong><a href="http://twitter.com/twittersecret">TwitterSecret</a></strong>: Have your secret posted to Twitter anonymously with this bot.</li>
<li><strong><a href="http://twitter.com/s">iwantsandy</a></strong>: Use this personal email assistant to keep up with all of your details.</li>
<li><strong><a href="http://twitter.com/RUWTbot">RUWTbot</a></strong>: RUWTbot will give you sports news, scores, TV listings, and more.</li>
<li><strong><a href="http://twitter.com/eventtrack">eventtrack</a></strong>: Stay on top of local events and more through eventtrack.</li>
</ol>
<p><strong>Tools</strong></p>
<p>With these useful tools, you&#8217;ll be able to monitor conversations, clean out your followers, and more.</p>
<ol start="39">
<li><strong><a href="http://www.twhirl.org/">TWhirl</a></strong>: Install this software on your PC and you can stay up to date with Twitter on your desktop.</li>
<li><strong><a href="http://twitthat.com/">Twitthat</a></strong>: This browser tool allows you to share <a href="http://www.cheapest-service.com">internet</a> links on Twitter, and will collect the links you share.</li>
<li><strong><a href="http://tweetscan.com/index.php">Tweetscan</a></strong>: Find out who is talking about you on Twitter by searching on Tweetscan.</li>
<li><strong><a href="http://pipes.yahoo.com/techlifeweb/twitterlinkmonitor">Twitter Link Monitor</a></strong>: Find Tweets in your feed that contain links by using this tool.</li>
<li><strong><a href="http://www.lessnau.com/twitterdoodle/">Twitterdoodle</a></strong>: Share relevant information with your blog readers using this WordPress plugin that creates mashup posts based on Twitter chatter.</li>
<li><strong><a href="http://quotably.com/">Quotably</a></strong>: Using this tool, you can track conversations in threads so they are easier to read.</li>
<li><strong><a href="http://www.google.com/alerts">Google Alerts</a></strong>: Often, Twitter conversations are continued on blogs, so set up alerts for your Twitter name to find out what people are talking about.</li>
<li><strong><a href="http://friendfeed.com/">FriendFeed</a></strong>: Get set up on FriendFeed, and you&#8217;ll get updated on multiple properties like Twitter, Flickr and del.icio.us at once.</li>
<li><strong><a href="http://twerpscan.com/">Twitter Twerp Scan</a></strong>: Clean out your Twitter friends by identifying the twerps with this tool.</li>
<li><strong><a href="http://tweetburner.com/">tweetburner</a></strong>: Track what people do with the links you&#8217;ve shared on Twitter with tweetburner.</li>
<li><strong><a href="http://www.summize.com/">Summize</a></strong>: Summize is a search engine for Twitter that even offers a local search.</li>
<li><strong><a href="http://www.twitterlocal.net/">Twitterlocal</a></strong>: Set up a Twitterlocal feed to find tweets based on location.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.great-isp-deals.com/blog/2008/08/50-easy-ways-to-improve-your-twitter-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
