I am trying to find files that contain a certain string in a current directory and make a copy of all of these files into a new directory. My scrip that I’m trying to use I am unable to copy and the output message is: Answer Edit: After clearing things up (see comment)… What you’re doing is just greping for
Tag: putty
Cannot Connect to Linux Oracle Databse with Perl Script after connecting with PuTTY
I have the following problem: I currently connect to one of our Linux servers using PuTTY on my Windows 10 machine. If I use a ‘standard’ PuTTY connection I have no problem: I can log in and run my Perl script to access an Oracle database on the Linux server. However, recently I have set up a new PuTTY connection
Automatically close PuTTY when connection is lost
I have a script in bash, running multiple PuTTY sessions. For example, I open the connection to run a couple of commands, when it finishes it saves the values, closes the session, opens a new session and runs a couple more. This script is supposed to run for 60 hours, more or less, so i need to have everything automated.
PuTTY: Linux window – How to update the window title during a function?
I’m accessing a Linux machine from a Windows 10 PC via PuTTY. I’ve set the PuTTY (Bash) window title to ‘$PWD’ by setting $PS1 as below: This works well – whenever I change the directory in the shell, the title updates straight away: However, if I change directory in a function (as below) the title doesn’t update until after the
ESP8266 module fails at boot
I have a ESP8266MOD ESP-12-E hooked up to a USB-to-UART module. When I try to communicate with the module I get some intelligible output then an error message and the communication is closed. For ai-thinker-0.9.5.2-115200 and espressif-nonos-2.0.0-SDK (this is not the actual name of the file): For a nodeMCU firmware built today (see the date) using their cloud service I
MySQL ODBC – How to connect Access 2016 to remote server via SSH
I have a Linux-based web server running with the LAMP package. For security reasons, the sever only allows logins via SSH and denies regular password login attempts. I want to use the MySQL ODBC driver within Microsoft Access 2016 to connect to this server for data analysis purposes, but I do not see an option in the ODBC Data Source
Running Nvim-R via PuTTy: setting up r_term_cdm
I would like to run Nvim-R on a remote machine via putty when I try to open a *.R file the remote machine returns an error message: Please set the variable g:R_term_cmd in your vimrc. Read the plugin documentation … According to the documentation, the R_term_cmd should be used in the following manner: If |R_in_buffer| = 0 and the X
Linux command How to delete all with .html extension
i am using putty, want to delete all files which having .html extension I am trying the below ways 1st get the file by using find command Listing all files having .html extension now i am going to delete those files OR both are not working for me, anybody know solution Thanks Answer make sure you’re deleting the right files
How to use Maven in a remote Linux server?
I have an extracted file of maven in my remote. I am trying to add the environment variables using these commands: When I execute mvn -version, I get this particular error : How do I run my Maven commands on Putty which I am using to access my remote Linux server? Answer Your user (z222189) doesn’t have execute permission on
PuTTY: Change default SSH login directory [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question