Ulyssesonline

the tech surfer

  • Home
  • About
  • Archives
You are here: Home / 2014 / Archives for October 2014

Archives for October 2014

October 29, 2014

Spin a AWS server from a disk image

I was able to successfully create an AMI (Amazon Mirror Image) of the Laravel server that I just created. I launched it and it worked perfectly. Creating an image from a running instance is quite easy. Just go the EC2 Dashboard. Select Instances and choose the Instance you want to clone. Go to Actions and select Create Image. It takes several minutes to create an image. Once the AMI is created, you can launch another instance using the AMI that you just created. It took close to 3-5 minutes before the server was able to serve Laravel page that was recently installed. In the future, if I want to launch a clean Laravel install, I can just launch an instance based on the AMI I just created.

Filed Under: Linux Tagged With: amazon, aws, ec2, images, laravel

October 28, 2014

Install LAMP using TaskSel

An alternative way to install a LAMP server in Ubuntu is to use the Tasksel utility. Make sure Tasksel is installed by installing it first via apt-get. Once tasksel is installed, you can then install the lamp-server.

# install tasksel
sudo apt-get -y install tasksel
# install lamp server
sudo tasksel install lamp-server

# install tasksel sudo apt-get -y install tasksel # install lamp server sudo tasksel install lamp-server

Filed Under: Linux Tagged With: lamp, tasksel

October 23, 2014

iPad Mini 3

Will you get the latest iPad mini 3? A few experts are saying to not bother! The argument is basically, it’s the same device as last year’s iPad mini 2, with just one notable exception. It has additional hardware for Apple Pay. Other than that, it’s the same hardware as last year, the same design, the same screen and the same cameras. It’s not any thinner or any lighter. It has the same graphic and processor chips. However, it’s available in gold! If gold fancies you, then spend the extra $100. Last year’s iPad mini 2 is now selling starting at $299. The iPad mini 3 retails starting at $399.

Filed Under: Apple Tagged With: ipad mini

  • 1
  • 2
  • 3
  • Next Page »

Copyright © 2003 - 2018