Posts

Git or Gitlab or Github  Git was initially idea and designed & developed by Linus Torvalds(linux creator and devloper,few people called linux guru).GIT is a distributed version control system and source code management (SCM) system with an emphasis to handle small and large projects with speed and efficiency.GIT is so fast compare to other scm's and ‘C’ language makes this possible by reducing the overhead of runtimes associated with higher languages.Git is a free software. GIT (Version Control Syatem) Version Control System (VCS) is a software that helps software developers to work together and maintain a complete history of their work. GIT (Version Control Syatem)VCS: - Allows developers to work simultaneously. - Does not allow overwriting each other’s changes. - Maintains a history of every version. Git versions 2.4 2.4.11 2.5 2.5.5 2.6 2.6.6 2.7 2.7.4 2.8 2.8.4 2.9 2.9.3 2.10 2.10.2 2.11 2.11.1 2017-02-02 (latest
Image
Devops Devops Basics Continuous Integration (CI)/Continuous Delivery (CD) Continuous Integration(CI)               Continuous Integration is the process of executing fast, automated feedback on the correctness of your application every time there is a change to the Software or code. Continuous Integration is the process of   the software or code Build-Deploy-Test(Debug if any exception occurs)(BDT) cycle frequently with minimal manual intervention with the underlying principle as one of constant communication and feedback among members. Continuous Delivery (CD)               Continuous Delivery builds upon the earlier concept by providing fast, automated feedback on the correctness and production readiness of your application every time there is a change to code, infrastructure, or configuration. Advantages Catch issues early and nip them in the bud Increase visibility. Spend less time debugging and more time adding features Build a solid environment

How to install VMware tools

How to install Vmware tools There are lot of ways this process To follow there are install VMware Tools in a Linux guest operating system using RPM: Ensure that your Linux virtual machine is powered on. If you are running a GUI interface, open a command shell. Click VM in the virtual machine menu, then click Guest > Install/Upgrade Vmware Tools and click OK. To create a mount point, run:  mkdir /mnt/cdrom  (check your system once before do the process) To mount the CDROM, run: mount /dev/cdrom /mnt/cdrom To install VMware Tools using RPM, run:( RPM - package installer) rpm -ivh /mnt/cdrom/VMwareTools-version.rpm( chck once it's available your server or system or not before  do the process or staart the process) Where <version> is the version of VMware Tools you want to install To check the existing version of VMware Tools, use the "cd" command to go to /mnt/cdrom/ directory and list the contents of the directory wit

Linux Admin interview Questions?

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Free shopping LOW COST --> <ins class="adsbygoogle"      style="display:inline-block;width:300px;height:250px"      data-ad-client="ca-pub-3647473415094616"      data-ad-slot="8200015080"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> Interview Questions -What are the Daily activities as a Linux admin,production support process -how to check the file system related issues. - do you any idea on linux clustering what is the use of clustering. - what are backup process? if any backup jobs fails what is the next step to follow. - OS patching processor application  patching system admin work - What is the root account. - How do you open a cmd prompt when issuing a command or your not able to login putty what is reason - OS patc

Logical Volume Manager(LVM)

Logical Volume Manager(LVM)- L.V.M(Logical Volume Manager) LVM is a method of allocating harddrive space into logical volumes that can be easily resized instead of partitions. With LVM the harddrive (or) set of harddrives are allocated to one or more physical volumes.  The physical volumes are combined into volume groups  Each volume group is divided into logical volumes which are assigned mountpoints such as /home and filesystem types such as ext3 To configure LVM -Create three LVM partitions -Convert them as physical volumes -Create volume groups from physical volumes -Create logical volumes from volume groups and assign mountpoints Implemention: fdisk -l #fdisk /dev/sda :n +500M :t <partition number> :8e    (Linux LVM) :w   (save & exit) #partx -a /dev/sda (update kernel) To convert LVM partitions as physical volumes #pvcreate /dev/sda<partition numbers> ex: pvcreate /dev/sda{9,10,11} To view physical volumes #pvdisplay To cre

Disk Quota

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Free shopping LOW COST --> <ins class="adsbygoogle"      style="display:inline-block;width:300px;height:250px"      data-ad-client="ca-pub-3647473415094616"      data-ad-slot="8200015080"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> Disk Quota - Disk Quota’s    Restricting a user or a group by creating files in a specific location.    Restricting a user or a group by the disk space in a specific location.      The idea behind quotas is that users are forced to stay under their disk consumption limit or with number of files in a particular location. Quota is handled on a per user, per file system basis. Quotas are of two types :    User level quotas      - usrquota    Group level quotas     - grpquota To apply userquota vi /etc/

Disk Management or Disk Partitions

Disk Partitions or Disk Management- Disk Management  All Existing Disk Partitions Using      fdisk -l fdisk -  command using the partitions you create a new partition, or modify an existing partition, you might want to view all available partition in the system. Use fdisk -l to view all available partitions as shown below.   device info will present under  /dev      ide ------------------   /dev/had     sata------------------   /dev/sda Creating a Partition [root@linuxadmin sysusers]# fdisk   /dev/sda Options-       m – To get  the help      p  -  To print the partition table      n  -  To create a Partition      d – To delete a   Partition      w  -  To save the modification      q  - To quit without save      n : for new partition Note- if we want to create a new primary partition already existing primary partitions will be deleted. so we will go for logical partitions        l : logical (we can't able to