Cool Putty Tricks and tips

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

Комментарии • 36

  • @Raghavendra7460
    @Raghavendra7460 4 года назад +1

    I always work on the putty but i didn’t know these manu uses of putty. Thank you for making this session..!!

    • @TechArkit
      @TechArkit  4 года назад +1

      Thanks. Try and implement it will be more useful in daily administration tasks.

  • @MerajAnwer
    @MerajAnwer 3 года назад +1

    Wow. Really life savers! Kudos man

    • @TechArkit
      @TechArkit  3 года назад +1

      Thanks for watching. Please subscribe for more uploads.

  • @oscarvenegas5683
    @oscarvenegas5683 Год назад +1

    Hi, very useful. My putty always open an equipment I don't want (I delete all sessions already). Maybe I saved the ip address in the default settings. How can I reset the default settings ?. Thank you !!

  • @amitnegi5087
    @amitnegi5087 4 года назад +1

    Nice video boss

    • @TechArkit
      @TechArkit  4 года назад +1

      Thank you so much 😀

  • @chimmajhulewala9522
    @chimmajhulewala9522 2 года назад +1

    Hi Arkit, Thanks buddy for sharing the putty features and tips.
    I just wanted to know, Can we upload the tools, packages other things by pscp (from cmd) command on linux server ?
    Response will be appreciated.

  • @Karan-ik1ks
    @Karan-ik1ks 4 года назад +1

    Please make elastic search tutorials

  • @shivamshubham1914
    @shivamshubham1914 2 года назад +1

    Hi Arkit Thanks for this video. I came to this video to know how you changed the color of the user@host window to 🔴red? Please tell.

    • @shivamshubham1914
      @shivamshubham1914 2 года назад +1

      I tried doing that but instead all my text font color changed to red.

    • @TechArkit
      @TechArkit  2 года назад +2

      its a variable value in /home/user/.bashrc file.
      Example:
      export PS1="\e[0;32m[\u@\h \W]\$ \e[0m"

  • @shaileahchandane4813
    @shaileahchandane4813 3 года назад +1

    Hello
    Can we check multipal IP check in one click.

    • @TechArkit
      @TechArkit  3 года назад +1

      Did not get your question

  • @vijaykumarm.k2134
    @vijaykumarm.k2134 4 года назад +1

    Hi Bro,
    I am installed the Redhat 7 and Redhat 6 in oracle Virtual Box And VM Ware, I am trying to access via putty any changes to be made in the virtual machine, any videos related to Virtual Machine and Putty how to Configure ??

    • @TechArkit
      @TechArkit  4 года назад +2

      ruclips.net/video/2DKrI3CWfbE/видео.html Check this Video.

  • @akshaypradhan40
    @akshaypradhan40 Год назад +1

    Connection time out problem

    • @TechArkit
      @TechArkit  Год назад +1

      1. Check the network connectivity between your Server and the Client
      2. Check SSHD service is running on the server
      3. Make sure to allow 22 port numbers in the firewall
      4. check user access is permitted to access using SSH

    • @akshaypradhan40
      @akshaypradhan40 Год назад +1

      @@TechArkit thanks for ur kind reply
      But I have checked out all the steps but still the problem is not solved 😞

  • @manojkumarmetturu3092
    @manojkumarmetturu3092 3 года назад +1

    I am not able to connect to my server. Error: connection timed out. Kindly help me with it.

    • @TechArkit
      @TechArkit  3 года назад +1

      check the below things:
      1. ping the server is reachable and network connectivity like firewalls and routing.
      2. try from other network server to ssh
      3. Check if SSH service is running in remote server
      4. check if the user have permissions to login using SSH

  • @gupttura2766
    @gupttura2766 4 года назад +2

    Good tutorial. correction you don't pronounce 'u' in Putty...instead, you change 'u' to 'a' when you are pronouncing it

    • @TechArkit
      @TechArkit  4 года назад +1

      Thanks for the correction.

    • @gupttura2766
      @gupttura2766 4 года назад

      great work by the way

  • @o_o0o_o
    @o_o0o_o 2 года назад +1

    i comment everywhere ;)

  • @sayyamsaini2597
    @sayyamsaini2597 2 года назад +1

    Bro can you send me the commands (telnet)used in putty software

    • @TechArkit
      @TechArkit  2 года назад +1

      use man telnet to get more options about telnet.

  • @RaghavendraM
    @RaghavendraM 2 года назад +1

    How did you make your server name in red other text black , can you tell me that please

    • @TechArkit
      @TechArkit  2 года назад +1

      its a bashrc configuration.
      its a PS1 value.

  • @TechArkit
    @TechArkit  4 года назад +1

    For more Putty Tricks: ruclips.net/video/0HOdeIO_kDY/видео.html

    • @TechArkit
      @TechArkit  4 года назад +1

      Join telegram group: t.me/linuxarkit

  • @sralechrushabh
    @sralechrushabh 4 года назад +1

    how to run multiple commands in putty

    • @TechArkit
      @TechArkit  4 года назад +1

      use simicolon after each command. cd /folder; ls -ltr;