<?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>Server Management Tips by SupportPRO &#187; Linux Basics</title>
	<atom:link href="http://blog.supportpro.com/category/linux-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.supportpro.com</link>
	<description>SupportPRO Blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:47:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problem with loading graphics(GUI) with debian and debian based GNU/Linux systems</title>
		<link>http://blog.supportpro.com/2012/01/problem-with-loading-graphicsgui-with-debian-and-debian-based-gnulinux-systems/</link>
		<comments>http://blog.supportpro.com/2012/01/problem-with-loading-graphicsgui-with-debian-and-debian-based-gnulinux-systems/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 09:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>
		<category><![CDATA[Technical Articles]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=567</guid>
		<description><![CDATA[GNU/Linux provides a tool/command to fix this issue:
&#8216;dpkg-reconfigure xserver-xorg&#8217; is the command for fixing the Xserver loading problem.
Steps:-
First, log in as a super (or root) user from the console.
Then, run dpkg-reconfigure xserver-xorg (if you&#8217;re on Ubuntu and can&#8217;t log in as root, run sudo dpkg-reconfigure xserver-xorg).
You will see a window/wizard as &#8216;Configuring xserver-xorg&#8217; , Just [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2012/01/problem-with-loading-graphicsgui-with-debian-and-debian-based-gnulinux-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Softaculous in cpanel server</title>
		<link>http://blog.supportpro.com/2011/12/how-to-install-softaculous-in-cpanel-server/</link>
		<comments>http://blog.supportpro.com/2011/12/how-to-install-softaculous-in-cpanel-server/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 06:32:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=556</guid>
		<description><![CDATA[You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM.
Before starting the softaculous installation please make sure that the &#8216;ionCube Loader&#8217;is enabled on the server.
To install from WHM
==================
1. Log into server via ssh.
2. cd /usr/local/cpanel/whostmgr/docroot/cgi
3. wget -N http://www.softaculous.com/ins/addon_softaculous.php
4. chmod 755 addon_softaculous.php
5. Then go to WHM &#8211;&#62; Plugins&#8211;&#62;softaculous&#8211; [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2011/12/how-to-install-softaculous-in-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To find ports opened on the server</title>
		<link>http://blog.supportpro.com/2011/03/to-find-ports-opened-on-the-server/</link>
		<comments>http://blog.supportpro.com/2011/03/to-find-ports-opened-on-the-server/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 04:34:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=472</guid>
		<description><![CDATA[
Login to the server:
telnet localhost &#8220;portnumber&#8221;

netstat command to find open ports
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
netstat &#8211;listen

To display open ports and established TCP connections, enter
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
netstat -vatn

To display only open UDP ports try the following command:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
netstat -vaun

To display the list of open ports, enter:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
lsof -i
]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2011/03/to-find-ports-opened-on-the-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux command to kill a user</title>
		<link>http://blog.supportpro.com/2010/06/linux-command-to-kill-a-user/</link>
		<comments>http://blog.supportpro.com/2010/06/linux-command-to-kill-a-user/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>
		<category><![CDATA[kill user]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=323</guid>
		<description><![CDATA[skill -STOP -u Username.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; STOP/HALT a user   skill -CONT -u Username&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; RESUME already halted user    skill -KILL -u Username&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; KILL and LOGOUT user     skill -KILL -v /dev/pts/*&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; KILL and LOGOUT all users&#160;&#160;&#160;&#160; 
]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2010/06/linux-command-to-kill-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy files from dir1 to dir2 without replacing the existing files on dir2</title>
		<link>http://blog.supportpro.com/2010/06/copy-files-from-dir1-to-dir2-without-replacing-the-existing-files-on-dir2/</link>
		<comments>http://blog.supportpro.com/2010/06/copy-files-from-dir1-to-dir2-without-replacing-the-existing-files-on-dir2/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:18:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>
		<category><![CDATA[copy files]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=314</guid>
		<description><![CDATA[Copy files from dir1 to dir2 without replacing the existing files on dir2
[root@twenty ]# ls
dir1&#160; dir2
[root@twenty ]# ls dir1
a&#160; b&#160; c&#160; d&#160; e&#160; f
[root@twenty ]# ls dir2
a&#160; b&#160; c
 

[root@twenty ]# yes n &#124; cp -i dir1/* dir2 2&#62;/dev/null
[root@twenty ]# ls dir1
a&#160; b&#160; c&#160; d&#160; e&#160; f
[root@twenty ]# ls dir2
a&#160; b&#160; c&#160; d&#160; e&#160; f
]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2010/06/copy-files-from-dir1-to-dir2-without-replacing-the-existing-files-on-dir2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

