
Introduction to AWS
Today I’m going to talk about AWS. What is AWS? AWS Stands for Amazon Web Services, it’s a set of web services that allows you to create more or less any kind of application. Whether it’s a website, mobile application or IOT application.
It does it all. Hey you can use it for just as a datasource if you wanted. AWS also allows you to extend you...

How to allow PHP use more memory
Some of you might have seen this error before
fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54 bytes)
By default php allows you to have 128MB this should suffice most basic websites. But certain CMS like Magento require more than 128MB to run. so today I’m going to show you.
Find the line that says memory_lim...

Installing Windows server 2012 R2.
Windows server is an Enterprise Level Server OS, it is used for many kinds of server, Exchange, SharePoint, MSSQL just to name a few.
You can download an evaluation copy of windows server here, the evaluation lasts for 180 days so gives you plenty of time to play with it. You will need a Microsoft account.
Once you have download it you can eit...

Installing ifconfig in CentOS 7
Some of you may have noticed that ifconfig is not in CentOS any more you will need to install it. luckily is very easy to install. All you need is an Internet connection.
Enter the following command:
sudo yum install net-tools
Thats it you should be able to run.
ifconfig

How to disable and enable System Integrity Protection in MAC OSX 10.11
Apple has added a new security feature in 10.11 that disabled the ability to edit system files.
This feature will protect anything that could potentially be malicious on your system.
It is recommended that you know what you are doing before you disable this feature as this could damage your system.
Here is a list of directories you cannot change...

Using SSH certificates in putty for AWS EC2.
Using putty to connect to AWS EC2 Linux servers is relatively straight forward but no obvious as AWS gives a Linux compatible certificate (.pem) file which don’t work with putty. So all we need to do is convert it to a ppk file that putty likes.
First we need a few things:
PuttyGen
your certificate you want to convert(.pem)
First you will need ...

MySQL backup and restore
MySQL backup and restore
Backing up MySQL
mysqldump is an easy to use tool for creating MySQL backups. This tool will create a text file full of the sql statements needed to create your database as it was at the time of executing mysqldump. Please note that these files can get very big so it’s not recommended to open the backup in a text edit...

Disable and Enable add-ins Microsoft Outlook
You may come across some issue with outlook regarding add-in, if you notice something disappear in outlook, this might be a add-in that has disabled it self. Microsoft Outlook disables add-ins if the add-in error or takes a long time to load.
21 post articles, 3 pages.