Skip to content

Instantly share code, notes, and snippets.

View zouxuoz's full-sized avatar

Osipov Vladimir zouxuoz

View GitHub Profile
@zouxuoz
zouxuoz / replace.sh
Created June 19, 2017 11:44
Replace `.toEqual` -> `'.toMatchSnapshot` for Jest
#!/usr/bin/env bash
grasp -e 'expect($args).toEqual(_obj)' -R 'expect({{args}}).toMatchSnapshot()' -i $(find **/__tests__/**.js)
@zouxuoz
zouxuoz / README.md
Last active May 6, 2023 08:52
Install TeamCity 9.1.7 on CentOS 7.2 x64 with Nginx

Install

Follow the steps below to install TeamCity 9.1.7 on CentOS 7.2 x64 with Nginx as the proxy for port 80.

Install Team City:

wget -c https://gist.githubusercontent.com/zouxuoz/6079f9153456423fd28c110d2fc9b035/raw/install.sh -O /tmp/teamcity-install.sh

sh /tmp/teamcity-install.sh