Category: Latest

htop feature 520x245 - Understanding Output of htop Command 2

Understanding Output of htop Command

Every Linux administrator and users have must come across the situation where the system has reached its saturation point and it starts consuming all of the resources allocated to it. At this particular time, we wholeheartedly want to identify the processes responsible for consuming such high resource usage. To identify such processes, we have many tools and commands available nowadays, but the best among all is htop. htop allows you to...

gtop main 520x245 - Gtop - A Command Line Monitoring Dashboard for Linux 0

Gtop – A Command Line Monitoring Dashboard for Linux

Gtop is a command line monitoring tool for Linux based operating systems. Most of the people working on various flavors of Linux are familiar with monitoring tools like top and htop. We can monitor the CPU usage, Memory usage, monitor processes consuming high resources and review system’s performance using these command line tools. Today, we are going to introduce you all to a different command line tool named gtop, using...

cut 520x245 - Cut Command Examples and Usage in Linux 0

Cut Command Examples and Usage in Linux

Cut command is used to select or remove the sections of text from each line of files. We believe that “cut” command is not being used to its maximum potential.  Today, we have come up with tutorial based on cut command and how to use it to maximum potential. Cut command plays a very important role while writing the shell scripts and is a very useful command while fetching the...

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...