Cool Putty Tricks and tips

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 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.

  • @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 !!

  • @MerajAnwer
    @MerajAnwer 4 роки тому +1

    Wow. Really life savers! Kudos man

    • @TechArkit
      @TechArkit  4 роки тому +1

      Thanks for watching. Please subscribe for more uploads.

  • @shaileahchandane4813
    @shaileahchandane4813 4 роки тому +1

    Hello
    Can we check multipal IP check in one click.

    • @TechArkit
      @TechArkit  4 роки тому +1

      Did not get your question

  • @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"

  • @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

      ua-cam.com/video/2DKrI3CWfbE/v-deo.html Check this Video.

  • @chimmajhulewala9522
    @chimmajhulewala9522 3 роки тому +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.

  • @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

  • @amitnegi5087
    @amitnegi5087 4 роки тому +1

    Nice video boss

    • @TechArkit
      @TechArkit  4 роки тому +1

      Thank you so much 😀

  • @TechArkit
    @TechArkit  4 роки тому +1

    For more Putty Tricks: ua-cam.com/video/0HOdeIO_kDY/v-deo.html

    • @TechArkit
      @TechArkit  4 роки тому +1

      Join telegram group: t.me/linuxarkit

  • @Karan-ik1ks
    @Karan-ik1ks 4 роки тому +1

    Please make elastic search tutorials

  • @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 3 роки тому +1

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

    • @TechArkit
      @TechArkit  3 роки тому +1

      its a bashrc configuration.
      its a PS1 value.

  • @akshaykumar786-y4f
    @akshaykumar786-y4f Рік тому +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

    • @akshaykumar786-y4f
      @akshaykumar786-y4f Рік тому +1

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

  • @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

  • @o_o0o_o
    @o_o0o_o 2 роки тому +1

    i comment everywhere ;)

  • @sralechrushabh
    @sralechrushabh 4 роки тому +1

    how to run multiple commands in putty

    • @TechArkit
      @TechArkit  4 роки тому +1

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