Showing headlines posted by kerneltalks

4 ways to check size of physical memory (RAM) in Linux

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Sep 19, 2017 6:09 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Article explaining how to check physical memory (RAM) in Linux server. 4 different commands to get memory information from Linux server.

Learn 'find' command with these 14 examples

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Sep 18, 2017 1:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn find command with these 14 examples. Find command examples handpicked to help you in your day today operations.

Beginners guide to 'ls' command in Linux

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Sep 14, 2017 8:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Beginners guide to ls command. Learn ls command with 12 examples which can be used in your daily Linux tasks.

Linux server build template (document)

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Sep 12, 2017 4:14 PM EDT)
  • Groups: Linux
Linux server build template which will help you design your own build sheet or build book. This template can be used as baseline and has all necessary details regarding new server build.

Quick post : /etc/passwd vs /etc/shadow

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Sep 9, 2017 4:08 AM EDT)
  • Groups: Linux
Learn about difference between /etc/passwd and /etc/shadow files in Linux system. 9 points to understand comparison of these two files.

Beginners guide : /etc/shadow file in Linux

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Sep 8, 2017 12:41 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Article to understand fields, formats of /etc/shadow file. Learn each fields in detail and how it can be modified.

Howto guide : Release elastic IP in AWS along with Elastic IP pricing model.

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Aug 30, 2017 10:29 AM EDT)
  • Story Type: Tutorial; Groups: Cloud
Learn how to disassociate elastic IP from EC2 and how to release elastic IP in AWS with screenshots. Also, understand how elastic IP is billed and cost of billing.

How to guide: Associate Elastic IP to EC2 Linux instance.

  • Linux blog Kernel Talks; By Shrikant Lavhate (Posted by kerneltalks on Aug 29, 2017 5:08 PM EDT)
  • Story Type: Tutorial; Groups: Cloud
Learn how to assign elastic IP to ec2 Linux instance in AWS. Step by step procedure explaining how to allocate elastic IP to your account and how to associate it to EC2.

How to install Apache webserver in Linux

Step by step procedure to install and configure Apache webserver in Linux. It also includes troubleshooting steps for errors during install.

pvcreate error: Device /dev/xyz not found (or ignored by filtering).

Solution for pvcreate error: Device /dev/xyz not found (or ignored by filtering). Troubleshooting steps and resolution for this error.

YUM cheat sheet

All YUM related articles in one place! Helpful YUM cheat sheet to learn, understand, revise YUM related sysadmin tasks on single page.

List of 71 AWS services and their use! AWS cloud terminology!

  • KernelTalks; By Shrikant Lavhate (Posted by kerneltalks on Mar 17, 2017 3:29 PM EDT)
  • Groups: Cloud
Understand AWS cloud terminology of 71 services! Get acquainted with terms used in AWS world to start with your AWS cloud career!

How to resolve "fatal error: curses.h: No such file or directory"

  • KernelTalks; By Shrikant Lavhate (Posted by kerneltalks on Mar 16, 2017 10:48 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how to get rid of fatal error: curses.h: No such file or directory during utility or third party package installations in Linux.

How to check if package is installed on Linux

Learn to check if package is installed on Linux server or not. Verify package availability on server along with its installed date

How to restart service in Linux

This article explains service management in Linux. Its tutorial shows you how to restart service in Linux distros like Red Hat, Debian, Ubuntu, Cent OS etc.

How to install EC2 Linux server in AWS with screenshots

Complete Howto guide to install EC2 Linux server in Amazon Web services cloud.

Everything you need to know about zombie process

Understand what is zombie process in Linux Unix, how process goes to zombie state, how to handle zombie process, what is impact of zombie processes.