<?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>Innovi</title>
	<atom:link href="http://www.innovi.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.innovi.net</link>
	<description>IT, web and hosting made easy</description>
	<lastBuildDate>Fri, 28 Jan 2011 08:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Security part 1: passwords</title>
		<link>http://www.innovi.net/security-part-1-passwords/</link>
		<comments>http://www.innovi.net/security-part-1-passwords/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 16:33:17 +0000</pubDate>
		<dc:creator>willem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.innovi.net/?p=62</guid>
		<description><![CDATA[Total security on a computer is an illusion, everything you have in there could get stolen. Especially if it is connected to the Internet like most are. It is comparable to real life though. A burglar that has a choice between a house with many locks and a dog in the yard and one without ...]]></description>
			<content:encoded><![CDATA[<p>Total security on a computer is an illusion, everything you have in there could get stolen. Especially if it is connected to the Internet like most are. It is comparable to real life though. A burglar that has a choice between a house with many locks and a dog in the yard and one without will most likely choose the second. So knowing you cannot 100% secure your computer it is still very wise to take some precautions. In this serie we&#8217;ll take a closer look at what you can do to secure your digital life.</p>
<p>When you talk about computers and security, passwords are inevitable. So we&#8217;ll start of with passwords: how do you choose a good and secure one?</p>
<p><span id="more-62"></span>To approach security it is usually best to think like a criminal trying to breach that security, so what would a hacker do?</p>
<ul>
<li> If he knows anything about you he will try this information to make a password. Your name, your date of birth, the name of your cat will all be tried. This usually in combination with a number.</li>
<li>He will try some <a href="common passwords">common passwords</a> everybody uses: password, letmein or 1234 etc.</li>
</ul>
<p>If this fails he will generally approach an encrypted file with brute force attacks. This means that he will let a computer try every possible password on your access. He can automatically try all the words in the dictionary or even let all the letters of the alphabet and numbers pass one by one. As such a longer password would take him longer to crack.</p>
<p>This process will usually start with your mail because while it is considered very insecure many companies still send passwords through mail.</p>
<p>So this is where all the rules involving passwords come from:</p>
<ul>
<li> Try words that do not come from the dictionary or that are commonly used</li>
<li> Don&#8217;t use anything that other people can know about you, names, names of friends and relatives, social security number, date of birth</li>
<li> Don&#8217;t use any <a href="http://www.tomshardware.com/news/imperva-rockyou-most-common-passwords,9486.html" target="_blank">common passwords</a></li>
<li> The longer the better but keep eight as a minimum.</li>
<li> Combine letters and numbers and special characters if possible.</li>
<li> Change any password you received in the mail immediately</li>
</ul>
<p>And of course:</p>
<ul>
<li> Try not writing passwords down, mailing them or mentioning them out loud</li>
<li>Do not keep them in an unencrypted file on you computer, find more information about safely storing passwords in part 2 of these series.</li>
</ul>
<p>Update: this is <a href="http://lifehacker.com/5516188/shift-your-fingers-one-key-to-the-right-for-easy+to+remember-but-awesome-passwords">another great trick</a> for better passwords from <a href="http://lifehacker.com">lifehacker.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.innovi.net/security-part-1-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does a website work?</title>
		<link>http://www.innovi.net/how-does-a-website-work/</link>
		<comments>http://www.innovi.net/how-does-a-website-work/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 15:32:07 +0000</pubDate>
		<dc:creator>willem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.innovi.net/?p=51</guid>
		<description><![CDATA[A website has the same basics as the files you have on your computer, it also has some crucial differences. A small easy and accesiable guide for understanding the basic functionallity of your website. First thing you want to do is get yourself a domain name, this is basically the adress of your new website. ...]]></description>
			<content:encoded><![CDATA[<p>A website has the same basics as the files you have on your computer,  it also has some crucial differences. A small easy and accesiable guide  for understanding the basic functionallity of your website.</p>
<p>First thing you want to do is get yourself a domain name, this is  basically the adress of your new website. Ours is Innovi.net. (Costs  arround 10 dollars a year)</p>
<p>Setup domain hoster</p>
<p>Hosting</p>
<p>For a website to run it needs to be on a computer, a very stable one  to ensure that your website and mail systems stay online. A computer  that has some extra requirements than the one you have at home.</p>
<ul>
<li>a computer with a great internet connexion as more people have to be able to connect to it at the same time.</li>
<li>with another computer to take over at the point the firstone fails</li>
<li>fire protection</li>
<li>backup generator in case electricity falls out.</li>
<li>the processor and memory of the server can play a role if there are more advanced systems on it with a lot of visitors</li>
</ul>
<p>This is why computers with websites on them are generally in so  called datacenters: big hallways with only computers that do nothing  more than serving websites. This is why they are called servers.</p>
<p>One server can take care of hundreds of visits at the same time, and  it is likely that your website doesn&#8217;t need a whole computer or what we  call a dedicated server: you have the whole server to yourself. This  means you get a lot of space (the whole harddisk of the computer) but in  many cases also that you have to manage and install the software  yourself. The fact that you are reading this article probably means that  you would need some help with that.</p>
<p>Shared hosting: The computer is divided into smaller with different  layouts for each user. Your space is limited as is the ammount of visits  you can have each month, but most websites do not require a whole  computer. While a server can be 250 gb most company sites can work with  only 100mb in space (0,1 gb)</p>
<p>The domain will be setup to point in to a folder on your space and as  such you can start putting files in there. These files start of with a  file called index.html or index.php this is the startfile of your  site/domain After there can be other files that the index file uses for  the layout or the content of your site: typically pictures, videos but  there are many more possibilities. These can exist in folders which than  automatically become innovi.net/folder.</p>
<p>So for this content you&#8217;ll have to decide how much space you need for  your website. This is the webspace that your hosting company is  refering to.</p>
<p>A bit harder to determine is the amount of data that you can  transfer. This depends on how much of the data is loaded by the visitors  of your webpage. Usually it is best to just take whatever you got with  the space and change it if it is not enough.</p>
<p>You can find hosting for a few bucks a month but do not go for the first you find:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.innovi.net/how-does-a-website-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

