<?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 | Air-Gap</title>
	<atom:link href="https://air-gap.com.au/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>https://air-gap.com.au</link>
	<description></description>
	<lastBuildDate>Fri, 12 Jul 2019 04:00:50 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7</generator>

<image>
	<url>https://air-gap.com.au/wp-content/uploads/2018/03/cropped-imageedit_1_8165691025-1-32x32.png</url>
	<title>Software | Air-Gap</title>
	<link>https://air-gap.com.au</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SharePoint Best Practices</title>
		<link>https://air-gap.com.au/sharepoint-best-practices-and-limitations/</link>
					<comments>https://air-gap.com.au/sharepoint-best-practices-and-limitations/#respond</comments>
		
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Thu, 11 Jul 2019 23:44:21 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Conventions]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">https://air-gap.com.au/?p=4199</guid>

					<description><![CDATA[<p>There are many ways to use SharePoint, some efficiently, some convoluted but workable and some which are setting yourself up for disaster. This document is to give you hints and pointers in the correct direction. Files stored in SharePoint shouldn’t be emailed between staff, only the URL to the document....</p>
<p>The post <a href="https://air-gap.com.au/sharepoint-best-practices-and-limitations/">SharePoint Best Practices</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>There are many ways to use SharePoint, some efficiently, some convoluted but workable and some which are setting yourself up for disaster. This document is to give you hints and pointers in the correct direction.   </p>



<ul class="wp-block-list"><li>Files stored in SharePoint shouldn’t be emailed between staff, only the URL to the document. This just leads to duplicates of the same document and potentially it being accessed by someone who shouldn’t have permission.  <br>In most cases if you right click on the document there is a ‘share’ button which will automatically send the link to the file to a nominated person. </li></ul>



<ul class="wp-block-list"><li>Use the ‘Principle of least privilege’ and assign the least privileges to users or groups (ie Read Only) as opposed to ‘Full Control’ of the document or SharePoint site. Multiple user groups can be assigned to the resource and the permissions are cumulative meaning that if a individual user has additional higher permissions they will be used. </li></ul>



<ul class="wp-block-list"><li>Individual Sites should be created for each department to store files related to them.  <br> This helps simplify permissions, relevant communications and compartmentalise information.</li></ul>



<ul class="wp-block-list"><li>Consider creating new file libraries for each type of file instead of a new folder, this will simplify what tags will be available for the files within the library. </li></ul>



<ul class="wp-block-list"><li>Documents within a SharePoint Library shouldn’t be any more than 2 folders deep. Nested folders are slow both to use and search through in SharePoint, and often lead to multiple of the same file being created. </li></ul>



<ul class="wp-block-list"><li>Subsites shouldn’t be created anymore than ~5 deep off the root site. If your likely to be creating a substantial number of sites you should consider alternative topology&#8217;s such as ‘Hub Sites’ which is flat, as opposed to hierarchical. </li></ul>



<ul class="wp-block-list"><li>Where possible, keep file names short. Sharepoint generates a URL consisting of the main sites URL, subsite levels and file names. <br> Sharepoint has a URL limit of 260 character&#8217;s for on premise and 400 characters for SharePoint online.  </li></ul>



<ul class="wp-block-list"><li>Use tags instead of tacking on extensions or putting them in folders, ie  ‘phonebook_2019CURRENT’ <br> This makes its less likely for files to be lost in nested folders, ability to filter documents based on metadata (tags) and easier to find. </li></ul>



<ul class="wp-block-list"><li>Document libraries shouldn’t have any more than ~5 column tags and be closely tied to the files stored within a library. If unlike files are being stored with different tags, consider storing them in a new document library with a different set of tags. </li></ul>



<ul class="wp-block-list"><li>Outdated irrelevant content should either be updated to remain relevant or archived.  </li></ul>



<ul class="wp-block-list"><li>SharePoint sites are hierarchical and can have nested subsites off the Main Root site. <br> You can take it a step future if you want to have additional team sites for each department (ie special project) however it should be regulated. </li></ul>



<ul class="wp-block-list"><li>SharePoint should not be treated as a ‘database’ when using large lists or excel spreadsheets. It has serious limitations when displaying or accessing over 5000 items and lacks the ability to efficiently query or join lists together are limited. </li></ul>



<ul class="wp-block-list"><li>If your going to be storing thousands of rows, have multiple applications using the list at the same time or requiring any level of performance you should strongly consider using a database instead. A MYSQL/ MS SQL database can easily be bolted onto SharePoint if necessary. </li></ul>



<ul class="wp-block-list"><li>Documents shouldn&#8217;t be embedded within lists, it’s a common workaround but is often responsible for slow performance and the inability to search for files. </li></ul>



<ul class="wp-block-list"><li>Don’t be afraid to integrate other Microsoft 365 Apps into SharePoint.  <br> Apps such as Microsoft Forms make it extremely easy to add common functionality such as creating a quick survey to post on a intranet or collect information from a end user. </li></ul>



<ul class="wp-block-list"><li>Don’t be intimated by complex SharePoint Workflows. Consider using Microsoft Flows which can perform a wide range of common workflows and easily integrate with other Microsoft products like Outlook. In many cases they already have a workflow template pre-made! </li></ul>



<p></p><p>The post <a href="https://air-gap.com.au/sharepoint-best-practices-and-limitations/">SharePoint Best Practices</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://air-gap.com.au/sharepoint-best-practices-and-limitations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Creating MYSQL Insert and Update statements with EXCEL</title>
		<link>https://air-gap.com.au/creating-mysql-insert-and-update-statements-with-excel/</link>
					<comments>https://air-gap.com.au/creating-mysql-insert-and-update-statements-with-excel/#respond</comments>
		
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sat, 09 Feb 2019 07:52:59 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[insert statement]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[update statement]]></category>
		<guid isPermaLink="false">https://air-gap.com.au/?p=4087</guid>

					<description><![CDATA[<p>There are times when you need to manipulate data with excel before importing it into a database. Excel does have functionality which can be used to connect the spreadsheet directly to a data-source such as a SQL database, however this is not always practical. Using Excel formula’s you can easily...</p>
<p>The post <a href="https://air-gap.com.au/creating-mysql-insert-and-update-statements-with-excel/">Creating MYSQL Insert and Update statements with EXCEL</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>There are times when you need to manipulate data with excel before importing it into a database.<br />
Excel does have functionality which can be used to connect the spreadsheet directly to a data-source such as a SQL database, however this is not always practical.</p>
<p>Using Excel formula’s you can easily create the raw SQL statements which can be executed on the database without the need for third-party plugins or special tools.</p>
<h3><strong>Creating Insert Statement’s</strong></h3>
<p><img decoding="async" class="alignright size-full wp-image-4090" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insertNamesBlank.png" alt="" width="233" height="132" /></p>
<p>In this example we are wanting to insert 5 rows containing a staff members idNo and Name.</p>
<p>1) The first step is to arrange the data in the layout you want it to be inserted.</p>
<p>2) Double click into the next blank column beside you’re first row and insert the following formula.<br />
<span style="color: #0000ff;"><em>= &#8220;insert into table_name (first_column,second_column) values ( &#8216;&#8221; &amp; A2&amp; &#8220;&#8216;, &#8216;&#8221; &amp; B2&amp; &#8220;&#8216;);&#8221;</em></span><br />
<img fetchpriority="high" decoding="async" class="size-full wp-image-4091 alignnone" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insertformula.png" alt="" width="823" height="277" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insertformula.png 823w, https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insertformula-300x101.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insertformula-768x258.png 768w" sizes="(max-width: 823px) 100vw, 823px" /></p>
<p>3) You will need to start changing the 3 default formula values: table_name, first_column, second_column and cell no’s if they are different from this example. In this example we are using staff as the table name, idNo as the first column and Name as the second column.<br />
If you are inserting more fields you will need to expand the formula by adding the extra column information.<br />
<em>For example: <span style="color: #0000ff;">= &#8220;insert into staff (idNo,Name<strong>, Age</strong>) values ( &#8216;&#8221; &amp; A2&amp; &#8220;&#8216;, &#8216;&#8221; &amp; B2&amp; &#8220;&#8216;<strong>, &#8216;&#8221; &amp; D2&amp; &#8220;&#8216;</strong>);&#8221;</span></em></p>
<p>4) Click enter when you have finished modifying the required fields, you should see your SQL insert Statement for the first column.<br />
<img decoding="async" class="size-full wp-image-4092 aligncenter" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_firstFormula.png" alt="" width="476" height="50" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_firstFormula.png 476w, https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_firstFormula-300x32.png 300w" sizes="(max-width: 476px) 100vw, 476px" /></p>
<p>&nbsp;</p>
<p>5) Click on the right hand corner of the SQL statement and drag it down to the last column.<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4093" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_expandField.png" alt="" width="659" height="209" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_expandField.png 659w, https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_expandField-300x95.png 300w" sizes="auto, (max-width: 659px) 100vw, 659px" /></p>
<p>6)When you let go, excel should automatically generate the remaining SQL statements. These can be copied out and executed on your database.<br />
<img loading="lazy" decoding="async" class="size-full wp-image-4094 aligncenter" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_complete.png" alt="" width="468" height="124" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_complete.png 468w, https://cdn.air-gap.com.au/wp-content/uploads/2019/02/insert_complete-300x79.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></p>
<h3><strong>Creating Update Statements</strong></h3>
<p><img loading="lazy" decoding="async" class="alignright size-full wp-image-4095" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/update_data.png" alt="" width="264" height="152" />A similar technique can be used to create ‘Update’ statements. In this example we are updating the ‘rrp’ field of the ‘stock’ table for a particular ‘partNo’. The ‘partName’ column is unused in this example and is typical of what you may find in the real world, you should always update rows using the tables unique ‘Primary Key’.</p>
<p>1) Like the first example, layout your data into columns</p>
<p>2) Double click into the next blank column beside you’re first row and insert the following formula.<br />
<span style="color: #0000ff;"><em>= &#8220;update table_name set column_value_to_update = &#8216;&#8221; &amp; C2 &amp; &#8220;&#8216; where column_primaryKey = &#8216;&#8221; &amp; A2 &amp; &#8220;&#8216;;&#8221;</em></span><br />
<img loading="lazy" decoding="async" class="wp-image-4096 aligncenter" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/update_formula.png" alt="" width="559" height="120" /></p>
<p>3) Change the 3 default formula values: table_name, column_value_to_update, column_primaryKey and the cell no’s if they are different from this example.</p>
<p>4) When you are happy with the formula, drag down the cell to generate the SQL statement</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-4097 aligncenter" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/update_drag.png" alt="" width="714" height="212" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/02/update_drag.png 714w, https://cdn.air-gap.com.au/wp-content/uploads/2019/02/update_drag-300x89.png 300w" sizes="auto, (max-width: 714px) 100vw, 714px" /></p>
<p>&nbsp;</p>
<p><strong>Did you find this guide useful? </strong><br />
<strong>Leave us a commend below</strong></p><p>The post <a href="https://air-gap.com.au/creating-mysql-insert-and-update-statements-with-excel/">Creating MYSQL Insert and Update statements with EXCEL</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://air-gap.com.au/creating-mysql-insert-and-update-statements-with-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Vultr, the affordable easy to use cloud</title>
		<link>https://air-gap.com.au/vultr-the-affordable-easy-to-use-cloud/</link>
					<comments>https://air-gap.com.au/vultr-the-affordable-easy-to-use-cloud/#respond</comments>
		
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Fri, 18 Jan 2019 04:06:21 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Affordable]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[Vultr]]></category>
		<guid isPermaLink="false">https://air-gap.com.au/?p=3990</guid>

					<description><![CDATA[<p>Hosting cloud servers can be difficult, especially if your first experiences with it are with complex providers like Amazon AWS and Microsoft Azure. Learning this platforms takes weeks of full time study to use them effectively. While it&#8217;s undeniable these two enterprise platforms are incredibly powerful, do you really need...</p>
<p>The post <a href="https://air-gap.com.au/vultr-the-affordable-easy-to-use-cloud/">Vultr, the affordable easy to use cloud</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Hosting cloud servers can be difficult, especially if your first experiences with it are with complex providers like Amazon AWS and Microsoft Azure. Learning this platforms takes weeks of full time study to use them effectively. While it&#8217;s undeniable these two enterprise platforms are incredibly powerful, do you really need such a complex platform to start off on?</p>
<p>The answer to that is usually NO. Most people just want a reliable affordable server, dedicated IP, snapshot backups and a easy to use firewall. My personal favourite which meets this criteria is Vultr which we use for testing, development and deployment of non critical workloads.</p>
<p>It&#8217;s quick and easy to spin up servers, management features are straightforward and you don&#8217;t have to be a detective to figure out the billing.</p>
<p>Pictures really sum up a thousand words here.</p>
<p><strong>Main Dashboard</strong></p>
<p>This is the main dashboard you are presented with when first signing on. In this demo environment we have 3 servers in 3 different data centres. Their location, status and billed amount for the month is clearly visible. Servers in the dashboard can be sorted by ‘location’, ‘alphabetically’ or grouped by ‘tag’.</p>
<p><img loading="lazy" decoding="async" class="alignright wp-image-3991 size-full" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/dashboard.png" alt="" width="1842" height="839" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/dashboard.png 1842w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/dashboard-300x137.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/dashboard-768x350.png 768w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/dashboard-1024x466.png 1024w" sizes="auto, (max-width: 1842px) 100vw, 1842px" /></p>
<p>&nbsp;</p>
<p><strong>Deploying a new Server</strong></p>
<p>There isn’t a great deal to the process.<br />
1) Click on the data-center you want it located in,<br />
2) Choose an OS, template or Upload an ISO yourself<br />
3) Choose what sized server you want then hit Deploy<br />
<img loading="lazy" decoding="async" class="alignright wp-image-3992 size-large" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/deploy-1024x592.png" alt="" width="900" height="520" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/deploy-1024x592.png 1024w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/deploy-300x173.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/deploy-768x444.png 768w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/deploy.png 1552w" sizes="auto, (max-width: 900px) 100vw, 900px" /></p>
<p>&nbsp;</p>
<p><strong>Instance Management</strong><br />
By clicking on the instance you get more detailed information about the server such as its hardware specifications and usage statistics. Automatic Snapshot Backups of the server can be taken for an additional cost.</p>
<p><img loading="lazy" decoding="async" class="alignright wp-image-3993 size-large" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/information-1024x391.png" alt="" width="900" height="344" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/information-1024x391.png 1024w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/information-300x115.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/information-768x293.png 768w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/information.png 1839w" sizes="auto, (max-width: 900px) 100vw, 900px" /></p>
<p>&nbsp;</p>
<p><strong>Firewall</strong><br />
Included for free is a basic rule based firewall which sits between the internet and the virtual machines WAN port. Its easy to use and powerful enough for most applications. Firewall rule groups once created an be linked to multiple instances. Currently DDoS protection is not available in the Sydney location.</p>
<p><img loading="lazy" decoding="async" class="alignright wp-image-3994 size-large" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/firewall-1024x513.png" alt="" width="900" height="451" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/firewall-1024x513.png 1024w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/firewall-300x150.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/firewall-768x385.png 768w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/firewall.png 1647w" sizes="auto, (max-width: 900px) 100vw, 900px" /></p>
<p>&nbsp;</p>
<p><strong>What&#8217;s Hot</strong><br />
-Easiest to use interface on the market<br />
-One of the cheapest cloud providers, and NO CONTRACTS<br />
-Sensible sizes of servers (1 Core/1GB RAM, 2 Cores/4GB RAM etc)<br />
-High performance servers, with SSD storage<br />
-Very transparent upfront pricing which is billed hourly<br />
-Licenced Windows Server instances available for an extra cost<br />
-Ability to upload custom ISO&#8217;s for installation<br />
-1 click App Templates: cPanel (extra cost), OwnCloud, Lamp Stack<br />
-Straightforward firewall and private networks<br />
-100% uptime SLA (Credit for downtime)<br />
-Quick Response to Tickets and a comprehensive good documentation library</p>
<p><strong>What’s not</strong><br />
-Instances are charged the full rate, regardless of if they are running or offline.<br />
-Limited number of locations (16 as of January 2019)<br />
-Storage charged in complete blocks (ie 10GB) not per KB like Amazon S3.<br />
-Billed in US dollars<br />
-No High-Availability or inbuilt network load balancers, however home-brew options exist<br />
-No instance monitoring, ie server has gone down, or CPU threshold warnings<br />
-No Paid Support Options</p>
<p><strong>Summary</strong></p>
<p>While we haven’t experienced any issues we wouldn’t recommend using Vultr in production unless you have your own internal safeguards to mitigate against downtime and data loss. Nor is Vultr a direct rival Amazon or Microsoft with its hundreds of different complementary technologies like network load balancers.</p>
<p>For general web hosting we’d recommend against setting up your own linux servers as quite often shared cPanel hosting is faster,cheaper, more stable, more secure and almost always easier to use.</p>
<p>If your just looking to spin up a few linux instances, run a game server or setup services like VPN&#8217;s it may be perfectly suited and a fraction of the cost of it&#8217;s larger competitors.</p>
<p>Interested in using Vultr? For a limited time, use the link below to get $50 free credit to trial the platform: <a href="https://www.vultr.com/?ref=7774721-4F"> https://www.vultr.com/?ref=7774721-4F</a></p>
<p>What are your thoughts on Vultr, leave us a comment below</p>
<p>&nbsp;</p>
<p>&nbsp;</p><p>The post <a href="https://air-gap.com.au/vultr-the-affordable-easy-to-use-cloud/">Vultr, the affordable easy to use cloud</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://air-gap.com.au/vultr-the-affordable-easy-to-use-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ninite, the secret weapon for PC builders and IT administrators</title>
		<link>https://air-gap.com.au/ninite-the-secret-weapon-for-pc-builders-and-it-administrators/</link>
					<comments>https://air-gap.com.au/ninite-the-secret-weapon-for-pc-builders-and-it-administrators/#respond</comments>
		
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Thu, 03 Jan 2019 10:23:13 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://air-gap.com.au/?p=3938</guid>

					<description><![CDATA[<p>Installing and keeping basic programs onto computers like 7zip, Dropbox and VLC uptodate  can be painstaking work. You have to download the latest versions from 20 different sites and install them one by one, trying not to install any pesky 3rd party toolbars! It can literally take hours. Not normally...</p>
<p>The post <a href="https://air-gap.com.au/ninite-the-secret-weapon-for-pc-builders-and-it-administrators/">Ninite, the secret weapon for PC builders and IT administrators</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Installing and keeping basic programs onto computers like 7zip, Dropbox and VLC uptodate  can be painstaking work. You have to download the latest versions from 20 different sites and install them one by one, trying not to install any pesky 3rd party toolbars! It can literally take hours.</p>
<p>Not normally do consulting companies give you away their secrets for free, but we&#8217;ll let you in on that there is a much easier way to install software which you’d wish you knew years ago. Ninite.<br />
You quite literally<br />
1) visit the site <a href="https://ninite.com/">ninite.com</a> and tick on the programs you want.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-3939" style="font-weight: 400;" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/home-1024x491.png" alt="" width="696" height="341" /></p>
<p><span style="font-weight: 400;"><br />
3) Download and run the installer.<br />
</span></p>
<p><img loading="lazy" decoding="async" class="wp-image-3940 aligncenter" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/install.png" alt="" width="346" height="237" /></p>
<p>Before your eyes it will download the latest versions and install the programs automatically in one click before your eyes. No catch’s, no ads, no viruses and its 100% free. Don’t worry I was sceptical at first but this is the real deal.</p>
<p>Where Ninite make their money is the Professional version of their software which is designed for IT administrators from small business to large enterprises. Keeping software up to date in even medium sized organisations is traditionally gruelling work involving writing complex GPO’s and scripts to deploy MSI’s packages which takes weeks of work. This is made more difficult with roaming mobile devices and machines that may be offline for many months.</p>
<p>Save yourself the pain and checkout Ninite Professional. You install the client on each endpoint which allows you to manage its installed software through the cloud interface no matter where in the world the machine is located, or what network it resides on.</p>
<p>From this interface you can see what version of software each endpoint is running, when it last checked as-well as install/update/uninstall software either individually or in groups. Its easy to use and doesn&#8217;t require you to be programmer to use.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-3941" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/pro-1024x617.png" alt="" width="900" height="542" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/pro-1024x617.png 1024w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/pro-300x181.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/pro-768x463.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></p>
<p>This tool is almost a necessity for IT administrators to ensure their fleets of computer remain updated with audit-able records. Unlike the free online installer version the professional version does cost money, however the prices are very reasonable when you factor in the time savings.</p>
<p>This is quite literally software that sells itself and doesn&#8217;t need a 10 page sales pitch.<br />
Ninite offer a 14 day free trial so you can test if right for you.<br />
Link : <a href="https://ninite.com/">Ninite Free (Web Installer)</a><br />
Link: <a href="https://ninite.com/pro">Ninite Pro</a></p>
<p><strong>Do you need a little help running your network?</strong><br />
<strong>Give us a call on 1300 733 240 or <a href="https://air-gap.com.au/contact-us/">shoot us a message</a> to find out how we can help your organisation.</strong></p>
<p>Like Ninite or know of any other &#8216;secret&#8217; tricks? We&#8217;d love to hear, drop us a comment below</p>
<p>&nbsp;</p><p>The post <a href="https://air-gap.com.au/ninite-the-secret-weapon-for-pc-builders-and-it-administrators/">Ninite, the secret weapon for PC builders and IT administrators</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://air-gap.com.au/ninite-the-secret-weapon-for-pc-builders-and-it-administrators/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Top 6 easy ways to boost your internet security for free</title>
		<link>https://air-gap.com.au/top-6-easy-ways-to-boost-your-internet-security-for-free/</link>
					<comments>https://air-gap.com.au/top-6-easy-ways-to-boost-your-internet-security-for-free/#respond</comments>
		
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Thu, 03 Jan 2019 05:41:06 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[adblock]]></category>
		<category><![CDATA[https everywhere]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[privacy]]></category>
		<guid isPermaLink="false">https://air-gap.com.au/?p=3925</guid>

					<description><![CDATA[<p>Keeping yourself secure online can be difficult and expensive challenge. Here are the top 6 ways you can improve your privacy and security without spending a spent! 1. Use a Modern Web-browser There is a lot of debate on which is the best internet browser, however the overwhelming consensus is...</p>
<p>The post <a href="https://air-gap.com.au/top-6-easy-ways-to-boost-your-internet-security-for-free/">Top 6 easy ways to boost your internet security for free</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Keeping yourself secure online can be difficult and expensive challenge. Here are the top 6 ways you can improve your privacy and security without spending a spent!</p>
<p><strong>1. Use a Modern Web-browser</strong></p>
<p><span style="font-weight: 400;"><img loading="lazy" decoding="async" class="alignright wp-image-3931" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/googleChrome-300x254.png" alt="" width="222" height="189" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/googleChrome-300x254.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/googleChrome.png 626w" sizes="auto, (max-width: 222px) 100vw, 222px" />There is a lot of debate on which is the best internet browser, however the overwhelming consensus is it&#8217;s not the default Internet Explorer that comes pre-installed on your computer.<br />
</span></p>
<p><span style="font-weight: 400;">For the majority of people, we recommend using ‘Google Chrome’ due to it automatically updating itself, contains inbuilt phishing and malware protection, ‘sandboxing’ to prevent malicious webpages infecting the operating system and it having great plugin support.<br />
</span><span style="font-weight: 400;">This is on top of it being regarded as the fastest most compatible browsers ever built</span></p>
<p><span style="font-weight: 400;">Get Google Chrome Here: </span><a href="https://www.google.com/chrome/"><span style="font-weight: 400;">https://www.google.com/chrome/</span></a></p>
<p><span style="font-weight: 400;">Google has come under fire by privacy advocates due to the interconnectedness of their services which can track your browsing habits and sync it back to your Google Profile. While this can be perceived as both a good thing for convenience and a privacy risk some users may prefer to use a more neutral browser.</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">Firefox is a fantastic alternative and may run faster on older computer with minimal amounts of RAM.</span></p>
<p><span style="font-weight: 400;">Get Mozzila FireFox Here: </span><a href="https://www.mozilla.org/en-US/firefox/new/"><span style="font-weight: 400;">https://www.mozilla.org/en-US/firefox/new/</span></a></p>
<p><strong>2.Install the &#8216;Ad-Block Plus&#8217; Plugin</strong></p>
<p><span style="font-weight: 400;"><img loading="lazy" decoding="async" class="alignright wp-image-3934" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/adblockPlus-300x168.jpg" alt="" width="205" height="118" />Internet ads and popups are one of the most common ways to get malware on your computer, either by injecting bad code into the webpage or trying to trick the user into downloading an infected file often posing as a required ‘Software Updates, Video Codec or font-pack’.</span></p>
<p><span style="font-weight: 400;">The practice of blocking ads is often frowned due to it depriving content creators of potential ad revenue, but even Google who’s primary income is online advertising has admitted “intrusive” ads are a real problem who subsequently integrated a basic adblocker into Chrome.  As a compromise most ad-blockers have a ‘acceptable advertising’ option which allows validated advertisements through the filter which has been seen as a win-win for both security and content creators. </span></p>
<p><span style="font-weight: 400;">For additional privacy, Adblock Plus can also be set to block tracking scripts. This helps protect you from being tracked across the internet by advertisers and by social media companies.  </span></p>
<p><span style="font-weight: 400;">Link to Adblock Plus: <a href="https://adblockplus.org/">https://adblockplus.org/</a></span></p>
<p><strong>3.Install &#8216;HTTPS Everywhere&#8217;</strong></p>
<p><span style="font-weight: 400;"><img loading="lazy" decoding="async" class="alignright wp-image-3933" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/httpsEverywhere.png" alt="" width="176" height="115" />You’ve probably been bombarded over the years to always look for the padlock icon when doing sensitive tasks like online banking to ensure the connection is encrypted. ‘HTTPS Encryption’ is now the de-facto standard and an expectation for all sites on the internet.</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">The ‘HTTPS Everywhere’ plugin forces websites you visit to use encryption if possible, even if the website doesn’t default to the securer version. This increases your privacy when browsing and ensures sensitive information isn’t exposed to anyone monitoring your connection.</span></p>
<p>Link to &#8216;HTTPS Everywhere Plugin: <a href="https://www.eff.org/https-everywhere">https://www.eff.org/https-everywhere</a></p>
<p><strong>4.Use a password manager</strong></p>
<p><span style="font-weight: 400;">Weak and reusing passwords on multiple sites are two of the leading causes of accounts been compromised. Remembering unique and strong password for each of online account is near impossible, which is the main reason so few actually do use secure passwords.</span></p>
<p><span style="font-weight: 400;">Password managers have come along way in recent years and take the stress out of remembering passwords. A good manager will automatically generate a complex password, securely save it, sync it on all your devices and even auto-fill it back into the website when required. You just only need to remember one strong password.</span></p>
<p><span style="font-weight: 400;">Many different brands exist, we use and recommend the following managers:</span></p>
<p><a href="https://www.lastpass.com">Lastpass</a>: online password manager built into the browser and syncs to mobile devices.</p>
<p><img loading="lazy" decoding="async" class=" wp-image-3927 alignleft" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/lastPass-300x212.jpg" alt="" width="334" height="240" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="https://keepass.info/">Keepass</a>: Opensource offline password manager</p>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-3928 alignleft" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/keepass-300x229.png" alt="" width="300" height="229" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/keepass-300x229.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/keepass.png 615w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">5.<strong>Setup 2 factor authentication</strong></span></p>
<p><span style="font-weight: 400;"><img loading="lazy" decoding="async" class="alignright wp-image-3930" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/googleAuth-300x288.png" alt="" width="242" height="232" srcset="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/googleAuth-300x288.png 300w, https://cdn.air-gap.com.au/wp-content/uploads/2019/01/googleAuth.png 397w" sizes="auto, (max-width: 242px) 100vw, 242px" />For important accounts like banking and social media, 2 factor authentication can be enabled to give another layer of protection if your password gets compromised.</span></p>
<p><span style="font-weight: 400;">This means if an attacker has your username and password or access to your emails to perform a password reset, they will also need access to your mobile phone to get a login code. While a seemingly simple extra step, it greatly increases the difficulty for the attacker as they need to compromise your phone which typically is much harder to do.</span></p>
<p>Guides to setup 2 Factor Authentication on popular services<br />
AppleID: <a href="https://support.apple.com/en-au/HT204915">https://support.apple.com/en-au/HT204915</a><br />
Google: <a href="https://support.google.com/accounts/answer/9096865">https://support.google.com/accounts/answer/9096865</a><br />
Dropbox: <a href="https://www.dropbox.com/help/security/enable-two-step-verification">https://www.dropbox.com/help/security/enable-two-step-verification</a><br />
Xero: <a href="https://central.xero.com/s/article/Set-up-or-disable-two-step-authentication">https://central.xero.com/s/article/Set-up-or-disable-two-step-authentication</a></p>
<p>Facebook: <a href="https://www.facebook.com/help/148233965247823">https://www.facebook.com/help/148233965247823</a><br />
Twitter: <a href="https://help.twitter.com/en/managing-your-account/two-factor-authentication">https://help.twitter.com/en/managing-your-account/two-factor-authentication</a><br />
Instagram: <a href="https://help.instagram.com/1582474155197965">https://help.instagram.com/1582474155197965</a><br />
Reddit: <a href="https://www.reddit.com/r/announcements/comments/7spq3s/protect_your_account_with_twofactor_authentication/">https://www.reddit.com/r/announcements/comments/7spq3s/protect_your_account_with_twofactor_authentication/</a></p>
<p><strong><span style="color: #333333; font-style: normal;">6.HaveIBeenPwned<span style="font-weight: 400;"><img loading="lazy" decoding="async" class="alignright wp-image-3929" src="https://cdn.air-gap.com.au/wp-content/uploads/2019/01/havei-300x247.jpg" alt="" width="270" height="224" /></span></span></strong></p>
<p><span style="font-weight: 400;">An important step in keeping yourself secure online is knowing if your credentials have been compromised. ‘HaveIBeenPwned’ allows you to enter your email address to check if your account details have been publicly exposed by a databreach.</span></p>
<p><span style="font-weight: 400;">If your details have been leaked, the service will tell you what site was breached, and what details may have been exposed. For example <a href="https://www.itnews.com.au/news/adobe-fined-13m-for-2013-mega-data-breach-441498">Adobe’s breach in October 2013</a> which exposed the ‘Email addresses, Password hints, Passwords, Usernames’ for over 153 million users.</span></p>
<p><span style="font-weight: 400;">Should you unfortunately find yourself on the list you should immediately change your passwords, particularly if you use them in more than one place. For additional protection you can subscribe to ‘HaveIBeenPwned’ and they will send you an email if your account is ever exposed.  </span></p>
<p><span style="color: #333333; font-style: normal;">Link to HaveIBeenPwned: <a href="https://haveibeenpwned.com/">https://haveibeenpwned.com/</a></span></p>
<p><strong>What things do you do to stay safe online?</strong><br />
<strong>Let us know in the comments below</strong></p><p>The post <a href="https://air-gap.com.au/top-6-easy-ways-to-boost-your-internet-security-for-free/">Top 6 easy ways to boost your internet security for free</a> first appeared on <a href="https://air-gap.com.au">Air-Gap</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://air-gap.com.au/top-6-easy-ways-to-boost-your-internet-security-for-free/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
