Uploaded February 2015 | Updated September 2026, 1 week ago
I'm doing a university student club workshop on Amazon EC2 with Namecheap, so I created a YouTube tutorial about the setup and Cloud Computing concept.
Berkeley paper, explaining Cloud Computing:
http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-28.pdf
Amazon Web Services:
aws.amazon.com
1) Create an AWS account if you haven't already
2) New accounts get a year of free micro instances.
3) Select your region on the management console.
4) Launch an instance with Ubuntu AMI.
5) Up to Step 6 is default. Make sure for Step 6, configure Security Group with HTTP, HTTPS, and a Custom TCP Rule for 8080.
6) Launch the instance, but make sure that you download the key file.
You will need a program that can use the ssh protocol. On windows, it's a bit of a pain. Mac and Linux terminals come with SSH by default.
Cygwin is what I use for the SSH protocol.
My tutorial on Cygwin:
youtube.com/watch?v=hh-V6el8Oxk
Link to Cygwin for download:
cygwin.com
My Commands after opening the command prompt:
cd Desktop
ls -l
chown :Users basicwebsite.pem
chmod 600 basicwebsite.pem
ssh -i basicwebsite.pem ubuntu@ip_address
sudo apt-get update
sudo apt-get install apache2
y
If you open a browser tab and visit the IP address from the management console for the instance you created, you can see that the apache2 webserver works and gives you the default success page!
On the management console, you can maneuver to Elastic IPs. Create a new IP and allocate to your instance. Your instance of your virtual server will now have a new static IP.
Namecheap:
namecheap.com
On Namecheap, you can purchase a domain or website name. Make a free account if you don't have one already.
University students can get a free .me domain name:
nc.me
Log into your account. Manage your domains. Click on the domain name of your choice. Maneuver to All Host Records. Copy the new IP address for your virtual instance from EC2. On both host records, you place that IP address for @ and www. Make sure that both records are A (Address). Save.
Your website name will now be the website name for the IP address of your virtual server. Your domain name from Namecheap is connected to your EC2 virtual instance.
ssh -i basicwebsite.pem ubuntu@website_name
Editing the index.html of your website. Editing the HTML of your website:
cd /var/www/html
sudo rm index.html
sudo nano index.html
I put hello world on index.html, and when I visited my website name, it reflected the change instantly. Any changes you make to your instance shows on your website name.
Twitter: twitter.com/microwavesam
I'm doing a university student club workshop on Amazon EC2 with Namecheap, so I created a YouTube tutorial about the setup and Cloud Computing concept.
Berkeley paper, explaining Cloud Computing:
http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-28.pdf
Amazon Web Services:
aws.amazon.com
1) Create an AWS account if you haven't already
2) New accounts get a year of free micro instances.
3) Select your region on the management console.
4) Launch an instance with Ubuntu AMI.
5) Up to Step 6 is default. Make sure for Step 6, configure Security Group with HTTP, HTTPS, and a Custom TCP Rule for 8080.
6) Launch the instance, but make sure that you download the key file.
You will need a program that can use the ssh protocol. On windows, it's a bit of a pain. Mac and Linux terminals come with SSH by default.
Cygwin is what I use for the SSH protocol.
My tutorial on Cygwin:
youtube.com/watch?v=hh-V6el8Oxk
Link to Cygwin for download:
cygwin.com
My Commands after opening the command prompt:
cd Desktop
ls -l
chown :Users basicwebsite.pem
chmod 600 basicwebsite.pem
ssh -i basicwebsite.pem ubuntu@ip_address
sudo apt-get update
sudo apt-get install apache2
y
If you open a browser tab and visit the IP address from the management console for the instance you created, you can see that the apache2 webserver works and gives you the default success page!
On the management console, you can maneuver to Elastic IPs. Create a new IP and allocate to your instance. Your instance of your virtual server will now have a new static IP.
Namecheap:
namecheap.com
On Namecheap, you can purchase a domain or website name. Make a free account if you don't have one already.
University students can get a free .me domain name:
nc.me
Log into your account. Manage your domains. Click on the domain name of your choice. Maneuver to All Host Records. Copy the new IP address for your virtual instance from EC2. On both host records, you place that IP address for @ and www. Make sure that both records are A (Address). Save.
Your website name will now be the website name for the IP address of your virtual server. Your domain name from Namecheap is connected to your EC2 virtual instance.
ssh -i basicwebsite.pem ubuntu@website_name
Editing the index.html of your website. Editing the HTML of your website:
cd /var/www/html
sudo rm index.html
sudo nano index.html
I put hello world on index.html, and when I visited my website name, it reflected the change instantly. Any changes you make to your instance shows on your website name.
Twitter: twitter.com/microwavesam


