Email: inbox [at] sysadmin.lk
LinkedIn: https://www.linkedin.com/in/prabatht
Facebook: https://www.facebook.com/prabath.hinoize
Related Articles
Mount SSHFS In Redhat / CentoS
Step 1 – Enabling the kernel module This is a simple step – all you need to do is run the following command as the root user: modprobe fuse Step 2 – Installing Fuse/SSHFS yum install fuse-sshfs sshfs Step 3 – Using SSHFS The commands to use SSHFS are fairly simple. To mount a remote […]
Howto install sar & ksar system activity info in Centos / Redhat
The sar command collect, report, or save UNIX / Linux system activity information. It will save selected counters in the operating system to the /var/log/sa/sadd file. Fromlinux-logo the collected data, you get lots of information about your server: CPU utilization Memory paging and its utilization Network I/O, and transfer statistics Process creation activity All block […]
Kubectl Cheat Sheet
Introduction​ Kubernetes is a famous container orchestration tool that is very popular in modern software development. If you are using Kubernetes, you must have used Kubectl, which is the command line tool to manage your Kubernetes applications. This guide will walk you through the most frequently used commands for Kubectl. Not only will we discuss […]