<?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>Software Development Experts &#187; Tech Support</title>
	<atom:link href="http://www.sdexperts.com/category/tech-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sdexperts.com</link>
	<description>The product Review site</description>
	<lastBuildDate>Fri, 13 Jan 2012 19:35:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Install a PHP Script Fast and Easy</title>
		<link>http://www.sdexperts.com/how-to-install-a-php-script-fast-and-easy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-a-php-script-fast-and-easy</link>
		<comments>http://www.sdexperts.com/how-to-install-a-php-script-fast-and-easy/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 19:35:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Support]]></category>

		<guid isPermaLink="false">http://www.sdexperts.com/?p=91</guid>
		<description><![CDATA[Installing a PHP script should be an easy thing to do. Before installing a PHP script please make sure you have a hosting account that supports PHP and MySQL databases. If you are not sure about this, ask your provider first. Now let’s install the PHP script in 3 easy steps: 1. Edit the configuration [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sdexperts.com%2Fhow-to-install-a-php-script-fast-and-easy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sdexperts.com%2Fhow-to-install-a-php-script-fast-and-easy%2F&amp;source=sdexperts&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Installing a PHP script should be an easy thing to do.<br />
Before installing a PHP script please make sure you have a hosting account that supports PHP and MySQL databases. If you are not sure about this, ask your provider first.</p>
<p>Now let’s install the PHP script in 3 easy steps:</p>
<p>1. Edit the configuration file included in your script package</p>
<p>Unzip your script package and search for the configuration file. Usually the name of the configuratgion file is “config.php”. But this file can also have a different or similar name.<br />
In the configuration file you will find the following variables:<br />
$host=”<br />
$username=”<br />
$pass=”<br />
$db=”<br />
Let’s take each variable separately.<br />
$host – this variable must be set to “localhost” unless you want to use the database on a different web server<br />
$username – this variable defines your MySQL database user<br />
$pass – this variable defines your MySQL database password<br />
$db – this variable defines the name of your MySQL database<br />
The first variable ($host) is usually “localhost” in most of the cases, but the next 3 variables must be defined by you.<br />
In order to create your database, database user and password, you have to login to your hosting control panel. If you are running cPanelX, go to MySQL database section.<br />
First create a new username. Then create a new database. Make sure you assign the new user to the new database (Add user to database).<br />
Now edit the configuration file properly with $username, $pass and $db fields. Save the file.<br />
If the configuration file contains more variables, make sure you complete these too (site url, email address, etc.).<br />
Some scripts may require a “path to directory” variable. Please ask your hosting provider to provide you the correct path.</p>
<p>2. Upload the files to your server</p>
<p>Upload all the files as they are, do not change the directory structure. You will need a FTP client (there are many free ones available) and make sure you upload all files in ASCII format.</p>
<p>3. Run the installation script</p>
<p>The installation script is usually called “install.php”<br />
In order to install the script you have to point your browser to<br />
http://your.domain.name/scriptdirectory/install.php (as an example)<br />
Follow the installation steps. After these the installation should be complete. Please delete the installation file from the server.<br />
Everything done now! Enjoy the installed script</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sdexperts.com/how-to-install-a-php-script-fast-and-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroll up in screen unix</title>
		<link>http://www.sdexperts.com/scroll-up-in-screen-unix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=scroll-up-in-screen-unix</link>
		<comments>http://www.sdexperts.com/scroll-up-in-screen-unix/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Support]]></category>

		<guid isPermaLink="false">http://www.sdexperts.com/?p=88</guid>
		<description><![CDATA[If you are seeing this post, you wondering how to scroll up and down a screen session in Unix or Linux. Go to the screen. Press the following keys to enter scroll mode in screen. &#8220;Ctrl&#8221; + &#8220;A&#8221; + &#8220;[&#8221; Now you should be able to scroll UP and DOWN using up down arrows.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sdexperts.com%2Fscroll-up-in-screen-unix%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sdexperts.com%2Fscroll-up-in-screen-unix%2F&amp;source=sdexperts&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are seeing this post, you wondering how to scroll up and down a screen session in Unix or Linux.</p>
<p>Go to the screen.</p>
<p>Press the following keys to enter scroll mode in screen.</p>
<p>&#8220;Ctrl&#8221; + &#8220;A&#8221; + &#8220;[&#8221;</p>
<p>Now you should be able to scroll UP and DOWN using up down arrows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sdexperts.com/scroll-up-in-screen-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade ubuntu command line</title>
		<link>http://www.sdexperts.com/upgrade-ubuntu-command-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upgrade-ubuntu-command-line</link>
		<comments>http://www.sdexperts.com/upgrade-ubuntu-command-line/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 20:06:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade ubuntu]]></category>

		<guid isPermaLink="false">http://www.sdexperts.com/?p=85</guid>
		<description><![CDATA[Follow the below simple steps to Upgrade Ubuntu using command line: 1. Open Terminal. Applications -&#62; Accessories -&#62; Terminal (or) Ctrl + Alt + t 2. Enter the below comment to update ubuntu sdexperts@ubuntu:~$ sudo apt-get upgrade [sudo] password for sdexperts:********* 3. This will update ubuntu.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sdexperts.com%2Fupgrade-ubuntu-command-line%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sdexperts.com%2Fupgrade-ubuntu-command-line%2F&amp;source=sdexperts&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Follow the below simple steps to Upgrade Ubuntu using command line:</p>
<p>1. Open Terminal.</p>
<p>Applications -&gt; Accessories -&gt; Terminal</p>
<p>(or)</p>
<p>Ctrl + Alt + t</p>
<p>2. Enter the below comment to update ubuntu</p>
<p>sdexperts@ubuntu:~$ sudo apt-get upgrade<br />
[sudo] password for sdexperts:*********</p>
<p>3. This will update ubuntu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sdexperts.com/upgrade-ubuntu-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update ubuntu command line</title>
		<link>http://www.sdexperts.com/update-ubuntu-command-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update-ubuntu-command-line</link>
		<comments>http://www.sdexperts.com/update-ubuntu-command-line/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update ubuntu]]></category>

		<guid isPermaLink="false">http://www.sdexperts.com/?p=81</guid>
		<description><![CDATA[Follow the below simple steps to Update or Upgrade Ubuntu using command line: 1. Open Terminal. Applications -&#62; Accessories -&#62; Terminal (or) Ctrl + Alt + t 2. Enter the below comment to update ubuntu sdexperts@ubuntu:~$ sudo apt-get update [sudo] password for sdexperts: ********* 3. This will update ubuntu.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sdexperts.com%2Fupdate-ubuntu-command-line%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sdexperts.com%2Fupdate-ubuntu-command-line%2F&amp;source=sdexperts&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Follow the below simple steps to Update or Upgrade Ubuntu using command line:</p>
<p>1. Open Terminal.</p>
<p>Applications -&gt; Accessories -&gt; Terminal</p>
<p>(or)</p>
<p>Ctrl + Alt + t</p>
<p>2. Enter the below comment to update ubuntu</p>
<p>sdexperts@ubuntu:~$ <em>sudo apt-get update</em><br />
[sudo] password for sdexperts: <em>*********</em></p>
<p>3. This will update ubuntu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sdexperts.com/update-ubuntu-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send mail bash script</title>
		<link>http://www.sdexperts.com/send-mail-bash-script/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=send-mail-bash-script</link>
		<comments>http://www.sdexperts.com/send-mail-bash-script/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 19:48:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[send email from UNIX]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.sdexperts.com/?p=61</guid>
		<description><![CDATA[Mail is the command in UNIX bash shell to send email from that machine to one or more recipient. Mail can be invoked with arguments which are the recipients. This is followed by your message and &#8216;ctrl-D&#8217; at the start of the line. The simple way to send a mail from unix is: mail -s [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sdexperts.com%2Fsend-mail-bash-script%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sdexperts.com%2Fsend-mail-bash-script%2F&amp;source=sdexperts&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Mail is the command in UNIX bash shell to send email from that machine to one or more recipient. Mail can be invoked with arguments which are the recipients. This is followed by your message and &#8216;ctrl-D&#8217; at the start of the line. The simple way to send a mail from unix is:</p>
<blockquote><p>mail -s &#8216;Mail Subject&#8217; You@sdexperts.com</p></blockquote>
<p>Example Shell Script to send Mail.</p>
<p><strong>Use the below sample shell script:</strong></p>
<blockquote><p># Shell script to send email<br />
#!/bin/bash</p>
<p># Email Subject<br />
SUB=&#8221;Email Subject&#8221;</p>
<p># Email Recipient<br />
EMAIL=&#8221;You@sdexperts.com&#8221;</p>
<p># Email text/message<br />
echo &#8220;Hey &#8211; How is it going&#8221;&gt; $EMAIL-MESSAGE<br />
echo &#8220;Send mail bash Shell script works fine&#8221; &gt;&gt;$EMAIL-MESSAGE</p>
<p># send email using /bin/mail</p>
<p>/bin/mail -s &#8220;$SUB&#8221; &#8220;$EMAIL&#8221; &lt; $EMAIL-MESSAGE<strong> </strong></p></blockquote>
<p><strong>Steps for dummies:</strong><br />
Go to the dir you want to have this shell script.<br />
vi sendMail.sh (create shell script)<br />
Paste the above code.<br />
:wq (Save the shell)<br />
chmod 755 sendMail.sh (Give permission to the script)<br />
./sendMail.sh (Run the script)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sdexperts.com/send-mail-bash-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I refresh my IP ?</title>
		<link>http://www.sdexperts.com/how-do-i-refresh-my-ip/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-refresh-my-ip</link>
		<comments>http://www.sdexperts.com/how-do-i-refresh-my-ip/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:08:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ip refresh]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[refresh]]></category>

		<guid isPermaLink="false">http://www.sdexperts.com/?p=48</guid>
		<description><![CDATA[Its very simple to refresh your IP. Just follow these below steps. I will tell you how to refresh your IP address on a network. This will only repair internet connection problems if you&#8217;ve changed locations and you can&#8217;t connect to the Internet. This is only for Windows machines. Steps: 1. Open the Command Prompt [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sdexperts.com%2Fhow-do-i-refresh-my-ip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sdexperts.com%2Fhow-do-i-refresh-my-ip%2F&amp;source=sdexperts&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Its very simple to refresh your IP. Just follow these below steps.</p>
<p>I will tell you how to refresh your IP address on a network. This will  only repair internet connection problems if you&#8217;ve changed locations and  you can&#8217;t connect to the Internet. This is only for Windows machines.</p>
<p><span style="text-decoration: underline;"><strong>Steps:</strong></span><br />
1. Open the Command Prompt (from the Start button, go to Programs  &gt; Accessories &gt; Command Prompt).<br />
2. In the command prompt window, type &#8220;ipconfig /release&#8221;<br />
3. In the command prompt window, type &#8220;ipconfig /renew&#8221;<br />
4. Exit the Command Prompt by typing &#8220;exit&#8221;</p>
<p><span style="text-decoration: underline;"><strong>Tips</strong></span>:<br />
* You may want to create a small batch file of this command. See How  to Write a Batch File.<br />
* To check your IP address, type &#8220;ipconfig&#8221;<br />
* To check detailed information about your TCP/IP settings, type  &#8220;ipconfig /all&#8221;<br />
* Win98 users should type ipconfig /renew_all</p>
<p><strong><span style="text-decoration: underline;">Warnings</span></strong>:<br />
* After completing your &#8216;ipconfig /renew&#8217;, check what IP address you  have by &#8216;ipconfig&#8217;. If you have an IP address starting with 169.254,  then you are not connected to the Internet. Addresses starting with  169.254 are assigned automatically by Windows when Windows is unable to  contact an Internet (DHCP) server for an address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sdexperts.com/how-do-i-refresh-my-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

