I am working as a Linux Administrator and supporting customer environment which have SAP BW Application and HANA DB services hosted on SUSE Linux Enterprise Server (SLES) 12 for SAP Application SP3. One day I got a request from my customer SAP application team to tune the OS that is SLES 12 for SAP Application…
How to upgrade Ubuntu 18.04 LTS to Ubuntu 20.04 LTS
Ubuntu 20.04 LTS has released on April 23, 2020 (with code name “Focal Fossa”) by succeeding its Ubuntu 19.10 as a Latest Stable Linux OS. As Ubuntu 20.04 LTS has suffix “LTS” that’s means it has Long Term Support for 5 years from Ubuntu. Ubuntu 20.04 LTS has come with many features some key features…
How to disable Transparent Huge Pages in Linux
Transparent Huge Pages (THP) is a feature available in mostly Linux distributions or distro which optimizes large memory of the systems as now days systems (computer systems) are coming with large memory. THP can enhance system performance by mapping memory with large physical pages this can be useful in case system is computing multiple processes,…
Linux kernel 5.5 released with new security and hardware support
Linux kernel is a core of Linux Operating system (OS) it work as interface between hardware and processes for OS. Linux kernel was first developed by Linus Torvalds in 1991 since now many kernel have been released. This year Linus Torvalds has announced in his mailing list(LKML) about the released of new stable Linux kernel…
Understanding of Linux Inodes
Introduction to Inode File descriptors, file table and inode table in Linux. Image Source: Wikipedia An inode is a data structure on a filesystem on Linux and other Unix-likeoperating systems that stores all the information about a file except its name and its actual data. Inode is created during creation of file along with file…
How to recover or rebuild initramfs in CentOS 7 Linux
Corruption of initramfs can be occur by many ways for example after patching CentOS 7 Linux OS or installing a buggy device driver in server you found CentOS 7 Linux server has become unbootable. You may also encouter below kernel panic error because server initramfs got damaged . CentOS 7 Linux Kernel Panic screen Now…
How to Set password policy in CentOS or RHEL system
Linux is known for one of most secure Unix Operating System (OS) in world. But that is not mean it is 100% secure there is say in Information Technology (IT) no technology is a completely secure that is why from a System Administrator to CIO they take measure for securing IT infrastructure on regular basis…
How to use Amazon Cloudwatch to monitor my AWS EC2 resources
Amazon CloudWatch is a monitoring service which monitor AWS resources on Cloud. It comes with dozen of monitoring metrics which ease Cloud Admin to use them in monitoring their AWS Infrastructure services resources like Amazon EC2 instances, Amazon S3 Cloud Storage, Amazon RDS (Relational Database Service) on Cloud etc. It collects monitoring and operational data…
How to convert Amazon EC2 On Demand instance to Amazon EC2 Reserve Instance
I was using t2 micro instance for my WordPress website for one year on trial basis as most of you might know AWS provide 750 hours/month free tier usage of its t2 micro instance for a year. But as year passed my instance usage reached high and its trial usage also reached to finish. Due…
How to backup Linux machine to Amazon S3
AWS Amazon S3 is a Simple Cloud object storage solution provided by Amazon. Have a look below what Amazon write and say about S3: Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of all sizes and industries can use it…
