Server Gyan
Server Gyan
  • 488
  • 3 624 343

Відео

What could be the reason of a non bootable Linux system or server
Переглядів 2,1 тис.11 місяців тому
What could be the reason of a non bootable Linux system or server
How to Create EC2 Machine and Select Right Size
Переглядів 65211 місяців тому
How to Create EC2 Machine and Select Right Size
Introduction of AWS Cloud
Переглядів 64911 місяців тому
Introduction of AWS Cloud
What's new with AWS EC2 Machine - Let's explore
Переглядів 1,7 тис.Рік тому
What's new with AWS EC2 Machine - Let's explore
Introduction to Linux and Basic Command Line
Переглядів 2,5 тис.Рік тому
Introduction to Linux and Basic Command Line
How journey begins to become Linux Administrator
Переглядів 1,8 тис.Рік тому
How journey begins to become Linux Administrator
How to become Linux Admin -- Road Map to be Linux Admin
Переглядів 2,9 тис.Рік тому
How to become Linux Admin Road Map to be Linux Admin
EC2 From Scratch
Переглядів 1,7 тис.Рік тому
EC2 From Scratch
AWS Industrial Training | How to learn AWS from basic
Переглядів 1,3 тис.Рік тому
AWS Industrial Training | How to learn AWS from basic
Interview Question and Answer || How to Block root User Account on Server and for SSH
Переглядів 2,7 тис.Рік тому
Interview Question and Answer || How to Block root User Account on Server and for SSH
How to explain 3 Tier Architecture with Micro Services
Переглядів 2,2 тис.Рік тому
How to explain 3 Tier Architecture with Micro Services
How to explain 3 Tier Architecture
Переглядів 2,3 тис.Рік тому
How to explain 3 Tier Architecture
How to prepare for DevOps Interview | Realtime DevOps Interview Preparation
Переглядів 2,7 тис.Рік тому
How to prepare for DevOps Interview | Realtime DevOps Interview Preparation
YUM VS DNF in RHEL 8 and RHEL 9 | What Package Manager is faster
Переглядів 2,8 тис.Рік тому
YUM VS DNF in RHEL 8 and RHEL 9 | What Package Manager is faster
What is DevSecOps? | Steps to Integrate DevSecOps with Jenkins
Переглядів 640Рік тому
What is DevSecOps? | Steps to Integrate DevSecOps with Jenkins
Linux Interview Question and Answer | How to Upgrade or Patch Linux Grub and Kernel
Переглядів 4,9 тис.Рік тому
Linux Interview Question and Answer | How to Upgrade or Patch Linux Grub and Kernel
How to Prepare Disaster Recovery Testing Checklist
Переглядів 2,6 тис.Рік тому
How to Prepare Disaster Recovery Testing Checklist
Learn Linux Basics Easily || Linux Industrial Training with Production Use-cases
Переглядів 3,1 тис.Рік тому
Learn Linux Basics Easily || Linux Industrial Training with Production Use-cases
Linux Industrial Training | Understand Infrastructure Design, Roles & Responsibility
Переглядів 2,6 тис.Рік тому
Linux Industrial Training | Understand Infrastructure Design, Roles & Responsibility
What are the key points to consider before initiating Disaster Recovery Drill?
Переглядів 6 тис.Рік тому
What are the key points to consider before initiating Disaster Recovery Drill?
Real-Time Interview Questions and Answers for experienced
Переглядів 5 тис.Рік тому
Real-Time Interview Questions and Answers for experienced
Interview Question || How to explain 3 Tier Infrastructure Architecture
Переглядів 6 тис.Рік тому
Interview Question || How to explain 3 Tier Infrastructure Architecture
How to Prepare For DevOps Interview
Переглядів 3,3 тис.Рік тому
How to Prepare For DevOps Interview
How to Start with Linux | How to Learn Linux Basics
Переглядів 2,9 тис.Рік тому
How to Start with Linux | How to Learn Linux Basics
Linux Industrial Training | Linux basics with Use Case
Переглядів 4,5 тис.Рік тому
Linux Industrial Training | Linux basics with Use Case
Linux Patch Management || How to Patch Linux OS vulnerability
Переглядів 50 тис.Рік тому
Linux Patch Management || How to Patch Linux OS vulnerability
Realtime Interview Questions asked from 3-5 years of Linux Admins || Linux Admin Interview Q&A
Переглядів 25 тис.2 роки тому
Realtime Interview Questions asked from 3-5 years of Linux Admins || Linux Admin Interview Q&A
Realtime Interview Questions asked from 3-5 years of Linux Admins
Переглядів 61 тис.2 роки тому
Realtime Interview Questions asked from 3-5 years of Linux Admins
How to create EC2 Machine and How to select right type of EC2
Переглядів 1,9 тис.2 роки тому
How to create EC2 Machine and How to select right type of EC2