![How to Setup PS2 Emulator - PCSX2 Tutorial
MicrowaveSams tutorial on how to setup PS2 Emulator - PCSX2
1) I check my System specs by right clicking properties on This PC
Windows 8.1 Pro
Processor: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz 2.80GHz
Installed memory (RAM): 8.00 GB (7.90 GB usable)
System type: 64-bit Operating System, x64-based processor
2) I also search for dxdiag.exe
Intel(R) HD Graphics 3000
3) Install PCSX2
http://pcsx2.net/download/releases/windows.html
4) Download the PS2 Bios
[Jan 2016]
My link to PS2 Bios was taken down by Nintendo. PS2 Bios tend to be taken down because youre not supposed to let other people use your Bios.
[Mar 16, 2017] - New Link
It worked! Id S your D if I could. One problem everyone will face: You need to download the ps2_bios separately, because his download link doesnt have it due to copyright issues. Download it from the following link and continue with the video as normal when you reach it: https://www.loveroms.com/extras/ps2-bios.php
- 0 Subscribers
[Feb 14, 2017 - Download link is at the bottom of the appnee page. Use the download from AppNee, then you just have to manually take the files in the folder, and drag the actual files into the BIOS folder for PSCX2. You have to only have the files in there, no folders. - Josh Heath]
http://appnee.com/ps2-bios-files-all-in-one-package-for-pcsx2-emulator
Extracting program:
http://www.7-zip.org/
Extract the rar file here. Place bios in the Documents/PCSX2 folder.
5) Download ISO Game images (or search for torrents)
http://www.emuparadise.me/Sony_Playstation_2_ISOs/41
If theres a rar file in the download, then extract the .rar file here
How to Torrent:
https://www.youtube.com/watch?v=r_BIPkdbtr0
6) Open PCSX2
7) System - Boot CDVD (fast)
8) Open the iso file that you extracted.
Configurations
9) Config - Audio (SPU2) - Plugin Settings - Recommended Module XAudio2
10) Controllers (PAD) - Plugin Settings - Pad Tab - Bind your keys
Intro song: https://www.youtube.com/watch?v=si81bIoZRJQ
Twitter: https://twitter.com/microwavesam How to Setup PS2 Emulator - PCSX2 Tutorial](https://i.ytimg.com/vi/ogC-hObHTaI/mqdefault.jpg)

![Rufus: How to Create Windows 10 Bootable USB Flash Drive
A day ago, I wiped out my hard drive to re-install Windows 10. Heres the tutorial I created using a combo of Windows 10 Pro Preview from the Insider Program and Rufus.
Windows 10 Product Keys on the web:
http://www.grameen-info.org/free-windows-10-product-key-for-you/
Windows 10 ISO:
https://www.microsoft.com/en-in/software-download/windows10ISO
[New Tutorial] Official Way to Create Windows 10 Bootable USB Flash Drive:
https://www.youtube.com/watch?v=wzuCgm7dIEc
Windows 10 64 bit version is 3.7 GB, so youll need at least a 4 GB USB storage device to hold the system.
Windows 10 Preview is not available anymore. You can get the official Windows 10 ISO from Microsofts download tool when you select create installation option and download the ISO:
http://www.microsoft.com/en-us/software-download/windows10
Use my new Official Windows 10 Bootable USB tutorial:
https://www.youtube.com/watch?v=rRlfSee8-sQ
Rufus:
https://rufus.akeo.ie/
Windows 10 will officially release on July 29, 2015, so for now, youll have to use the preview version to install Windows 10, but the installation will be the same for the official version.
Twitter: https://twitter.com/microwavesam Rufus: How to Create Windows 10 Bootable USB Flash Drive](https://i.ytimg.com/vi/psPWQy3-5B0/mqdefault.jpg)





