Linux R
Linux R
  • 194
  • 194 080
Basic Shell Script
Hello Guys,
I am Ram Mishra,
Welcome to my “Linux R” TH-cam Channel.
About This Video: -
In this video i am going to explained you “linux Shell Scripting.”
Shell scripting is an important part of process automation in Linux. Scripting helps you to write a sequence of commands, in a file and then execute them.
This saves you time because you don't have to write certain commands again and again. You can perform daily tasks efficiently and even schedule them for automatic execution.
Please Like Share on my Video and Provide your valuable feedback by commenting in below comment section.
***************************************************************************
About This Channel:-
Friends, on this channel you get to see RHEL Linux, RHCSA AND RHCE, Ansible (Automation), AWS-Cloud or Devops related videos. With this, more educational videos will be found on this channel. Friends, if you like this channel, then please subscribe to the channel and do not forget press the bell icon button, for latest update.
Friends, if u r interested in taking rhel online classes for RHCSA and RHCE, Anisble (Automation) and AWS-Cloud, contact us threw given links.
Interested candidates are requested to register in the below mentioned link.
Registration Link: forms.gle/wfocDLANCLsExGrj8
My social Site Links:
Mailing address: linuxr798@gmail.com
Facebook Address: retesh.mishra.33/
LinkedIn Address: www.linkedin.com/in/ram-mishra-508a3385
#################################
📢THANKS FOR WATCHING
📢PLEASE LIKE SHARE AND SUBSCRIBE
📢JOIN FOR ONLINE TRAINING
=============================
มุมมอง: 73

วีดีโอ

Resources Limitations.
มุมมอง 46วันที่ผ่านมา
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “How to Limit CPU and Memory Usage in Docker Containers.” Docker containers are a great way to isolate processes from each other on a single host. It is also possible to limit the amount of CPU or memory that a Docker container can use. This can be useful to prevent...
CPULimit in Linux
มุมมอง 9021 วันที่ผ่านมา
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “How to limit CPU usage for linux process?” CPULimit is a Linux utility offered to limit an application's resource usage. It is useful when you want to prevent a single application from slowing down other applications; or stop an application from using an entire cor...
Terraform Infracost.
มุมมอง 115หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Infracost Command in Terraform”. Infracost enables a shift-left approach for cloud costs by providing cost estimates for Terraform before deployment. Please Like Share on my Video and Provide your valuable feedback by commenting in below comment section. About This...
Amazon Recycle Bin
มุมมอง 55หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Amazon Recycle Bin”. Recycle Bin is a data recovery feature that enables you to restore accidentally deleted Amazon EBS snapshots and EBS-backed AMIs. Please Like Share on my Video and Provide your valuable feedback by commenting in below comment section. About Thi...
Terraform Tflint
มุมมอง 1422 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Terraform tflint command”. tflint is a static analysis tool for Terraform that focuses on finding potential errors and violations of best practices in your Terraform configurations before you apply them. It acts as a linter for Terraform code, ensuring your infrast...
Vimrc Configuration.
มุมมอง 1142 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Vimrc Configuration file”. The Vim configuration file is called vimrc. The name vimrc stands for vim run commands. The rc suffix is used in Unix based systems for any file that contains commands that are to be run at startup.Configuring your .vimrc file lets you us...
TerraScan.
มุมมอง 972 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Terrascan command”. Terrascan is a flexible and powerful open-source static code analysis tool designed for scanning infrastructure as code (IaC) templates and configurations. Please Like Share on my Video and Provide your valuable feedback by commenting in below c...
Grafana SSL.
มุมมอง 2533 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Grafana https configuration”. When accessing the Grafana UI through the web it is important to set up HTTPS to ensure the communication between Grafana and the end user is encrypted including login credentials and retrieved metric data. Please Like Share on my Vide...
Ansible Docker Setup.
มุมมอง 2843 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Configuring Docker Containers using Ansible playbook”. Using Ansible provides a simple, repeatable, defined state of your containers that can be easily tracked for any potential vulnerability, along with tracking actions like who deployed what container, with what ...
Docker Multi Stage Build.
มุมมอง 834 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Docker Multi-Stage build”. With multi-stage builds, a Docker build uses one base image for compilation, packaging, and unit tests and then a separate image for the application runtime. As a result, the final image is smaller in size since it doesn't contain any dev...
h-top command in Linux.
มุมมอง 1154 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “htop command in linux”. htop is a useful command-line tool in the Linux environment to determine the cause of load by each process. It is similar to Task Manager in the Windows OS environment. It can be used to troubleshoot and kill a process that is utilizing exce...
Ansible Email Notification.
มุมมอง 1744 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Ansible Email Notification.” Ansible can send emails with attachments via: A local configured email server, like Postfix. A remote email server with required access and credentials. SMTP Services like Gmail, Mandrill, Mailjet, and SendGrid. Please Like Share on my ...
Jenkins Backup.
มุมมอง 1445 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Jenkins periodic backups in Amazon S3 bucket”. Jenkins is an open-source and easy-to-use Java-based web server often used in the development of Continuous Integration and Continuous Delivery or deployment (CI/CD) pipelines. Please Like Share on my Video and Provide...
Jenkins HTTPS.
มุมมอง 1965 หลายเดือนก่อน
Hello Guys, I am Ram Mishra, Welcome to my “Linux R” TH-cam Channel. About This Video: - In this video i am going to explained you “Enable HTTPS in Jenkins”. Jenkins is an open-source and easy-to-use Java-based web server often used in the development of Continuous Integration and Continuous Delivery or deployment (CI/CD) pipelines. Please Like Share on my Video and Provide your valuable feedba...
Match Pattern In SSH.
มุมมอง 1366 หลายเดือนก่อน
Match Pattern In SSH.
Aws ECS Service.
มุมมอง 836 หลายเดือนก่อน
Aws ECS Service.
Kubernetes Network Policy.
มุมมอง 1207 หลายเดือนก่อน
Kubernetes Network Policy.
Kubernetes Resource Quota.
มุมมอง 777 หลายเดือนก่อน
Kubernetes Resource Quota.
Kubernetes Secrets.
มุมมอง 997 หลายเดือนก่อน
Kubernetes Secrets.
K8s Config Map.
มุมมอง 807 หลายเดือนก่อน
K8s Config Map.
Kubernetes Daemonset
มุมมอง 1248 หลายเดือนก่อน
Kubernetes Daemonset
kubernetes cronjob
มุมมอง 1618 หลายเดือนก่อน
kubernetes cronjob
Kubernetes jobs
มุมมอง 908 หลายเดือนก่อน
Kubernetes jobs
K8s Persistent Volume
มุมมอง 1358 หลายเดือนก่อน
K8s Persistent Volume
Host volume
มุมมอง 1069 หลายเดือนก่อน
Host volume
Taint Toleration
มุมมอง 1179 หลายเดือนก่อน
Taint Toleration
K8S Name space.
มุมมอง 1329 หลายเดือนก่อน
K8S Name space.
Linux SSHFS Command.
มุมมอง 1929 หลายเดือนก่อน
Linux SSHFS Command.
Kubernetes Deployment.
มุมมอง 21510 หลายเดือนก่อน
Kubernetes Deployment.