Convert SVN repository to git [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question $ svn –version svn, version 1.8.9 (r1591380) $ git –version git version 1.7.1 $ git svn clone http://host/path/to/project/ Initialized empty Git repository in … Read more

how can execute complicated linux command inside perl [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. #!/usr/bin/perl @HOSTS = (“192.168.14.112”, “192.168.14.90”, “192.168.160.1”, “192.168.160.100”); my … Read more

bash + create proccess from function before program ended

the following short bash program described how to execute the func1 by process ( func1 & ) func1 is function that do some tests and verification on Linux machines And this program run after reboot from /etc/rc3.d I want to ask if it possible to create from func1 a process in spite this bash script … Read more

linux + count how many digits in IP address [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I write the following syntax (exist in my ksh script) in order to find how many digits I have in IP address IP_address=127.1.1.1 … Read more

perl one liners + add empty line after the last line [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question please advice what need to change in the perl syntax in order to add new empty line after the last line? example IP_INFO=12.23.2.1 … Read more

Permission denied when executing perl via sudo

Command: ssh user@testhost “sudo -u tester env PERL5LIB=/home/tester/perl5/lib/perl5 /home/tester/perl5/bin/testperl” Result: Can’t locate testperl.pm: Permission denied at /home/mogile/perl5/bin/testperl line 15. How can I fix the problem? Answer The problem is that perl @INC contains dot (current directory), but the current directory (ssher’s home directory) cannot be accessed by the executor tester, so the perl interpreter complains … Read more

Whats the best server-language for programing a Webcrawler? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 10 years ago. Improve this question I would like to ask what language: ASP.NET / Ruby / CGI / Perl / Python / ColdFusion… would be the bes for … Read more

Which scripting language to use to asynchronously ssh into equipment, run several commands, parse the output, and save to a file on my computer? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more