<?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>Ubuntu server blog</title>
	<atom:link href="http://mmaserv.homeftp.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmaserv.homeftp.net</link>
	<description>Current version 11.10</description>
	<lastBuildDate>Sun, 04 Mar 2012 22:28:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4</generator>
		<item>
		<title>Todays tip &#8211; Secure delete</title>
		<link>http://mmaserv.homeftp.net/2012/03/04/todays-tip-secure-delete-file-folder/</link>
		<comments>http://mmaserv.homeftp.net/2012/03/04/todays-tip-secure-delete-file-folder/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 22:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=162</guid>
		<description><![CDATA[With the wipe command. Install by sudo apt-get install wipe Then use this command to delete a file wipe file.txt or below for folders wipe -r Folder/]]></description>
			<content:encoded><![CDATA[<p>With the wipe command. Install by</p>
<p><strong>sudo apt-get install wipe</strong></p>
<p>Then use this command to delete a file<br />
<strong>wipe file.txt</strong></p>
<p>or below for folders</p>
<p><strong>wipe -r Folder/</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/03/04/todays-tip-secure-delete-file-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check server version</title>
		<link>http://mmaserv.homeftp.net/2012/02/14/check-server-version/</link>
		<comments>http://mmaserv.homeftp.net/2012/02/14/check-server-version/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 20:49:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=141</guid>
		<description><![CDATA[Use this if you forgot your server version lsb_release -a To show kernel version use this: cat /proc/version]]></description>
			<content:encoded><![CDATA[<p>Use this if you forgot your server version</p>
<p><strong>lsb_release -a</strong></p>
<p>To show kernel version use this:</p>
<p><strong>cat /proc/version</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/02/14/check-server-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today´s tip &#8211; WP-Plugin install without FTP</title>
		<link>http://mmaserv.homeftp.net/2012/02/13/today%c2%b4s-tip-wp-plugin-install-ftp/</link>
		<comments>http://mmaserv.homeftp.net/2012/02/13/today%c2%b4s-tip-wp-plugin-install-ftp/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 21:39:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=136</guid>
		<description><![CDATA[If you run a server with no FTP then follow this guide below. Add this line to your wp-config.php file. define(&#8216;FS_METHOD&#8217;, &#8216;direct&#8217;); if it dosen´t work tray to change permissions on your wp-content folder. Thats all!]]></description>
			<content:encoded><![CDATA[<p>If you run a server with no FTP then follow this guide below.</p>
<p>Add this line to your wp-config.php file.</p>
<p><strong>define(&#8216;FS_METHOD&#8217;, &#8216;direct&#8217;);</strong></p>
<p>if it dosen´t work tray to change permissions on your wp-content folder.<br />
Thats all! <img src='http://mmaserv.homeftp.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/02/13/today%c2%b4s-tip-wp-plugin-install-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today´s tip &#8211; nload</title>
		<link>http://mmaserv.homeftp.net/2012/02/05/today%c2%b4s-tip-nload/</link>
		<comments>http://mmaserv.homeftp.net/2012/02/05/today%c2%b4s-tip-nload/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 16:29:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nload]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=89</guid>
		<description><![CDATA[Wan´t to check the current network traffic in realtime? nload to see the main interface eth0 or nload -m for all interfaces on the same page. You install nload by typing in this command: sudo apt-get install nload]]></description>
			<content:encoded><![CDATA[<p>Wan´t to check the current network traffic in realtime?<br />
<strong>nload</strong><br />
to see the main interface eth0 or<br />
<strong>nload -m</strong><br />
for all interfaces on the same page.</p>
<p>You install nload by typing in this command:<br />
<strong>sudo apt-get install nload</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/02/05/today%c2%b4s-tip-nload/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup NFS-shares for TViX</title>
		<link>http://mmaserv.homeftp.net/2012/01/31/setup-nfs-shares-for-tvix/</link>
		<comments>http://mmaserv.homeftp.net/2012/01/31/setup-nfs-shares-for-tvix/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 22:14:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=68</guid>
		<description><![CDATA[Quick guide to setup NFS-shares. Install portmap and nfs-kernel-server if not installed sudo apt-get install portmap nfs-kernel-server Deny all traffic outside local network sudo nano /etc/hosts.allow mountd: 10.0.1. statd: 10.0.1. portmap: 10.0.1. rquotad: 10.0.1. sudo /etc/hosts.deny mountd: ALL statd: ALL &#8230; <a href="http://mmaserv.homeftp.net/2012/01/31/setup-nfs-shares-for-tvix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Quick guide to setup NFS-shares.<br />
Install portmap and nfs-kernel-server if not installed<br />
<strong>sudo apt-get install portmap nfs-kernel-server</strong><br />
<strong></strong></p>
<p>Deny all traffic outside local network<strong><br />
sudo nano /etc/hosts.allow</strong><br />
mountd: 10.0.1.<br />
statd: 10.0.1.<br />
portmap: 10.0.1.<br />
rquotad: 10.0.1.</p>
<p><strong>sudo /etc/hosts.deny</strong><br />
mountd: ALL<br />
statd: ALL<br />
portmap: ALL<br />
rquotad: ALL</p>
<p>Add shares<br />
<strong>nano /etc/exports</strong><br />
/tvixhd1 10.0.*(rw,sync,no_root_squash,no_subtree_check)</p>
<p>For this to work with your TViX you have to make a symlink to a folder in your servers root directory.<br />
<strong>sudo ln -s /data/tvixhd-folder/ /tvixhd1</strong></p>
<p>Now we are done. Just restart portmap and nfs-kernel-server with these commands<br />
<strong>sudo /etc/init.d/portmap restart</strong> alternative <strong>service portmap restart<br />
sudo /etc/init.d/nfs-kernel-server</strong> alternative <strong>service nfs-kernel-server restart<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/01/31/setup-nfs-shares-for-tvix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup VPN PPTP</title>
		<link>http://mmaserv.homeftp.net/2012/01/20/setup-vpn-pptp/</link>
		<comments>http://mmaserv.homeftp.net/2012/01/20/setup-vpn-pptp/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=80</guid>
		<description><![CDATA[apt-get install pptpd nano /etc/pptpd.conf localip 192.168.100.10 (Your servers adress) remoteip 192.168.100.20-30 (IP-range) nano /etc/ppp/options Setup DNS (OpenDNS used below) ms-dns 208.67.222.222 ms-dns 208.67.220.220 /etc/ppp/chap-secrets Setup accounts username pptpd password * (* Stands for all ip-adresses in range) Make your &#8230; <a href="http://mmaserv.homeftp.net/2012/01/20/setup-vpn-pptp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>apt-get install pptpd</strong></p>
<p><strong>nano /etc/pptpd.conf</strong></p>
<p>localip 192.168.100.10 (Your servers adress)<br />
remoteip 192.168.100.20-30 (IP-range)</p>
<p><strong>nano /etc/ppp/options</strong></p>
<p>Setup DNS (OpenDNS used below)<br />
ms-dns 208.67.222.222<br />
ms-dns 208.67.220.220</p>
<p><strong>/etc/ppp/chap-secrets</strong></p>
<p>Setup accounts<br />
username pptpd password * (* Stands for all ip-adresses in range)</p>
<p>Make your server forwarding VPN packets<br />
<strong>nano /etc/sysctl.conf</strong><br />
Uncomment this line:<br />
net.ipv4.conf.forwarding=1</p>
<p>after your are done with settings above.<br />
reboot your machine</p>
<p>Edit: I read an article where it was told that PPTP is not so secure as i thought. But i think its a good basic security for regular users that want a secure line when using public wifi and lan networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/01/20/setup-vpn-pptp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get watchfolder to work with transmission</title>
		<link>http://mmaserv.homeftp.net/2012/01/08/get-watchfolder-to-work-with-transmission/</link>
		<comments>http://mmaserv.homeftp.net/2012/01/08/get-watchfolder-to-work-with-transmission/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 00:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=76</guid>
		<description><![CDATA[This helped me when i had problem with my watchfolder. Change owner for your watchfolder and set permissions sudo chown root:debian-transmission /watchfolder sudo chmod 770 /watchfolder]]></description>
			<content:encoded><![CDATA[<p><strong>This helped me when i had problem with my watchfolder.</strong></p>
<p>Change owner for your watchfolder and set permissions</p>
<pre><strong>sudo chown root:debian-transmission /watchfolder</strong></pre>
<pre><strong>sudo chmod 770 /watchfolder </strong></pre>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/01/08/get-watchfolder-to-work-with-transmission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit transmission config</title>
		<link>http://mmaserv.homeftp.net/2012/01/08/edit-transmission-config/</link>
		<comments>http://mmaserv.homeftp.net/2012/01/08/edit-transmission-config/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 00:24:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=72</guid>
		<description><![CDATA[First reload transmission-daemon sudo service transmission-daemon reload Then edit the settings file in the default location /var/lib/transmission-daemon/info/settings.json. sudo nano /var/lib/transmission-daemon/info/settings.json when done, reload transmission-daemon once again. sudo service transmission-daemon reload And your done!]]></description>
			<content:encoded><![CDATA[<p>First reload transmission-daemon</p>
<pre><strong>sudo service transmission-daemon reload</strong></pre>
<p>Then edit the settings file in the default location /var/lib/transmission-daemon/info/settings.json.</p>
<pre><strong>sudo nano /var/lib/transmission-daemon/info/settings.json</strong></pre>
<p>when done, reload transmission-daemon once again.</p>
<pre><strong>sudo service transmission-daemon reload</strong></pre>
<p>And your done!</p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/01/08/edit-transmission-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change from DHCP to static IP</title>
		<link>http://mmaserv.homeftp.net/2012/01/08/change-from-dhcp-to-static-ip/</link>
		<comments>http://mmaserv.homeftp.net/2012/01/08/change-from-dhcp-to-static-ip/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 00:18:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=61</guid>
		<description><![CDATA[Edit /etc/network/interfaces sudo nano /etc/network/interfaces And change it like this if you want your IP to be 192.168.1.100: auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 When you are finished you have &#8230; <a href="http://mmaserv.homeftp.net/2012/01/08/change-from-dhcp-to-static-ip/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Edit /etc/network/interfaces</p>
<pre><strong>sudo nano /etc/network/interfaces</strong></pre>
<p>And change it like this if you want your IP to be 192.168.1.100:<br />
<em>auto eth0</em><br />
<em> iface eth0 inet static</em><br />
<em> address 192.168.1.100</em><br />
<em> netmask 255.255.255.0</em><br />
<em> network 192.168.1.0</em><br />
<em> broadcast 192.168.1.255</em><br />
<em> gateway 192.168.1.1</em></p>
<p>When you are finished you have to restart your network to get it to change:</p>
<pre><strong>sudo /etc/init.d/networking restart</strong></pre>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/01/08/change-from-dhcp-to-static-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Webmin &#8211; web-based interface for Unix</title>
		<link>http://mmaserv.homeftp.net/2012/01/08/install-webmin-web-based-interface-for-unix/</link>
		<comments>http://mmaserv.homeftp.net/2012/01/08/install-webmin-web-based-interface-for-unix/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 00:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mmaserv.homeftp.net/?p=47</guid>
		<description><![CDATA[Install Webmin with apt-get on Ubuntu server 11.10 Edit the /etc/apt/sources.list file on your system. sudo nano /etc/apt/sources.list add lines below: deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib Add the GPG key which the repository is signed with wget &#8230; <a href="http://mmaserv.homeftp.net/2012/01/08/install-webmin-web-based-interface-for-unix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Install Webmin with <strong>apt-get</strong> on Ubuntu server 11.10<br />
Edit the /etc/apt/sources.list file on your system.</p>
<pre><strong>sudo nano /etc/apt/sources.list</strong></pre>
<p>add lines below:</p>
<pre><strong>deb http://download.webmin.com/download/repository sarge contrib</strong></pre>
<pre><strong>deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib</strong></pre>
<p>Add the GPG key which the repository is signed with</p>
<pre><strong>wget http://www.webmin.com/jcameron-key.asc</strong></pre>
<pre><strong>sudo apt-key add jcameron-key.asc</strong></pre>
<p>Proceed the installation and install webmin with apt-get:</p>
<pre><strong>sudo apt-get update</strong></pre>
<pre><strong>sudo apt-get install webmin</strong></pre>
<p>When installation is complete you should able to access Webin at the URL below:</p>
<pre><strong> http://localhost:10000/ </strong></pre>
<p>Login with your root account.</p>
]]></content:encoded>
			<wfw:commentRss>http://mmaserv.homeftp.net/2012/01/08/install-webmin-web-based-interface-for-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

