When it comes to a high-end performance web server with maximum throughput, Nginx is the only answer. In today's post, we are going to learn about the same, and how to set-up a nginx web server. N
Read MoreWeb servers are basically what the internet is comprised of, so in today's post we will be learning "set-up an Apache2 web server". Before going further, make sure you know how to create an instan
Read MoreAs we have learned in our previous post, "how to create an ec2 instance" but we haven't learned "how to login into it". In this post, we are going to learn how to "login into ec2 instance". Note:
Read MoreToday, we are going to understand about instances and how to create an instance on AWS. Amazon has this product named as Amazon Web Services of shortened to AWS, which provides a lot of services with
Read MoreIt is by default, that the nginx server when started, does not enable the support for "text/css" content type when using gzip module for compression. Today, in this post we are going to learn how
Read MoreBy default, nginx does not add type for javascript for compression using gzip module. So, in order to add javascript as a type for gzip to compress the content, we have to specify the same in the co
Read MoreWhenever we are delivering content to a client, it must be make sure that the page of the website should be loaded as fast as possible. Compression is a good option, gzip is one of the options availa
Read MoreSetup and Configure PXE Installation server Setting up a PXE server gives you access to seamlessly install a Linux Operating System via LAN or other network means. In this post, we are going to se
Read More