КОМЕНТАРІ

  • @acloudpilot
    @acloudpilot День тому

    Steps to create ec2 machine 1. AMI is selected, vendor of AMI. More than 50k ami are available . Such as rhel ,centos. Check architecture, 64 or 32 bit of ami Virtualization - para virt or HVM[hardware assisted vm] ami. You should know Software that are installed on ami. Repository to install software. You should know type of storage supported EBS or instance store. 2. Instance types - t2.micro - general purpose. t stands for type of instance. 2 is revision. Micro says hardware capacity. M4.16xlarge. M is memory optimized, 4 is revision and 16xlarge is hardware capacity C2.xlarge . C is compute optimized,2 is revision and rest hardware configuration. 3. Configure instance - where you want your machine to be launched. There could be Multiple vpc, wheather you want to assign public ip to your instance. What sort of hardware i.e 4. adding storage Root disk . For windows 30 gb. 5. AddTag to instance 6. Security group. You cannot create an instance unless you assign Security group to instance. 7. Keypair Finally launch

  • @Hariharan-md6pe
    @Hariharan-md6pe 7 днів тому

    super

  • @swapnilbhokare7119
    @swapnilbhokare7119 10 днів тому

    How resolve this issue

  • @Shreenidhi110
    @Shreenidhi110 13 днів тому

    Thank you very much

  • @waltsullivan8986
    @waltsullivan8986 27 днів тому

    Avoid root login! Learn sudo. Is this preeentation from the 1970s? Progress has been made.

  • @waltsullivan8986
    @waltsullivan8986 27 днів тому

    journalctl, dmesg is old and not inclusive.

  • @GauravGupta-vo4ii
    @GauravGupta-vo4ii 28 днів тому

    little confusing sorry

  • @fahinmiah2212
    @fahinmiah2212 Місяць тому

    Do you have full course?

  • @harryprer
    @harryprer Місяць тому

    An user not being able to ssh into a server, first I check whether it is an isolated case. If it is, the most likely cause in a prod environment is either he has forgotten his password or he has not bothered to change his password before expiry or he probably doesn't have account on the server itself. If the login is key-based, then I go into permission of the private key, or check if user's public key is present in remote server etc. But that is super rare. :D

  • @nitinc6534
    @nitinc6534 Місяць тому

    It's nice video, anyone can easily understandable. One doubt, If we are entering/pressing return key in middle of installation, there is no impact right in installation?

  • @saisumanth2289
    @saisumanth2289 Місяць тому

    Please post what type of issues, that you face in real-time while we are doing in these steps productions. More the errors = more you learn

  • @twentyrothmans7308
    @twentyrothmans7308 Місяць тому

    I hope that you like feedback. I don't recommend installing programs like netstat on the fly. How can you do that in a production environment? If you do not have a tool, use a different one that you do have. Otherwise, I really liked this.

    • @ServerGyan
      @ServerGyan Місяць тому

      Thanks for the feedback, this is a new VM and used for demo purpose only, else production servers already have all required tools installed and get approved by the Infosec team before the production department.

    • @twentyrothmans7308
      @twentyrothmans7308 Місяць тому

      @@ServerGyan Thank you for replying, that's great! I was just letting off steam, they don't even let us use $ sudo at at work 🙂 Then you have to figure out a cron entry that will execute once, and only once. That would be a fun question in a future video. One last point, and this is why I have subscribed, is that some of your questions made me have to think, they're not that easy. Thanks again!

  • @chaudhry786hh
    @chaudhry786hh Місяць тому

    Would love to see you again.

  • @chaudhry786hh
    @chaudhry786hh Місяць тому

    Amazing, a pro technical person.

  • @tatineniteja9088
    @tatineniteja9088 Місяць тому

    Thanks sir

  • @tatineniteja9088
    @tatineniteja9088 Місяць тому

    Can we implement this architecture only in Prod or in All Environments ?

  • @tatineniteja9088
    @tatineniteja9088 Місяць тому

    Thanks sir

  • @sudsrmsee
    @sudsrmsee 2 місяці тому

    very informative keep posting

  • @akshaykrishnakr4358
    @akshaykrishnakr4358 2 місяці тому

    Thanks!

  • @samiryadav4538
    @samiryadav4538 2 місяці тому

    First of all thank you so much from bottom of my heart. You're English is very good and up to the point explanation. I watched you're videos related to Linux, and all of them are good and knowledgeable.

  • @gollajayasudha8687
    @gollajayasudha8687 2 місяці тому

    Hi sir after paching server is not coming up how to troubleshoot?

  • @tabrezahmad9295
    @tabrezahmad9295 2 місяці тому

    Sir pls make video on Redhat Satellite patching process

  • @yashwanth.chaudhari339
    @yashwanth.chaudhari339 2 місяці тому

    please upload more videos like these

  • @youtubejoker4566
    @youtubejoker4566 2 місяці тому

    Sir. I have 4 to 5 aws account of aws. But i want to more account aws. Can we do from aws organization to create multiple accounts if yes then how?? Please make a videos

    • @ServerGyan
      @ServerGyan Місяць тому

      Sure, I will create the video

  • @gauravpatil2006
    @gauravpatil2006 2 місяці тому

    superb sir

  • @Sa33d.
    @Sa33d. 2 місяці тому

    What about free -t

  • @alanajenkins2921
    @alanajenkins2921 3 місяці тому

    Any script in English! I love the content as a learner but I do better reading than listening to

  • @tatineniteja9088
    @tatineniteja9088 3 місяці тому

    This is really helpful to me Sir Thank you so much Sir

  • @rahulbokde5853
    @rahulbokde5853 3 місяці тому

    sir kindly share you no , for classes .. so that i can contact you

    • @ServerGyan
      @ServerGyan 3 місяці тому

      Hi You can call me @ 7838793800

  • @nagoorbasha290
    @nagoorbasha290 3 місяці тому

    In my organization using mostly on-demand instances. Can i suggest 1 year partial reserved instances? If it exceeds the time it automatically deletes or is there any option for renewal

    • @ServerGyan
      @ServerGyan 3 місяці тому

      Instance remains there but billing gets converted to on demand

  • @LifeDude
    @LifeDude 3 місяці тому

    Quick question: as container don't have it's own kernel it shares host is kernel. Then how does it contains kernel ?? Please explain

  • @kassie7533
    @kassie7533 3 місяці тому

    Promo>SM

  • @kuntlamanikantaswamy3095
    @kuntlamanikantaswamy3095 3 місяці тому

    Hai sir plese telme pitr

  • @Cloudnp9458
    @Cloudnp9458 4 місяці тому

    lsattr file.txt chattr +a file.txt

  • @trimayaryamishra4884
    @trimayaryamishra4884 4 місяці тому

    make[1]: *** [objs/Makefile:282: objs/src/core/nginx.o] Error 1 make[1]: Leaving directory '/opt/nginx-0.1.42' make: *** [Makefile:3: build] Error 2 getting this error on make command Any solutions ?

  • @Narenp
    @Narenp 4 місяці тому

    Can i get access to the pdf you're showing in this video, sir?

  • @josuemartinez4685
    @josuemartinez4685 4 місяці тому

    Thanks Sr.

  • @Cloudnp9458
    @Cloudnp9458 4 місяці тому

    Jto change shell of user? How to disable user account? usermod -s /sbin/nologin root

  • @Cloudnp9458
    @Cloudnp9458 4 місяці тому

    How to change user home dir? Create dir, change permission to 700, change owner group, usermod -d /dir username How to change uid of user? usermod -u 10000 user

  • @Cloudnp9458
    @Cloudnp9458 4 місяці тому

    What if someone deleted an lvm accidentally umount and lvremove. Please restore this lvm. Sol Vgcfgrestore -l /dev/myvg These are backup files.. files created before execution of lvremove. # vgcfgrestore -f filemmnhcxch.vg myvg Restored volume group. lvscan - inactive, lvdisplay - inactive lvchange -ay /dev/myvg-mylv mount dev/ /data df-HT

  • @Cloudnp9458
    @Cloudnp9458 4 місяці тому

    vgcreate vg1 -s 16M /dev/sdc sdd. To set physical extent size to 16M

  • @Cloudnp9458
    @Cloudnp9458 4 місяці тому

    To restore an lvm command is - vgcfgrestore.

  • @Cloudnp9458
    @Cloudnp9458 4 місяці тому

    Sir fees kya hai

    • @ServerGyan
      @ServerGyan 4 місяці тому

      It's free, or whatever you want to pay

  • @prasannasunkad
    @prasannasunkad 4 місяці тому

    Please make videos of devops End-to-End project

  • @AmolGautam
    @AmolGautam 4 місяці тому

    this is gold

  • @AmolGautam
    @AmolGautam 4 місяці тому

    thank you

  • @siddugoutham4099
    @siddugoutham4099 4 місяці тому

    hello joined your class

  • @gollajayasudha8687
    @gollajayasudha8687 4 місяці тому

    Thanks for sharing your knowledge sir keep post like this