Browsed by
Month: February 2017

AWS – How I Migrated This WordPress Site to AWS Hosting

AWS – How I Migrated This WordPress Site to AWS Hosting

Little ago, I posted that I was going to migrate this blogging site to Amazon Web Services (AWS). Now that I’ve already completed the migration, I thought it’ll be worth sharing my migration procedures because there might be people who would like to do the similar task. In this post, I’m going to cover how I performed the backup and export of my content from existing site and then, configured it in AWS environment. So, let’s begin. Backup an Old Site If you haven’t…

Read More Read More

Frankenstein – A Lesson for Artificial Intelligence Part 2

Frankenstein – A Lesson for Artificial Intelligence Part 2

If you made this far, I truly appreciate your time and interest in this subject matter. In case you landed on this post for the first time, please read the part 1 of this article because it won’t make sense without the previous one. Now, let’s continue the story: Story of Frankenstein’s Creature When the creature is awaken, it doesn’t understand anything as a newly born child does. So, not finding anyone to comfort or take care of it, it starts…

Read More Read More

Frankenstein – A Lesson for Artificial Intelligence Part 1

Frankenstein – A Lesson for Artificial Intelligence Part 1

Can you imagine a world in which human will be sharing its dominance with some other non-human race? Actually, it is highly probable. Keeping aside the possibility of encountering the Alien life anytime in the future, there is one thing, which possesses the potentiality to outsmart humankind and change the world in a way we human cannot. And the interesting thing is, that smart entity will be our own creation and its deeds will, in a way, be our own deeds….

Read More Read More

Notice: Migration Of This Blog to New Site

Notice: Migration Of This Blog to New Site

First of all, I’d like to thank you for caring about what I write here. I hope the content available through this site has been useful for you in one way or the other. Because of the increasing visitors and size of the content published in this blogging site, I’ve decided to migrate it to a better hosting service. Accordingly, I’ve setup my blog on Amazon Web Services and the updated site address is https://blog.sajjan.com.np. With that said, I request you to expect…

Read More Read More

Docker: Running Apache Web Server In A Container

Docker: Running Apache Web Server In A Container

This is my second post for this blog series on Docker. If you haven’t already read my previous post, I highly recommend you to read that article first. Here, I’m going to dive a little deeper into container management by working on a further complicated application and advanced features of docker. Until now, I’ve already covered the introduction, basic container usage and default networking in docker. So, let’s now get into more advanced concepts in container virtualization. For this post,…

Read More Read More

Docker: How To Get Started With Containers in Ubuntu

Docker: How To Get Started With Containers in Ubuntu

Are you a Software developer, or a DevOps engineer, or an IT student, or simply a tech-enthusiast? If yes, my guess is that you already know what containers are and how the Docker project is making it better. Unlike virtual machines, which run on their own kernel modules regardless of their hypervisor‘s kernel; containers utilize the single common kernel to run the multiple instances of operating systems. And the upside to using containers are definitely low memory and CPU consumption,…

Read More Read More