SVN update: ‘skipped’ message

I guess you are getting this type of error. [user@user myprojectdir]# svn up Skipped ‘.’ do svn st from your project dir [user@user myprojectdir]# svn st svn: warning: ‘.’ is not a working copy it means you are not in your working dir. You might have done a wrong checkout. Correct way is this. [user@user … Read more

How do I connect to a websocket manually, with netcat/socat/telnet?

I think you want to modify the socket stream to translate \n (line feed) to CRLF (Carriage return & line feed). Doing info socat produces detailed information which includes this modifier: crnl Converts the default line termination character NL (‘\n’, 0x0a) to/from CRNL (“\r\n”, 0x0d0a) when writing/reading on this chan- nel (example). Note: socat simply … Read more

Programmatically launch Terminal.app with a specified command (and custom colors)

You can open an app by bundle id too, and give other parameters. If there’s an executable script test.sh in the current directory, the following command will open and run it in Terminal.app open -b com.apple.terminal test.sh The only down side that I can find is that Terminal doesn’t appear to inherit your current environment, … Read more

Homebrew fatal: needed a single revision (MacOs Sierra)

I had the same problem after upgrading to Sierra. In addition to brew –prefix, which displays Homebrew’s install path, there’s also brew –repository, which displays where it’s .git directory is located. man brew says that claims that “for standard installs, the prefix and repository are the same directory”. Either the man page is out of … Read more

Error installing Bundler

Had the same issue and everything is described here: http://railsapps.github.io/openssl-certificate-verify-failed.html tl;dr Recent versions of RVM, the Ruby Version Manager, include a utility to diagnose and resolve errors caused by outdated certificate files. See the article Installing Rails for instructions and advice. The RVM website explains how to install RVM. If you’ve installed RVM, try this: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)