Monthly Archive: October 2017

s3bucket 520x245 - Make Amazon S3 Bucket Public Readable and Accessible 1

Make Amazon S3 Bucket Public Readable and Accessible

Amazon S3 is a web service offered by Amazon Web Services. Amazon S3 (Simple Storage Service) is object storage built to store and retrieve any amount of data, at any time, from anywhere on the web. We can use S3 to store and serve files, images, documents, and even we can use S3 buckets for hosting a web application. It allows users to store an infinite amount of data. By default, the files uploaded to  S3...

curl 520x245 - How to Check Detailed Response Timing of a Website from Linux Command Line using Curl 8

How to Check Detailed Response Timing of a Website from Linux Command Line using Curl

Analyzing your server response time and website performance on regular basis is one of the most important tasks. Let me say it little straightforward here, it does not matter how good your website is, how much you have spent in building it up. First of all, everything that matters is how fast your website loads. Many people focus on building up trendy websites which require many images, third-party scripts, include...

lamp linux 520x245 - Install LAMP on Ubuntu Using One Command 0

Install LAMP on Ubuntu Using One Command

LAMP stands for Linux, Apache, MySQL, and PHP. A LAMP is an open source Web development platform and its installation is the most common set of requirement, which is needed for development and production of web applications and software building up in PHP. There are many tutorials on the internet which tells about step by step LAMP installation and setup. Being an open source technology & its efficient working, the demand for LAMP...

find files linux 520x245 - How to find the list of newly created files and directories in Linux file system? 0

How to find the list of newly created files and directories in Linux file system?

Linux is growing by leaps and bounds over the past decade and most of the organizations are intensely switching their production server environment to it nowadays. Today, We are showing an amazing trick to find the list of all newly created files and directories for the last day in your Linux file system, using “find” command. The sole purpose of this tutorial is to find the record of newly created files and directories on your Linux machine. There are several benefits of...

penguin banner3 520x245 - Powerful chattr command usage in Linux 0

Powerful chattr command usage in Linux

chattr (change attributes), is a powerful command line utility which is used to change the file attributes on a Linux file system. There is a number of benefits which can be obtained fruitfully by adding these advanced attributes to certain file/directories in a Linux file system. Accidentally, Users and Administrators may overwrite, modify or remove some important files on the Linux file system and put themselves in big trouble. Using...