<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>FASTDOT Web Hosting Australia</title>
	<atom:link href="https://fastdot.com.au/category/linux-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>https://fastdot.com.au</link>
	<description>Australian Cloud Hosting</description>
	<lastBuildDate>Sat, 12 Dec 2020 22:16:08 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.2</generator>

<image>
	<url>https://fastdot.com.au/wp-content/uploads/2018/10/cropped-1044429_466653886760616_646143388_n-32x32.png</url>
	<title>FASTDOT Web Hosting Australia</title>
	<link>https://fastdot.com.au</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">155240564</site>	<item>
		<title>Clearing a Blocked IP Address In the Firewall of Your VPS or Dedicated server</title>
		<link>https://fastdot.com.au/linux-tutorials/clearing-a-blocked-ip-address-in-the-firewall-of-your-vps-or-dedicated-server/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Fri, 16 Oct 2015 09:24:00 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/clearing-a-blocked-ip-address-in-the-firewall-of-your-vps-or-dedicated-server</guid>

					<description><![CDATA[<p>Clearing a Blocked IP Address In the Firewall of Your VPS or Dedicated server If your running your own VPS or Dedicated Server then you can follow the steps below: 1. Ask your customer to go to the following web site and provide you with their IP address https://fastdot.com.au/what-is-my-ip-address/ 2. Log into WHM You can [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/clearing-a-blocked-ip-address-in-the-firewall-of-your-vps-or-dedicated-server/">Clearing a Blocked IP Address In the Firewall of Your VPS or Dedicated server</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13153</post-id>	</item>
		<item>
		<title>Check If Your Linux  Server Is Vulnerable to Shellshock</title>
		<link>https://fastdot.com.au/linux-tutorials/check-linux-server-vulnerable-shellshock/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Fri, 26 Sep 2014 04:19:30 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/check-linux-server-vulnerable-shellshock</guid>

					<description><![CDATA[<p>What Is ShellShock? There is a new discovered vulnerability in Mac and Linux computers that puts your entire system in serious risk for malicious attacks. The vulnerability is called Shellshock, and it works by using a bash script to access your computer. Once the attacker has accessed your computer, they can do anything from launching [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/check-linux-server-vulnerable-shellshock/">Check If Your Linux  Server Is Vulnerable to Shellshock</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10471</post-id>	</item>
		<item>
		<title>Retaining Directory Permissions While Using SCP</title>
		<link>https://fastdot.com.au/linux-tutorials/retaining-directory-permissions-while-using-scp/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Sun, 16 Feb 2014 09:18:20 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/retaining-directory-permissions-while-using-scp</guid>

					<description><![CDATA[<p>Retaining Directory Permissions While Using SCP SCP is a secure file transfer protocol that is used in Linux. SCP is similar to FTP that it allows you to connect to a remote server and transmit your files via the connection. However there is one thing that SCP will allow you to do that FTP will [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/retaining-directory-permissions-while-using-scp/">Retaining Directory Permissions While Using SCP</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10094</post-id>	</item>
		<item>
		<title>How to use the grep command in Linux</title>
		<link>https://fastdot.com.au/linux-tutorials/grep-command-linux/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Thu, 13 Sep 2012 18:46:12 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/grep-command-linux</guid>

					<description><![CDATA[<p>How to use the grep command in Linux This tutorial will show you how to use the grep command. It is one of the most widely used and powerful commands on Linux and Unix-like operating systems. The &#8216;grep&#8217; command is used to search a given file for patterns specified by the user. Basically &#8216;grep&#8217; lets [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/grep-command-linux/">How to use the grep command in Linux</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6268</post-id>	</item>
		<item>
		<title>How to use the tail command in Linux</title>
		<link>https://fastdot.com.au/linux-tutorials/tail-command-linux/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Thu, 13 Sep 2012 18:45:31 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/tail-command-linux</guid>

					<description><![CDATA[<p>How to use the tail command in Linux This tutorials shows you how to use the tail command in Linux. &#8216;tail&#8217; is a command that is used to display the last few of lines from a given input. By default, it will will display the last 10 lines. The &#8216;tail&#8217; command is useful for reading files [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/tail-command-linux/">How to use the tail command in Linux</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6263</post-id>	</item>
		<item>
		<title>Few more little Linux Tricks</title>
		<link>https://fastdot.com.au/linux-tutorials/linux-tricks/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Sun, 08 Feb 2009 12:31:18 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/linux-tricks</guid>

					<description><![CDATA[<p>1./ This tutorial will show you how to set the date and time for Linux To set your Linux Servers system date and time from the command prompt (bash shell) use the date command to display the current date and time or set the system date / time over ssh session You must login as [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/linux-tricks/">Few more little Linux Tricks</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1831</post-id>	</item>
		<item>
		<title>How to use Screen for Linux</title>
		<link>https://fastdot.com.au/linux-tutorials/screen-for-linux/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 15 Dec 2008 15:15:36 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/screen-for-linux</guid>

					<description><![CDATA[<p>This tutorial will show you how to use Screen for Linux Screen is an open source, free virtual terminal emulator. Screen allows you to run multiple terminal screens from within the one login. This tool is primarily used for resuming your work in applications at a second location at a later time, Without having to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/screen-for-linux/">How to use Screen for Linux</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1818</post-id>	</item>
		<item>
		<title>Keeping your Linux server up to date</title>
		<link>https://fastdot.com.au/linux-tutorials/keeping-your-linux-server-up-to-date/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Wed, 19 Mar 2008 13:44:09 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/keeping-your-linux-server-up-to-date</guid>

					<description><![CDATA[<p>This tutorial will show you various methods for keeping your Linux server up to date One of the most important tasks a system administrator should undertake is keeping the server up to date. Updates are frequently released for Linux, including security, performance a feature updates. Luckily, most Linux distributions include an easy to use package [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/keeping-your-linux-server-up-to-date/">Keeping your Linux server up to date</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1531</post-id>	</item>
		<item>
		<title>Backing up and restoring a MySQL database via SSH</title>
		<link>https://fastdot.com.au/linux-tutorials/backing-up-a-mysql-database-via-ssh/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 18 Mar 2008 14:13:13 +0000</pubDate>
				<category><![CDATA[Linux Tutorials]]></category>
		<guid isPermaLink="false">https://fastdot.com.au/backing-up-a-mysql-database-via-ssh</guid>

					<description><![CDATA[<p>Backing up and restoring a MySQL database via SSH 1/ This tutorial will show you how the steps for backing up a MySQL database via SSH Sometimes a MySQL database is simply too large to backup on a web based interface. In the event of this occurring, it is fairly easy to backup a database [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://fastdot.com.au/linux-tutorials/backing-up-a-mysql-database-via-ssh/">Backing up and restoring a MySQL database via SSH</a> appeared first on <a rel="nofollow" href="https://fastdot.com.au">FASTDOT Web Hosting Australia</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1530</post-id>	</item>
	</channel>
</rss>
