Showing posts with label solaris. Show all posts
Showing posts with label solaris. Show all posts

Friday, May 31, 2013

sunos unix de arama subfolder ile

bütün folderları arayıp aranaın geçtiği dosya ismini görmek için aşağıdaki satır yeterli

 find . -type f -exec grep "COHERENCE_HOME" /dev/null {} \;

Friday, January 11, 2013

sonar solaris start problem

first I got

--- Backtrace Gem::LoadError: Could not find rails (= 2.3.14) amongst []


in the log then I start looking here is the solution
  1. open SONAR_HOME/conf/wrapper.conf
  2. add wrapper.java.additional.3=-Djruby.native.enabled=false
thats it just restart sonar it will start properly :)

playwright in junie

  { "mcpServers" : { "playwright" : { "command" : "npx" , "args" : [ ...