This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
gitlab: | |
image: 'gitlab/gitlab-ce:14.6.0-ce.0' | |
restart: always | |
hostname: 'localhost' | |
ports: | |
- "443:443" | |
- "80:80" | |
- "22:22" | |
environment: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.atlassian.jira.component.ComponentAccessor | |
import com.atlassian.jira.security.login.LoginManager | |
import com.atlassian.mail.Email | |
import groovy.xml.MarkupBuilder | |
import org.jsoup.Jsoup | |
import javax.mail.internet.MimeBodyPart | |
import javax.mail.internet.MimeMultipart | |
import java.text.SimpleDateFormat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/test/images/regression-issue-74839/main.go b/test/images/regression-issue-74839/main.go | |
index 2d46da95493..516abae09dc 100644 | |
--- a/test/images/regression-issue-74839/main.go | |
+++ b/test/images/regression-issue-74839/main.go | |
@@ -51,12 +51,12 @@ func main() { | |
func probe(ip string) { | |
log.Printf("probing %v", ip) | |
- ipAddr, err := net.ResolveIPAddr("ip4:tcp", ip) | |
+ ipAddr, err := net.ResolveIPAddr("ip:tcp", ip) |
Tested only on Ubuntu 18.04 and KDE Neon User Edition (based on Ubuntu 18.04).
will probably work on other newer versions, with no changes, or with few changes in non-python dependencies (apt-get
packages)
NOTE: Don't create a .sh file and run it all at once. It will not work. Copy, paste, and execute each command below manually. :-)
# DO NOT RUN THIS AS A ROOT USER
# Enter your password when prompted.
Tested only on Ubuntu 18.04 and KDE Neon User Edition (based on Ubuntu 18.04).
will probably work on other newer versions, with no changes, or with few changes in non-python dependencies (apt-get
packages)
NOTE: Don't create a .sh file and run it all at once. It will not work. Copy, paste, and execute each command below manually. :-)
# DO NOT RUN THIS AS A ROOT USER
# Enter your password when prompted.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#只对github.com | |
git config --global http.https://git.521000.best.proxy socks5://127.0.0.1:1080 | |
#取消代理 | |
git config --global --unset http.https://git.521000.best.proxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Created by Rand01ph on 2019/10/9 | |
import requests | |
import argparse | |
import time | |
import curses | |
stdscr = curses.initscr() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import io | |
import os | |
import sys | |
import time | |
import wsgiref.util | |
import uwsgidecorators |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker pull gcr.azk8s.cn/google_containers/kube-cross:v1.12.4-1 | |
docker tag 02d0ab9d1c60 k8s.gcr.io/kube-cross:v1.12.4-1 |
NewerOlder