I hereby claim:
- I am leni1 on github.
- I am leni1 (https://keybase.io/leni1) on keybase.
- I have a public key ASBADjVDMn8dkveuyMLA6iAicyj-qmboxrHG9AahE3DWOAo
To claim this, I am signing this object:
| $ git clone git@github.com:xxxxx/xxxx.git my-awesome-proj | |
| Cloning into 'my-awesome-proj'... | |
| ssh: connect to host github.com port 22: Connection timed out | |
| fatal: Could not read from remote repository. | |
| $ # This should also timeout | |
| $ ssh -T git@github.com | |
| ssh: connect to host github.com port 22: Connection timed out | |
| $ # but this might work |
I hereby claim:
To claim this, I am signing this object:
| def test_invalid_data_url(): | |
| with screenshots_session() as user: | |
| shot_id = make_random_id() + "/test.com" | |
| shot_data = urljoin(user.backend, "data/" + shot_id) | |
| shot_json = make_example_shot(user.deviceId) | |
| invalid_data_url = "https://example.com/?aaA=bbb=\"); background-color: red;" | |
| for clip_id in shot_json['clips']: | |
| shot_json['clips'][clip_id]['image']['url'] = invalid_url | |
| break | |
| resp = user.session.put( |
Starting with CentOS 7 VM
Install ovirt-engine:
yum install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
yum install ovirt-engine -y
Start postgres container: